MCP Directory
Back

mcp-sdk-go

by kakkky · Go · ★ 1

This is an MCP SDK (written in Golang) implemented with reference to the modelcontextprotocol/typescript-sdk repository. Using this SDK, you can implement an MCP server in Go with almost the same programming experience as the widely adopted modelcontextprotocol/typescript-sdk. It's not an exaggeration to say that we've replaced it with Go.

Install

go install github.com/kakkky/mcp-sdk-go@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](./README_ja.md) This is an MCP SDK (written in Golang) implemented with reference to the [modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) repository. Using this SDK, you can implement an MCP server in Go with almost the same programming experience as the widely adopted [modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk). It's not an exaggeration to say that we've replaced it with Go. However, some features (authentication, SSE, StreamableHTTP) are not yet implemented. At this stage, this SDK does not su…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers