Basecamp-MCP-Server

georgeantonopoulos/Basecamp-MCP-Server
★ 81 stars Python 🔌 API Integration Updated 1mo ago
An MCP Server that interacts with the Basecamp 3+ API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "basecamp-mcp-server": {
      "command": "uvx",
      "args": [
        "basecamp-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install basecamp-mcp-server