MCP.so
Sign In

Mermaid Doc MCP Server

@moritalous

About Mermaid Doc MCP Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

moritalous

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

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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.

Comments

More Other MCP servers