mcp-go

mark3labs/mcp-go
★ 8,354 stars Go 🤖 AI/LLM Updated 1mo ago
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/mark3labs/mcp-go@latest"
      ]
    }
  }
}