ProductivityPython

Basecamp-MCP-Server

This MCP server allows AI clients to interact with Basecamp 3 directly through the MCP protocol.

Free
N/A rating (0 reviews)0 installs81 GitHub stars
BasecampMCPIntegration
Local ProcessRuns locally on your machine via stdio. Lower risk than remote servers.

The Basecamp MCP Integration project provides a FastMCP-powered solution for seamless interaction with the Basecamp 3 API. It ensures that AI clients can perform various tasks within Basecamp, leveraging the capabilities of the MCP protocol. With a successful migration to the official Anthropic FastMCP framework, this server offers full protocol compliance and feature parity with all tools available in the ecosystem. Users can easily set up the server with a straightforward one-command setup, which includes creating a virtual environment, installing dependencies, and configuring OAuth credentials. The integration is designed for users of Cursor, Codex, and Claude Desktop, making it versatile for different client preferences. The server also includes functionality to generate configuration files and authenticate with Basecamp, ensuring a smooth user experience.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "basecamp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-basecamp-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1

Reviews

Sign in to review

Loading reviews...

Credentials

Store API keys for Basecamp-MCP-Server securely

Loading...