2
/ 100
1 month ago
glama

Basecamp MCP Server

Enables interaction with Basecamp 3 projects through 46 tools for managing todos, card tables, campfire messages, documents, comments, and webhooks through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.config/claude-desktop/claude_desktop_config.json
🔐
You'll be asked for 5 credentials: BASECAMP_PASSWORD, BASECAMP_ACCESS_TOKEN, BASECAMP_CLIENT_SECRET, FLASK_SECRET_KEY, MCP_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBASECAMP_ACCOUNT_IDyour-account-id
configBASECAMP_USERNAME
🔐 secretBASECAMP_PASSWORD
🔐 secretBASECAMP_ACCESS_TOKEN
configBASECAMP_CLIENT_IDyour-client-id
🔐 secretBASECAMP_CLIENT_SECRETyour-client-secret
configBASECAMP_REDIRECT_URI
🔐 secretFLASK_SECRET_KEY
🔐 secretMCP_API_KEY
configPORT
configFLASK_DEBUG
configBASECAMP_MCP_TOKEN_FILEBy default, OAuth tokens are stored in <project>/oauth_tokens.json. For containers, read-only checkouts, or mounted token volumes, set :
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/georgeantonopoulos-basecamp-mcp-server-18779s)](https://m8ven.ai/mcp/georgeantonopoulos-basecamp-mcp-server-18779s)
commit: 5e974346d9fad40f1c6a388bee7db76c2c516599
code hash: e5d0566f71f8ea2cb0b19438b881f135ad72a01574766d4fbee37c5f20ea32ae
verified: 6/18/2026, 11:16:08 AM
view raw JSON →