Basecamp 2 Server
БесплатноНе проверенAn MCP server that wraps the Basecamp 2 REST API, enabling Claude to create and manage todos, projects, and people through natural language.
Описание
An MCP server that wraps the Basecamp 2 REST API, enabling Claude to create and manage todos, projects, and people through natural language.
README
An MCP (Model Context Protocol) server that wraps the Basecamp 2 REST API, enabling Claude to create and manage todos through natural language.
Prerequisites
- Node.js 18+
- A Basecamp 2 account with API credentials (username/password)
Setup
- Clone the repo and install dependencies:
git clone <repo-url>
cd Basecamp2_mcp
npm install
- Create a
.envfile (or set environment variables directly):
cp .env.example .env
Fill in the 4 required variables:
| Variable | Description |
|---|---|
BASECAMP_ACCOUNT_ID |
Your Basecamp account ID (the number in your Basecamp URL) |
BASECAMP_USERNAME |
Your Basecamp login email |
BASECAMP_PASSWORD |
Your Basecamp login password |
BASECAMP_USER_AGENT |
A User-Agent string identifying your app (e.g. MyApp ([email protected])) |
Basecamp 2 requires a User-Agent with contact info per their API policy.
MCP Client Configuration
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"basecamp2": {
"command": "node",
"args": ["/absolute/path/to/Basecamp2_mcp/src/index.js"],
"env": {
"BASECAMP_ACCOUNT_ID": "your-account-id",
"BASECAMP_USERNAME": "your-email",
"BASECAMP_PASSWORD": "your-password",
"BASECAMP_USER_AGENT": "YourApp ([email protected])"
}
}
}
}
Claude Code
Add to your Claude Code settings (.claude/settings.json or via claude mcp add):
claude mcp add basecamp2 -- node /absolute/path/to/Basecamp2_mcp/src/index.js
Set the environment variables in your shell or .env file before starting Claude Code.
Tools
| Tool | Description |
|---|---|
list_projects |
List all active projects |
get_project |
Get details of a specific project |
list_todolists |
List all todo lists in a project |
get_todolist |
Get a todo list with its todos |
create_todolist |
Create a new todo list |
create_todo |
Create a todo item (with optional assignee, due date, attachments) |
update_todo |
Update a todo (content, assignee, due date, completion, position) |
get_todo |
Get a todo item including its comments |
create_comment |
Comment on a todo or todo list (with optional attachments) |
upload_attachment |
Upload a file and get an attachment token + name |
list_people |
List all people visible to you |
get_project_accesses |
List people with access to a project |
Troubleshooting
"Missing required environment variables" — Ensure all 4 env vars are set. Check .env.example for the list.
401 Unauthorized — Verify your username and password. Basecamp 2 uses HTTP Basic Auth with your login credentials.
403 Forbidden — Your User-Agent may be missing or not include contact info.
429 Too Many Requests — The server automatically retries once after the Retry-After delay. If you still hit rate limits, slow down your requests.
Connection errors — Confirm your BASECAMP_ACCOUNT_ID is correct and that you can access https://basecamp.com/<id> in a browser.
Установка Basecamp 2 Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/envisialearning/Basecamp2_mcpFAQ
Basecamp 2 Server MCP бесплатный?
Да, Basecamp 2 Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Basecamp 2 Server?
Нет, Basecamp 2 Server работает без API-ключей и переменных окружения.
Basecamp 2 Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Basecamp 2 Server в Claude Desktop, Claude Code или Cursor?
Открой Basecamp 2 Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Basecamp 2 Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
