A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-go": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-go"
]
}
}
}