B
Basecamp
Read Basecamp projects and messages.
·No reviews yet
Share:
About
Auto-generated
Basecamp is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Basecamp.
- What is the Basecamp MCP and what does it do?
- The Basecamp MCP allows MCP clients to access and interact with Basecamp projects and messages. It provides a standardized way to integrate Basecamp's productivity features with other tools that support the Model Context Protocol.
- How do I authenticate with the Basecamp MCP?
- The Basecamp MCP uses OAuth for authentication. You will need to authorize your MCP client with your Basecamp account to grant it the necessary permissions. Specific steps depend on your client application.
- Can I use the Basecamp MCP to manage project tasks?
- The Basecamp MCP focuses on reading projects and messages. While you can access these elements, direct task management capabilities are not explicitly listed in the provided information. Its primary use case is for integrating project overviews and communication.
- What capabilities does the Basecamp MCP offer?
- The Basecamp MCP provides access to Basecamp projects and messages. This enables clients to retrieve project details, view message threads, and potentially integrate this information into workflows or other applications.
- Is there a cost associated with using the Basecamp MCP?
- The Basecamp MCP itself is open-source and provided by the community. However, Basecamp is a commercial service, and its usage may incur costs depending on your subscription plan. This MCP does not add additional licensing fees.
- What is a known limitation of the Basecamp MCP?
- The Basecamp MCP primarily supports reading projects and messages via stdio transport. It may not support advanced write operations or real-time eventing, which could limit its use in highly interactive scenarios.
Install Basecamp
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"basecamp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-basecamp"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"basecamp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-basecamp"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"basecamp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-basecamp"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.