buildclub-mcp-server
If you are the rightful owner of buildclub-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
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:
- Navigate to
Settings > Developer > Edit Config
- Open the config file and paste this snippet below.
{
"mcpServers": {
"buildclub": {
"command": "npx",
"args": [
"mcp-remote",
"https://buildclub-mcp-server.timwheeler.workers.dev/sse"
]
}
}
}