Skip to content
Claude Desktop

Tiny Go MCP Server for Claude Desktop

io.github.kioie/tiny-go-mcp

Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.

client:Claude Desktop transport:stdio runtime:oci

Install Tiny Go MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tiny-go-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kioie/tiny-go-mcp:1.1.2"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Tiny Go MCP Server in other clients