basecamp-mcp
Provides tools for interacting with Basecamp, including managing projects, todos, todolists, messages, comments, chat, cards, files, schedule entries, people, search, and more via the Basecamp CLI.
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-mcplist all 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
MCP (Model Context Protocol) server for Basecamp CLI.
Exposes Basecamp commands as MCP tools over HTTP or stdio. Shells out to the
basecamp CLI binary, so all auth, config, and output formatting is handled
by the CLI.
Prerequisites
Basecamp CLI installed and authenticated (
basecamp auth login)Python 3.11+ / uv
Related MCP server: TaskWarrior MCP Server
Quick Start
One command to start the server:
uvx --from "git+https://github.com/FarisHijazi/basecamp-mcp.git" basecamp-mcp --port 8818Then add it to Claude Code:
claude mcp add --transport http basecamp http://localhost:8818/mcp --scope userThat's it. Start a new Claude Code session and you'll have all 49 Basecamp tools available.
Claude Code MCP Config
If you prefer to configure manually, add this to your .mcp.json (project-level) or ~/.claude.json (global):
HTTP mode (run the server yourself):
{
"mcpServers": {
"basecamp": {
"type": "url",
"url": "http://localhost:8818/mcp"
}
}
}Stdio mode (Claude Code spawns the process automatically):
{
"mcpServers": {
"basecamp": {
"type": "stdio",
"command": "uvx",
"args": [
"--from", "git+https://github.com/FarisHijazi/basecamp-mcp.git",
"basecamp-mcp", "--stdio"
]
}
}
}Usage
# Run from GitHub (no install needed)
uvx --from "git+https://github.com/FarisHijazi/basecamp-mcp.git" basecamp-mcp --port 8818
# Or install locally
uv pip install -e .
basecamp-mcp --port 8818
# Stdio transport (for local Claude Code)
basecamp-mcp --stdioEnvironment Variables
Variable | Default | Description |
|
| Path to the basecamp CLI binary |
Available Tools (49)
All tools shell out to basecamp --agent <command> [args].
Tool | CLI Equivalent |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... and 23 more |
License
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
- Alicense-qualityDmaintenanceA professional MCP server providing complete programmatic access to Basecamp 4 API for AI agents, workflow automation, and custom integrations.Last updated5MIT
- Alicense-qualityCmaintenanceMCP server that wraps TaskWarrior command-line tool. Provides 22 tools for task management, GTD workflow, and habit tracking.Last updated269MIT
- Flicense-qualityBmaintenanceEnables AI assistants to automate Basecamp operations including project management, cards, todos, comments, and people via MCP tools.Last updated
- Alicense-qualityDmaintenanceMulti-user MCP server for Basecamp 3 with 148+ tools, enabling AI clients to manage projects, todos, messages, and more via stdio or multi-tenant HTTP.Last updated1MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
MCP server exposing the Backtest360 engine API as tools for AI agents.
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/FarisHijazi/basecamp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server