How to Use the Basecamp MCP in Windsurf
Let Windsurf Cascade manage your Basecamp projects, update tasks, and post team updates directly from your editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Basecamp MCP to Windsurf
Create your Vinkius account to connect Basecamp to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Spin up Basecamp projects directly inside Windsurf
The `create_project` tool lets Cascade initialize a brand new Basecamp workspace with your default tools active right from the start. By scanning your codebase, the Windsurf agent figures out what team members need to be involved and structures the workspace without requiring manual data entry. Once the Basecamp workspace exists, Cascade chains `list_people` to find your team's IDs and assigns roles immediately. It bypasses the slow web UI entirely, letting you transition from a local repository to a fully tracked Windsurf development workspace in seconds.
Keep your team in sync with automated to-do tracking
Using `create_todo` and `update_todo`, your Windsurf agent handles your Basecamp task lists based on your actual code changes. If Cascade finishes a feature, it automatically marks the relevant Basecamp task as finished using `complete_todo` or reopens it with `uncomplete_todo` if tests fail. This MCP Server integration removes the friction of manual status updates in Basecamp. Your project board stays accurate because Windsurf reads the exact state of your local workspace and syncs it with your team's tracking board.
Post development updates without leaving your IDE
With the `create_comment` tool, your Windsurf agent gains the ability to write rich-text updates on any active Basecamp thread using this MCP connection. Cascade drafts detailed comments explaining code changes, links them to specific tasks, and posts them automatically. You can also pull down context using `list_messages` and `get_message` to understand Basecamp decisions before you start writing code in Windsurf. Cascade reads these discussions to align its coding decisions with your team's documented requirements.
Set up Basecamp MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Basecamp MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Basecamp payment history." If connected, Cascade will call the Basecamp tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"basecamp-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Basecamp. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Basecamp MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Basecamp MCP today
We host it, we monitor it, we maintain it. You just paste one token.