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
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.
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.
claude mcp add docdiagram-mcp -- uvx docdiagram-mcp
{
"mcpServers": {
"docdiagram-mcp": {
"args": [
"docdiagram-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.docdiagram-mcp]
command = "uvx"
args = ["docdiagram-mcp"]
{
"mcpServers": {
"docdiagram-mcp": {
"args": [
"docdiagram-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Cashfree MCP server for cashfree docs and APIs
MCP server embedded in the Godot 4 editor; drive Godot with AI, zero sidecar.
EduBase MCP server
Port.io mcp server
MCP server for SSH operations with built-in diagnostics
MCP server for Mermaid diagram validation and rendering
Cloudflare Workers MCP server: embedding-search
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Answers built from our own checks of this server.