Agentic Mermaid for Claude Desktop
io.github.adewale/agentic-mermaid
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:9
Install Agentic Mermaid in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentic-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentic-mermaid.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs