nanobot (MCP Server)

GitHub

Build MCP Agents

1,334 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nanobot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nanobot"
      ]
    }
  }
}