MCP Directory
Back

Basecamp-MCP-Server

by georgeantonopoulos · Python · ★ 89

MCP server for Basecamp 3 with OAuth, FastMCP, and 75 tools for projects, todos, messages, card tables, docs, uploads, and search.

#basecamp#basecamp-api#claude-desktop#codex#cursor#fastmcp#mcp#mcp-server#model-context-protocol#oauth2#productivity#project-management#python

Install

pip install git+https://github.com/georgeantonopoulos/Basecamp-MCP-Server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "basecamp-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/georgeantonopoulos/Basecamp-MCP-Server.git"
      ]
    }
  }
}

From the README

[](https://www.python.org/) [](https://modelcontextprotocol.io/) [](https://basecamp.com/) [](LICENSE) An MCP server for Basecamp 3. It lets MCP-capable clients such as Codex, Cursor, and Claude Desktop read and manage Basecamp projects through OAuth-authenticated Basecamp API calls. The main server is [](basecamp_fastmcp.py). It uses the official Python SDK and exposes 79 tools covering projects, todos, message boards, campfires, card tables, inbox forwards, documents, uploads, comments, events, webhooks, and search. - Browse Basecamp projects and project details. - Search across projects…
Read full README on GitHub →

Related search servers