Vibe-Coder-MCP
by freshtechbro·★ 99·Score 44
Vibe-Coder-MCP is a TypeScript-based MCP server that extends AI assistants with specialized software development tools.
Overview
Vibe-Coder-MCP is a comprehensive MCP server designed to enhance AI assistants with powerful software development capabilities. It offers 15 specialized tools including research management, codebase mapping, PRD generation, task management, and project scaffolding. The server supports multiple interaction modes including standard MCP server, CLI mode, and an interactive REPL mode with session persistence. It integrates seamlessly with popular AI clients like Claude Desktop, Cursor, and Cline AI through the Model Context Protocol.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Vibe-Coder-MCP when you need specialized software development tools integrated directly into your AI assistant for comprehensive project development from research to implementation.
When NOT to choose this
Avoid this if you're not comfortable using OpenRouter API for AI processing or if you need tools beyond software development scope.
Tools this server exposes
9 tools extracted from the READMEvibe-task-managerAI-native task management with RDD methodology
research-managerDeep research using Perplexity integration
map-codebaseAdvanced codebase analysis for 35+ languages
curate-contextIntelligent context curation for AI development
generate-prdProduct requirements document generator
generate-user-storiesUser story generator for development planning
generate-task-listTask list generator from requirements
generate-fullstack-starter-kitProject scaffolding tool for fullstack applications
run-workflowMulti-step workflow execution tool
Comparable tools
Installation
Installation
**Global Installation (Recommended)**
npm install -g vibe-coder-mcp@latest**Quick Run with npx**
npx vibe-coder-mcp@latest**MCP Client Integration (Claude Desktop)** Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-coder-mcp": {
"command": "npx",
"args": ["vibe-coder-mcp"],
"env": {
"OPENROUTER_API_KEY": "your-openrouter-api-key",
"VIBE_PROJECT_ROOT": "/path/to/your/project"
}
}
}
}FAQ
- What AI models does Vibe-Coder-MCP use?
- Vibe-Coder-MCP uses OpenRouter API to access various AI models including GPT-4, Claude, and others. The specific model can be configured via environment variables.
- How do I configure the project root?
- Set the VIBE_PROJECT_ROOT environment variable to your project directory. The CLI mode has auto-detection enabled by default.
Compare Vibe-Coder-MCP with
Last updated · Auto-generated from public README + GitHub signals.