MCP.so
登录

Vibe Coder MCP Server

@freshtechbro

关于 Vibe Coder MCP Server

Vibe-Coder-MCP server extends AI assistants with specialized software development tools.

基本信息

分类

其他

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

freshtechbro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Vibe-Coder-MCP": {
      "command": "npx",
      "args": [
        "vibe-coder-mcp@latest",
        "--setup"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Vibe Coder MCP Server?

Vibe Coder is an MCP (Model Context Protocol) server that provides AI assistants like Cursor, Cline AI, and Claude Desktop with tools for software development. It supports research, planning, generating requirements, creating starter projects, and more.

How to use Vibe Coder MCP Server?

Install globally (npm install -g vibe-coder-mcp@latest) and run the setup wizard (vibe --setup) to configure your OpenRouter API key. Use the vibe command in CLI mode (e.g., vibe "create a PRD for a todo app"), interactive REPL mode (vibe --interactive), or as an MCP server for clients. For MCP clients, set the command to npx vibe-coder-mcp and provide environment variables OPENROUTER_API_KEY and VIBE_PROJECT_ROOT.

Key features of Vibe Coder MCP Server

  • Research manager with Perplexity integration
  • Project requirement document (PRD) generator
  • User story and task list generators
  • Codebase mapping for 35+ languages
  • Fullstack starter kit scaffolding
  • Interactive REPL with session persistence
  • Multi-strategy tool matching (keyword, pattern, semantic, LLM)

Use cases of Vibe Coder MCP Server

  • Research modern JavaScript frameworks or React best practices
  • Generate a PRD for an e‑commerce platform
  • Map the codebase structure of an existing project
  • Generate user stories for an authentication system
  • Scaffold a fullstack project from scratch

FAQ from Vibe Coder MCP Server

What does Vibe Coder MCP Server do?

It gives AI assistants tools for software development, including research, planning, requirement generation, and project scaffolding.

How do I install it?

Install globally with npm install -g vibe-coder-mcp@latest or run instantly with npx vibe-coder-mcp@latest.

What API key do I need?

You need an OpenRouter API key. Get one from openrouter.ai and set it as the OPENROUTER_API_KEY environment variable or via the setup wizard.

How do I integrate it with Claude Desktop or Cursor?

Add a configuration entry to your MCP client’s settings (e.g., claude_desktop_config.json) with command: "npx", args: ["vibe-coder-mcp"], and environment variables including OPENROUTER_API_KEY and VIBE_PROJECT_ROOT.

What tools are available after integration?

Tools include: vibe-task-manager, research-manager, map-codebase, curate-context, generate-prd, generate-user-stories, generate-task-list, generate-fullstack-starter-kit, and run-workflow.

评论

其他 分类下的更多 MCP 服务器