Ai Diagram Maker Mcp Server
@erajasekar
关于 Ai Diagram Maker Mcp Server
MCP server for AI Diagram Maker — generate software engineering diagrams from natural language, code, ASCII diagram, images, or Mermaid. Inline diagram rendering using MCP apps UI and diagram URL in responses. Works with Cursor, Claude Desktop, Claude Code, and any MCP-compatible
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ai-diagram-maker": {
"command": "npx",
"args": [
"-y",
"ai-diagram-maker-mcp@latest"
],
"env": {
"ADM_API_KEY": "<your api key>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Ai Diagram Maker Mcp Server?
It is an MCP server for AI Diagram Maker that generates professional software engineering diagrams from plain English descriptions inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent.
How to use Ai Diagram Maker Mcp Server?
Install via npx (no permanent installation) or use the hosted remote server. Configure your MCP client with the server URL and API key either in request headers (HTTP transport) or as an environment variable (stdio transport). Then ask the AI agent to create a diagram using trigger keywords like "adm ...", "create a diagram of ...", or "show me a flowchart".
Key features of Ai Diagram Maker Mcp Server
- Five tools for input: natural language, JSON, ASCII art, images, and Mermaid
- Inline rendering of diagrams directly in the chat using MCP Apps UI
- Diagram URL returned in responses for viewing and editing in a browser
- Supports both stdio (local) and HTTP/Streamable HTTP (remote) transports
- Requires Node.js 18+ and an AI Diagram Maker API key
Use cases of Ai Diagram Maker Mcp Server
- Generate microservices architecture diagrams from a plain English description
- Convert a database schema or API response JSON into an ERD or flowchart
- Transform ASCII art or a whiteboard photo into a polished, editable diagram
- Convert a Mermaid diagram definition into a clean D2/PNG diagram
FAQ from Ai Diagram Maker Mcp Server
What input types are supported?
Five tools cover natural language text, JSON strings, ASCII art, public image URLs or base64 data URIs, and Mermaid diagram source.
What are the runtime requirements?
Node.js 18+ and an AI Diagram Maker account with an API key.
What transports does the server support?
It supports stdio (local, default) and HTTP/Streamable HTTP (remote). The hosted instance runs at https://mcp.aidiagrammaker.com/mcp; when running locally, use --transport http.
How do I authenticate?
For stdio transport, set the ADM_API_KEY environment variable. For HTTP transport, pass the API key in the request header as X-ADM-API-Key or Authorization: Bearer <key>.
Can I debug requests?
Yes, set the environment variable ADM_DEBUG to 1, true, or yes to log request parameters and API payloads to stderr.
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Framework
QuantGeekDevThe Typescript MCP Framework
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论