Basecamp MCP Server
Provides tools for managing projects and to-dos in Basecamp, including creating, updating, listing, and deleting projects and to-dos, as well as authentication with OAuth.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Basecamp MCP ServerShow me my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Basecamp MCP Server
An MCP (Model Context Protocol) server that enables Claude to interact with the Basecamp API. Built with Bun and TypeScript.
Features
OAuth 2.0 authentication with automatic token refresh
Full CRUD operations for Projects and To-dos
Rate limiting (50 requests per 10 seconds)
Automatic pagination handling
Related MCP server: Basecamp MCP Server
Available Tools
Tool | Description |
| Initiate OAuth authentication |
| List all projects |
| Get project details |
| Create a new project |
| Update a project |
| Move project to trash |
| List to-do lists in a project |
| Get to-do list details |
| Create a new to-do list |
| List to-dos in a list |
| Get to-do details |
| Create a new to-do |
| Update a to-do |
| Mark to-do as complete |
| Mark to-do as incomplete |
Setup
1. Register a Basecamp OAuth Application
Create a new integration
Set the redirect URI to
http://localhost:8788/callbackNote your Client ID and Client Secret
2. Install Dependencies
bun install3. Configure Claude Code
Add the server to your Claude Code MCP configuration:
{
"mcpServers": {
"basecamp": {
"command": "bun",
"args": ["run", "/path/to/basecamp-mcp/src/index.ts"],
"env": {
"BASECAMP_CLIENT_ID": "your-client-id",
"BASECAMP_CLIENT_SECRET": "your-client-secret"
}
}
}
}4. Authenticate
Once configured, ask Claude to authenticate with Basecamp:
Authenticate with BasecampThis will open a browser window for OAuth authorization. After authorizing, tokens are stored locally in ~/.basecamp-mcp/tokens.json.
Development
# Run type checking
bun run typecheck
# Run the server directly
bun run startLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables seamless integration with Basecamp 3 through 46 comprehensive API tools, allowing users to manage projects, todos, card tables, documents, campfire messages, and other Basecamp features through natural language interactions in Claude Desktop and Cursor IDE.Last updated335MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Basecamp projects through natural language commands. Supports managing projects, to-do lists, messages, and creating tasks with full content rendering capabilities.Last updated637ISC
- AlicenseAqualityAmaintenanceEnables LLMs to interact with Basecamp projects, managing messages, todos, comments, people, and kanban boards through natural language. Supports comprehensive Basecamp operations including creating, reading, updating content with flexible output formats and URL parsing capabilities.Last updated47373MIT
- FlicenseAqualityCmaintenanceEnables Claude to manage Microsoft Planner plans, buckets, and tasks via the Microsoft Graph API with OAuth 2.0 authentication.Last updated141
Related MCP Connectors
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/screensavers-club/basecamp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server