mcp-go (MCP Server)

GitHub

A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

9,008 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-go"
      ]
    }
  }
}