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.
「開発者ツール」の他のコンテンツ
Huoshan Test
volcengineCode Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
コメント