MCP.so
登录

<server_id>@longjianjiang/mermaid-mcp-server</server_id> <server_name>Mermaid MCP Server</server_name> Mermaid MCP Server

@longjianjiang

关于 <server_id>@longjianjiang/mermaid-mcp-server</server_id> <server_name>Mermaid MCP Server</server_name> Mermaid MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

longjianjiang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mermaid-mcp-server-longjianjiang": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@longjianjiang/mermaid-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mermaid MCP Server?

Mermaid MCP Server implements the Model Context Protocol (MCP) to provide a secure, compliant interface for LLM applications to integrate with mermaid.js visualizations. It bridges AI language models with diagram generation using native Mermaid syntax.

How to use Mermaid MCP Server?

Clone the repository, run npm install and npm start to start the server. Connect your LLM application and use MCP methods like tools/call and resources/read to generate diagrams. Alternatively, install automatically via Smithery for Claude Desktop.

Key features of Mermaid MCP Server

  • Secure and robust interface for generating Mermaid diagrams
  • Fully compliant with MCP 1.0 specification
  • Designed with performance and scalability in mind
  • Extensible with additional tools and resources
  • Configurable server port and path restrictions

Use cases of Mermaid MCP Server

  • Generate diagrams on demand from LLM prompts and conversations
  • Integrate Mermaid visualization capabilities into AI-powered applications
  • Produce diagrams for documentation, reports, or presentations via AI agents

FAQ from Mermaid MCP Server

What runtime does Mermaid MCP Server require?

Node.js is required; install dependencies with npm install and start the server with npm start.

How do I configure Mermaid MCP Server?

Adjust port and path restriction settings in the config.json file.

Can I install Mermaid MCP Server automatically for Claude Desktop?

Yes, use Smithery with the command npx -y @smithery/cli install @longjianjiang/mermaid-mcp-server --client claude.

What license is Mermaid MCP Server released under?

This software is released under the MIT License.

How do I contribute to Mermaid MCP Server?

Contributions are welcome; please refer to CONTRIBUTING.md for submission guidelines.

评论

其他 分类下的更多 MCP 服务器