3,400+ MCP servers ready to use
Vinkius

Basecamp MCP Server for CursorGive Cursor instant access to 17 tools to Complete Todo, Create Comment, Create Project, and more

Built by Vinkius GDPR 17 Tools IDE

Cursor is an AI-first code editor built on VS Code that integrates LLM-powered coding assistance directly into the development workflow. Its Agent mode enables autonomous multi-step coding tasks, and MCP support lets agents access external data sources and APIs during code generation.

Ask AI about this App Connector for Cursor

The Basecamp app connector for Cursor is a standout in the Productivity category — giving your AI agent 17 tools to work with, ready to go from day one.

Vinkius delivers Streamable HTTP and SSE to any MCP client

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Basecamp and 3,400+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "basecamp-alternative": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Basecamp
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Basecamp MCP Server

Connect your Basecamp account to any AI agent and take full control of your project management, team collaboration, and task tracking through natural conversation.

Cursor's Agent mode turns Basecamp into an in-editor superpower. Ask Cursor to generate code using live data from Basecamp and it fetches, processes, and writes. all in a single agentic loop. 17 tools appear alongside file editing and terminal access, creating a unified development environment grounded in real-time information.

What you can do

  • Project Management — Create, list, update, and inspect projects with full dock metadata (message boards, to-do sets, schedules).
  • To-Do CRUD — Create, update, complete, and uncomplete to-do items across any to-do list, with assignees and due dates.
  • Team Visibility — List all people in your account or within a specific project to find assignee IDs and check roles.
  • Message Boards — Read messages posted on project boards to stay aligned with team decisions and announcements.
  • Comments — Add comments to any recording (to-do, message, document) to provide feedback or status updates.
  • Profile Verification — Retrieve your authenticated profile to confirm connectivity and check access permissions.

The Basecamp MCP Server exposes 17 tools through the Vinkius. Connect it to Cursor in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 17 Basecamp tools available for Cursor

When Cursor connects to Basecamp through Vinkius, your AI agent gets direct access to every tool listed below — spanning task-tracking, team-communication, file-sharing, and more. Every call is secured with network, filesystem, subprocess, and code evaluation entitlements inside a sandboxed runtime. Beyond a simple connection, you get a full AI Gateway with real-time visibility into agent activity, enterprise governance, and optimized token usage.

complete_todo

This is separate from archiving or trashing — a completed to-do remains active but is marked as done. Use uncomplete_todo to reverse this action. Mark a to-do item as completed

create_comment

). The recording_id is the unique numeric ID of the item you want to comment on. The content must be provided as rich text (HTML). All subscribers to the recording will be notified of the new comment. Add a comment to any Basecamp recording

create_project

The project will be initialized with default tools (message board, to-do set, schedule, etc.) enabled via its dock. Returns the newly created project with its numeric ID and dock tool IDs. Create a new project in Basecamp

create_todo

Requires the todolist_id and the content (title) of the to-do. Optionally include a rich text description, assignee IDs (array of person IDs), and a due date in YYYY-MM-DD format. The to-do will be created as pending (not completed). Create a new to-do item in a to-do list

get_message

Get full details of a specific message

get_my_profile

Use this to verify connectivity or identify the current operator. Get the authenticated Basecamp user profile

get_person

Use this to look up details about a team member or assignee. Get full details of a specific person

get_project

). The dock contains the IDs you need to access tools like the to-do set or message board. Get full details of a specific project

get_todo

Get full details of a specific to-do item

list_messages

Each message includes title, content preview, author, category, and creation date. You need the message_board_id which can be found via the project dock. List all messages on a project message board

list_people

Useful for finding assignee IDs before creating or updating to-dos. List all people in the Basecamp account

list_project_people

Returns names, emails, and roles. Useful for checking team composition before assigning tasks. List all people assigned to a specific project

list_projects

Optionally filter by status: "active" (default), "archived", or "trashed". Each project includes its name, description, purpose, dock (enabled tools), and bookmark status. List all projects in Basecamp

list_todos

