MCP Directory
Back

mcp-go

by mark3labs · Go · ★ 8,837

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

Install

go install github.com/mark3labs/mcp-go@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "github:mark3labs/mcp-go"
      ]
    }
  }
}

From the README

[](https://github.com/mark3labs/mcp-go/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/mark3labs/mcp-go) [](https://pkg.go.dev/github.com/mark3labs/mcp-go) [](https://agentrank-ai.com/tool/mark3labs--mcp-go/) A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools. [](http://www.youtube.com/watch?v=qoaeYMrXJH0 "Tutorial") Discuss the SDK on [Discord](https://discord.gg/RqSS2NQVsY) That's it! MCP Go handles all the complex protocol details and server management, so you can fo…
Read full README on GitHub →

Related ai & ml servers