wonono/basecamp-vscode
Basecamp integration for VSCode — sidebar, campfire chat, to-dos, messages + MCP server for Claude Code
Overview
wonono/basecamp-vscode is a TypeScript MCP server licensed under MIT. Basecamp integration for VSCode — sidebar, campfire chat, to-dos, messages + MCP server for Claude Code
Ranked #48 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Basecamp for VSCode
> **Unofficial** — not affiliated with, endorsed by, or supported by Basecamp or 37signals.
A VSCode extension and MCP server that brings Basecamp directly into your development workflow.
## What's in the box
| Package | Description |
|---------|-------------|
| [`packages/extension`](packages/extension/) | VSCode extension — projects sidebar, Campfire chat, messages, to-dos |
| [`packages/mcp-server`](packages/mcp-server/) | MCP server — lets Claude Code (and other MCP clients) interact with Basecamp |
## Quick start
### VSCode Extension
Install from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=Wonono.basecamp-vscode), click the Basecamp icon in the activity bar, and sign in.
### MCP Server
```bash
cd packages/mcp-server && npm install && npm run build
```
Add to your `.mcp.json`:
```json
{
"mcpServers": {
"basecamp": {
"command": "node",
"args": ["./packages/mcp-server/build/index.js"],
"env": {
Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.