Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Data Visualization
  3. Mindpilot MCP
Mindpilot MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:45:53 AM

Mindpilot MCP

User RatingsBe the first to rate and review this MCP server!
View Repository89 GitHub StarsTotal stargazers on GitHub for the source repository (89 stars).Visit Website
mermaiddiagramsdeveloper-toolsarchitecture

Generates Mermaid diagrams from agent requests and displays them in a local web app with export and persistent history.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "abrinsmead-mindpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“Š More in Data Visualization

Overview

abrinsmead/mindpilot-mcp MCP server accepts Mermaid diagram syntax from an AI coding agent and renders the result in a locally hosted web app. Use it to visualize code, architecture, state machines, process flows, and OAuth sequences. Diagrams are stored locally, with a default web address of http://localhost:4000 and a configurable port and data path. It fits development workflows where visual inspection can clarify legacy code or complex logic.

Use cases

β€’Visualize legacy code structure
β€’Map WebSocket connection states
β€’Create C4 architecture diagrams
β€’Illustrate OAuth request flows
β€’Inspect process logic visually

Key features

β€’Renders Mermaid diagrams in a local web app
β€’Supports configurable port and data path
β€’Stores diagram history locally
β€’Shares one server across multiple MCP clients
β€’Exports diagrams as vector images
β€’Supports disabling anonymous analytics

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mindpilot MCP.

Extracted Tool Capabilities
Renders Mermaid diagrams in a local web app
Supports configurable port and data path
Stores diagram history locally
Shares one server across multiple MCP clients
Exports diagrams as vector images
Supports disabling anonymous analytics

How Mindpilot MCP works

What abrinsmead/mindpilot-mcp MCP server does

abrinsmead/mindpilot-mcp MCP server connects an AI coding agent to a local Mermaid diagram viewer. The agent can turn requests about source code, architecture, or processes into Mermaid syntax, which the server renders in a browser-based interface. Example uses include mapping WebSocket connection states, creating a C4 context diagram, and illustrating an OAuth sequence.

The project is intended for interactive analysis rather than remote diagram hosting. Its local processing model keeps diagrams on the local machine instead of sending them to a separate diagram service. The diagrams can also be exported as vector images.

How it works

The MCP process receives Mermaid syntax generated by the agent and serves the rendered diagrams through a local web application. The default interface is available at http://localhost:4000. The server saves diagram data under ~/.mindpilot/data/ unless a different location is provided.

Multiple MCP clients can use the same running instance. The first client starts the shared web server; later clients connect to it and use the same history and browser interface. After the final MCP client disconnects, the server shuts down after approximately one minute.

Setup and configuration

abrinsmead/mindpilot-mcp MCP server requires Node.js 20 or newer. Install it as a local stdio MCP process with the @mindpilot/mcp npm package:

Terminal
npx -y @mindpilot/mcp@latest

Claude Code, Cursor, Windsurf, and other MCP-capable clients can launch the process with npx and the package name. Configuration examples in the project also cover VS Code and Zed. The exact configuration format depends on the host client.

Use --port to change the web server port, such as --port 5555 when port 4000 is already occupied. Use --data-path to choose another directory for saved diagrams. The --disable-analytics flag turns off the anonymous usage tracking described by the project.

Tools and capabilities

The server supports agent-directed diagram generation for subjects such as:

  • Code structure and legacy code
  • System and software architecture
  • State machines
  • Process flows
  • OAuth flows
  • C4 context diagrams

The resulting Mermaid diagrams are displayed in the local web interface and can be exported as vector images. Persistent diagram history is shared among concurrently connected MCP clients.

Limitations and notes

The server depends on a local Node.js runtime and browser access to its local web application. It does not describe a hosted endpoint or a cloud storage service. Diagram quality depends on the Mermaid syntax produced by the connected language model; the MCP server is described as accepting and rendering that syntax rather than generating the underlying analysis itself.

Anonymous usage data is collected by default according to the README. Add --disable-analytics to the MCP arguments if that collection is not desired. A custom data path can support local synchronization workflows, but the project does not document a built-in synchronization provider.

The README also points to a separate Mermaid viewer agent skill that does not require a local MCP server. That alternative is distinct from abrinsmead/mindpilot-mcp MCP server.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Data Visualization View all alternatives
  • Claude Mermaid logoClaude Mermaid

    A Mermaid diagram rendering MCP server for Claude Code with live reload functionality, supporting multiple export formats (SVG, PNG, PDF) and themes.

    πŸ“Š Data Visualization3 views
    Compare vs Claude Mermaid β†’
  • Glyphic logoGlyphic

    Generate diagrams from structured JSON across 18 types (architecture, ERD, sequence, flowchart, Gantt…) β€” native SVG/PNG, no headless browser. Built for LLMs and agents.

    πŸ“Š Data Visualization6 views
    Compare vs Glyphic β†’
  • Kibana logoKibana

    Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

    πŸ“Š Data Visualization3 views
    Compare vs Kibana β†’
  • FileScopeMCP logoFileScopeMCP

    Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.

    πŸ“Š Data Visualization5 views
    Compare vs FileScopeMCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
89
Stargazers on the source repository.
npm downloads
39M
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mindpilot MCP

Use Node.js 20 or newer and run `npx -y @mindpilot/mcp@latest`, then add that stdio command to your MCP client configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMindpilot MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/abrinsmead-mindpilot-mcp?style=directory)](https://allmcps.com/mcp/abrinsmead-mindpilot-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/abrinsmead-mindpilot-mcp"><img src="https://allmcps.com/api/badge/abrinsmead-mindpilot-mcp?style=directory" alt="Mindpilot MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠData Visualization
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 3, 2026
10/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars89
GitHub Star CountTotal stargazers on GitHub representing community popularity (89 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 5, 2026
npm downloads39,676,919/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good Β· 59/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· skills (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Data Visualization β†’Alternatives to Mindpilot MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code