mermaid mcp server
A server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.
A server that implements the Model Context Protocol (MCP), providing an interface for LLM applications to generate mermaid.js visualizations and diagrams.
Welcome to the official README for the Mermaid MCP Server. This server implements the Model Context Protocol (MCP), providing an interface for LLM applications to integrate with mermaid.js visualizations.
To install Mermaid MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @longjianjiang/mermaid-mcp-server --client claude
npm install
to install dependencies.npm start
to start the server.tools/call
and resources/read
to interact with the server.Adjust the config.json
file to configure options like server port and path restrictions.
We welcome contributions! Please read the CONTRIBUTING.md file for instructions on submitting changes and improvements.
This software is released under the MIT License. See LICENSE file for more details.