Skip to content
MCP Server Community By @modelcontextprotocol

Go MCP SDK

Model Context Protocol server for Go MCP SDK.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Go MCP SDK Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-go-mcp-sdk

Detailed Documentation

Model Context Protocol server for Go MCP SDK.

Configuration

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