By default returns only pending (not completed) items. Set completed to true to see completed items instead. Each to-do includes its content, assignees, due date, completion status, and comments count. You need the todolist_id which can be found via the project dock. List all to-dos in a specific to-do list

uncomplete_todo

Use this when a previously completed task needs to be reopened or reworked. Mark a completed to-do item as pending again

update_project

At least one of name or description must be provided. Returns the updated project details including the full dock listing. Update an existing project in Basecamp

update_todo

At least one field must be provided. Does not affect completion status — use the complete_todo or uncomplete_todo tools for that. Update an existing to-do item in Basecamp

Connect Basecamp to Cursor via MCP

Follow these steps to wire Basecamp into Cursor. The entire setup takes under two minutes — your credentials stay safe behind the Vinkius.

01

Open MCP Settings

Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
02

Add the server config

Paste the JSON configuration above into the mcp.json file that opens
03

Save the file

Cursor will automatically detect the new MCP server
04

Start using Basecamp

Open Agent mode in chat and ask: "Using Basecamp, help me...". 17 tools available

Why Use Cursor with the Basecamp MCP Server

Cursor AI Code Editor provides unique advantages when paired with Basecamp through the Model Context Protocol.

01

Agent mode turns Cursor into an autonomous coding assistant that can read files, run commands, and call MCP tools without switching context

02

Cursor's Composer feature can generate entire files using real-time data fetched through MCP. no copy-pasting from external dashboards

03

MCP tools appear alongside built-in tools like file reading and terminal access, creating a unified agentic environment

04

VS Code extension compatibility means your existing workflow, keybindings, and extensions all work alongside MCP tools

Basecamp + Cursor Use Cases

Practical scenarios where Cursor combined with the Basecamp MCP Server delivers measurable value.

01

Code generation with live data: ask Cursor to generate a security report module using live DNS and subdomain data fetched through MCP

02

Automated documentation: have Cursor query your API's tool schemas and generate TypeScript interfaces or OpenAPI specs automatically

03

Infrastructure-as-code: Cursor can fetch domain configurations and generate corresponding Terraform or CloudFormation templates

04

Test scaffolding: ask Cursor to pull real API responses via MCP and generate unit test fixtures from actual data

Example Prompts for Basecamp in Cursor

Ready-to-use prompts you can give your Cursor agent to start working with Basecamp immediately.

01

"List all my active projects in Basecamp."

02

"Create a new to-do 'Review design mockups' in list 592001 and assign it to person 10293 with a due date of 2026-05-15."

03

"Show me the latest messages on the message board of project 48291034."

Troubleshooting Basecamp MCP Server with Cursor

Common issues when connecting Basecamp to Cursor through the Vinkius, and how to resolve them.

01

Tools not appearing in Cursor

Ensure you are in Agent mode (not Ask mode). MCP tools only work in Agent mode.
02

Server shows as disconnected

Check Settings → Features → MCP and verify the server status. Try clicking the refresh button.

Basecamp + Cursor FAQ

Common questions about integrating Basecamp MCP Server with Cursor.

01

What is Agent mode and why does it matter for MCP?

Agent mode is Cursor's autonomous execution mode where the AI can perform multi-step tasks: reading files, editing code, running terminal commands, and calling MCP tools. Without Agent mode, Cursor operates in a simpler ask-and-answer mode that doesn't support tool calling. Always ensure you're in Agent mode when working with MCP servers.
02

Where does Cursor store MCP configuration?

Cursor looks for MCP server configurations in a mcp.json file. You can configure servers at the project level (.cursor/mcp.json in your project root) or globally (~/.cursor/mcp.json). Project-level configs take precedence.
03

Can Cursor use MCP tools in inline edits?

No. MCP tools are only available in Agent mode through the chat panel. Inline completions and Tab suggestions do not trigger MCP tool calls. This is by design. tool calls require user visibility and approval.
04

How do I verify MCP tools are loaded?

Open Settings → Features → MCP and look for your server name. A green indicator means the server is connected. You can also check Agent mode's available tools by clicking the tools dropdown in the chat panel.