Mermaid Doc MCP Server
@moritalous
About Mermaid Doc MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mermaid-doc-mcp-server": {
"command": "uvx",
"args": [
"mermaid-doc-mcp-server@latest"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Mermaid Doc MCP Server?
Mermaid Doc MCP Server is a server for generating Mermaid documents. It provides tools to list available Mermaid diagram names and retrieve their documentation content.
How to use Mermaid Doc MCP Server?
Install uv and Python 3.10 or newer, then add the server to your MCP configuration file (e.g., .amazonq/mcp.json for Amazon Q) using the uvx command with mermaid-doc-mcp-server@latest.
Key features of Mermaid Doc MCP Server
- List all available Mermaid diagram names.
- Retrieve documentation for a specific diagram.
Use cases of Mermaid Doc MCP Server
- Quickly look up documentation for a Mermaid diagram type.
- Integrate Mermaid diagram reference into an AI-assisted development workflow.
- Automate generation of Mermaid documentation for learning or teaching.
FAQ from Mermaid Doc MCP Server
What is the Mermaid Doc MCP Server?
It is an MCP server that provides access to Mermaid diagram documentation through tools that list diagram names and retrieve their content.
What are the prerequisites to use it?
You need to install uv (from Astral) and Python 3.10 or newer (using uv python install 3.10).
How do I configure the server?
Add the JSON configuration shown in the README to your MCP config file (e.g., .amazonq/mcp.json for Amazon Q or Claude’s config).
What tools does the server provide?
It provides list_diagrams (returns a list of diagram names) and get_diagram_doc (returns documentation for a given diagram name as a string).
What transport does it use?
The server is invoked via uvx with a command-line argument, implying it uses the standard MCP stdio transport.
Frequently asked questions
What is the Mermaid Doc MCP Server?
It is an MCP server that provides access to Mermaid diagram documentation through tools that list diagram names and retrieve their content.
What are the prerequisites to use it?
You need to install `uv` (from Astral) and Python 3.10 or newer (using `uv python install 3.10`).
How do I configure the server?
Add the JSON configuration shown in the README to your MCP config file (e.g., `.amazonq/mcp.json` for Amazon Q or Claude’s config).
What tools does the server provide?
It provides `list_diagrams` (returns a list of diagram names) and `get_diagram_doc` (returns documentation for a given diagram name as a string).
What transport does it use?
The server is invoked via `uvx` with a command-line argument, implying it uses the standard MCP stdio transport.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments