buildclub-mcp-server

buildclub-mcp-server

3.2

BuildClub.io Official MCP Server is designed to facilitate seamless integration with various MCP clients, providing a robust and efficient protocol server for model context management.

BuildClub.io Official MCP Server

MCP Clients

Claude Desktop

Add this to Claude Desktop by following these steps:

  1. Navigate to Settings > Developer > Edit Config
  2. Open the config file and paste this snippet below.
{
  "mcpServers": {
    "buildclub": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://buildclub-mcp-server.timwheeler.workers.dev/sse"
      ]
    }
  }
}