MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
29
Forks
2
Open issues
9 mo ago
Last commit
2d ago
Indexed

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:

you:Enhancing AI coding assistants with specialized software development tools
you:Automating codebase analysis and documentation generation
you:Creating product requirements documents and user stories from prompts
you:What AI models does Vibe-Coder-MCP use?
you:How do I configure the project root?

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 README
  • vibe-task-manager

    AI-native task management with RDD methodology

  • research-manager

    Deep research using Perplexity integration

  • map-codebase

    Advanced codebase analysis for 35+ languages

  • curate-context

    Intelligent context curation for AI development

  • generate-prd

    Product requirements document generator

  • generate-user-stories

    User story generator for development planning

  • generate-task-list

    Task list generator from requirements

  • generate-fullstack-starter-kit

    Project scaffolding tool for fullstack applications

  • run-workflow

    Multi-step workflow execution tool

Comparable tools

deepseek-codergithub-copilot-mcpcode-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.