mcpbeat Sign in

Vibemap MCP Server

local only

Vibemap MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 25 Aug 2026.

Load & create VibeMap product specs from your coding agent; sync build progress.

Installs per day peak 24 · avg 11 · +0% w/w
a month agotoday
28
Installs / week
npm · @vibemap.ai/mcp-server
0
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vibemap MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibemap-mcp -- npx -y @vibemap.ai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibemap-mcp": {
      "args": [
        "-y",
        "@vibemap.ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibemap-mcp]
command = "npx"
args = ["-y", "@vibemap.ai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibemap-mcp": {
      "args": [
        "-y",
        "@vibemap.ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibemap-mcp": {
      "args": [
        "-y",
        "@vibemap.ai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIBEMAP_API_KEY (API key from vibemap.ai -> Account -> MCP (Pro plan)), VIBEMAP_BASE_URL (Defaults to https://vibemap.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vibemap MCP

same job, measured the same way
Studio
by kaitoi

Build and run visual creative-production workflows from your AI agent.

answering
gamedev.pl
by gamedev

Build browser games on gamedev.pl from your coding agent.

34 tools answering
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

18 installs/wk local only
C
Arcat
by arcat

Search building products & manufacturers for AI agents: CAD, BIM, specs by CSI from arcat.com

4 tools answering
Formpaste
by formpaste

Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.

31 installs/wk 6 tools answering
SlideTok
by slidetok

Create scalable TikTok slideshow creatives for your product by prompting an AI agent.

answering
StoriesOnBoard - structured specifications for AI Agents
by storiesonboard

Turn PRDs and product ideas into structured specs so coding agents build your intent, not theirs.

answering
Mowgli
by mowgli-ai

Intelligent product canvas: iterate on your product's design with your coding agent, synced to code.

answering

Vibemap MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibemap MCP?
Vibemap MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vibemap.ai/mcp-server was installed 28 times last week.
How do I connect Vibemap MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vibemap.ai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Vibemap MCP?
The npm package @vibemap.ai/mcp-server was installed 28 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibemap MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.