mcpbeat Sign in

Docdiagram MCP Server

by docdiagram Your server? Claim it
local only

Docdiagram MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi.

DocDiagram MCP server - embedded diagrams in MDX docs

Installs per day peak 45 · avg 14 · -16% w/w
a month agotoday
89
Installs / week
pypi · docdiagram-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Docdiagram MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docdiagram-mcp -- uvx docdiagram-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docdiagram-mcp": {
      "args": [
        "docdiagram-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docdiagram-mcp]
command = "uvx"
args = ["docdiagram-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docdiagram-mcp": {
      "args": [
        "docdiagram-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docdiagram-mcp": {
      "args": [
        "docdiagram-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DOCDIAGRAM_API_KEY (DocDiagram personal API key), DOCDIAGRAM_API_URL (Override base URL for self-hosted deployments). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Docdiagram MCP

same job, measured the same way
Cashfree MCP
by cashfree

Cashfree MCP server for cashfree docs and APIs

31 installs/wk local only
Beckett - MCP for Godot
by beckettlab

MCP server embedded in the Godot 4 editor; drive Godot with AI, zero sidecar.

local only
EduBase
by edubase

EduBase MCP server

205 installs/wk answering
Port
by port

Port.io mcp server

answering
SSH MCP Server
by yawlabs

MCP server for SSH operations with built-in diagnostics

192 installs/wk local only
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Embedding Search
by lazymac2x

Cloudflare Workers MCP server: embedding-search

3 tools answering
Miro
by miroapp

Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.

answering

Docdiagram MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Docdiagram MCP?
Docdiagram MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package docdiagram-mcp was installed 89 times last week.
How do I connect Docdiagram MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docdiagram-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Docdiagram MCP?
The pypi package docdiagram-mcp was installed 89 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.