A custom MCP for vibecoding
MCP Vibecoder becomes available to MCP clients through the mcp vibecoder mcp server. A custom MCP for vibecoding.
A Model Context Protocol server that implements a structured development workflow for LLM-based coding.
This MCP server helps LLMs build features in an organized, clean, and safe manner by providing:
Once connected, the assistant can call these 14 tools directly:
start_feature_clarification — Begin the feature clarification processprovide_clarification — Answer clarification questions about a featuregenerate_prd — Generate a Product Requirements Document and implementation plancreate_phase — Create a development phase for a featureadd_task — Add tasks to a development phaseupdate_phase_status — Update the status of a phaseupdate_task_status — Update the completion status of a taskget_next_phase_action — Get guidance on what to do nextget_document_path — Get the path of a generated documentsave_document — Save a document to a specific locationResources — The Resources tool exposed by this serverTools — The Tools tool exposed by this serverPrompts — The Prompts tool exposed by this serverDebugging — Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCPSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. MCP Vibecoder sits in that group, and the shape of its toolset — start_feature_clarification, provide_clarification, generate_prd among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| start_feature_clarification | Begin the feature clarification process |
| provide_clarification | Answer clarification questions about a feature |
| generate_prd | Generate a Product Requirements Document and implementation plan |
| create_phase | Create a development phase for a feature |
| add_task | Add tasks to a development phase |
| update_phase_status | Update the status of a phase |
| update_task_status | Update the completion status of a task |
| get_next_phase_action | Get guidance on what to do next |
| get_document_path | Get the path of a generated document |
| save_document | Save a document to a specific location |
| Resources | The Resources tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
| Prompts | The Prompts tool exposed by this server. |
| Debugging | Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script: |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.