Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows. That is what the vibe coder mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Vibe Coder is an MCP (Model Context Protocol) server designed to supercharge your AI assistant (like Cursor, Cline AI, or Claude Desktop) with powerful tools for software development. It helps with research, planning, generating requirements, creating starter projects, and more!
Vibe Coder MCP integrates with MCP-compatible clients to provide the following capabilities:
vibe-coder-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 9 tools. What each one is for:
vibe-task-manager — AI-native task management with RDD methodologyresearch-manager — Deep research using Perplexity integrationmap-codebase — Advanced codebase analysis (35+ languages)curate-context — Intelligent context curation for AI developmentgenerate-prd — Product requirements document generatorgenerate-user-stories — User story generatorgenerate-task-list — Task list generatorgenerate-fullstack-starter-kit — Project scaffolding toolrun-workflow — Multi-step workflow executionConfiguration is passed through the environment: OPENROUTER_API_KEY, VIBE_PROJECT_ROOT, LOG_LEVEL, VIBE_CODER_OUTPUT_DIR, CODE_MAP_ALLOWED_DIR, VIBE_TASK_MANAGER_READ_DIR, OPENROUTER_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Vibe Coder MCP's toolset — vibe-task-manager, research-manager, map-codebase and 6 more — is a fair guide to whether it matches your workflow. It is maintained by freshtechbro; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| vibe-task-manager | AI-native task management with RDD methodology |
| research-manager | Deep research using Perplexity integration |
| map-codebase | Advanced codebase analysis (35+ languages) |
| curate-context | Intelligent context curation for AI development |
| generate-prd | Product requirements document generator |
| generate-user-stories | User story generator |
| generate-task-list | Task list generator |
| generate-fullstack-starter-kit | Project scaffolding tool |
| run-workflow | Multi-step workflow execution |
{
"mcpServers": {
"vibe-coder": {
"command": "npx",
"args": ["-y", "vibe-coder-mcp"],
"env": {
"OPENROUTER_API_KEY": "your-value",
"VIBE_PROJECT_ROOT": "your-value",
"LOG_LEVEL": "your-value",
"VIBE_CODER_OUTPUT_DIR": "your-value",
"CODE_MAP_ALLOWED_DIR": "your-value",
"VIBE_TASK_MANAGER_READ_DIR": "your-value",
"OPENROUTER_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OPENROUTER_API_KEY | Credential the server authenticates with. | Yes |
| VIBE_PROJECT_ROOT | Configuration value read at startup. | Optional |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| VIBE_CODER_OUTPUT_DIR | Filesystem location the server is allowed to use. | Optional |
| CODE_MAP_ALLOWED_DIR | Filesystem location the server is allowed to use. | Optional |
| VIBE_TASK_MANAGER_READ_DIR | Filesystem location the server is allowed to use. | Optional |
| OPENROUTER_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.