basecamp-mcp

basecamp-mcp

MCP server exposing Basecamp CLI commands as tools for project management, todos, messages, and more.

Category
Visit Server

README

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

Quick Start

One command to start the server:

uvx --from "git+https://github.com/FarisHijazi/basecamp-mcp.git" basecamp-mcp --port 8818

Then add it to Claude Code:

claude mcp add --transport http basecamp http://localhost:8818/mcp --scope user

That'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 --stdio

Environment Variables

Variable Default Description
BASECAMP_BINARY basecamp Path to the basecamp CLI binary

Available Tools (49)

All tools shell out to basecamp --agent <command> [args].

Tool CLI Equivalent
basecamp_projects_list basecamp projects list
basecamp_projects_show basecamp projects show
basecamp_projects_create basecamp projects create
basecamp_todos_list basecamp todos list
basecamp_todos_create basecamp todos create
basecamp_todos_complete basecamp todos complete
basecamp_todos_update basecamp todos update
basecamp_todolists_list basecamp todolists list
basecamp_messages_list basecamp messages list
basecamp_messages_create basecamp messages create
basecamp_comments_create basecamp comments create
basecamp_chat_post basecamp chat post
basecamp_cards_list basecamp cards list
basecamp_cards_move basecamp cards move
basecamp_files_list basecamp files list
basecamp_schedule_entries basecamp schedule entries
basecamp_people_list basecamp people list
basecamp_search basecamp search
basecamp_show basecamp show
basecamp_me basecamp me
basecamp_accounts_list basecamp accounts list
basecamp_notifications_list basecamp notifications list
basecamp_reports_assigned basecamp reports assigned
basecamp_reports_overdue basecamp reports overdue
basecamp_api basecamp api
basecamp_url basecamp url
... and 23 more

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured