MCP Directory
Back

go-sdk

by modelcontextprotocol-ce Β· Go Β· β˜… 4

An unofficial MCP(Model Context Protocol) Go/Golang SDKπŸŽ‰πŸŽ‰πŸŽ‰

Install

go install github.com/modelcontextprotocol-ce/go-sdk@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

This is a Go implementation of the Model Context Protocol (MCP) SDK, which provides a framework for communication between AI models and external environments using a standardized protocol. The Model Context Protocol enables AI models to interact with external environments through a standardized JSON-RPC based protocol. This SDK provides both client and server implementations of the protocol in Go, allowing developers to easily integrate MCP into their applications. - Complete implementation of the MCP client and server components - Support for both synchronous and asynchronous communication…
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