Diagrams MCP
Rank #39,839io.github.mskry/diagrams-mcp-server
Generate cloud architecture diagrams, flowcharts, and sequence diagrams.
Diagrams MCP is a Model Context Protocol (MCP) server published by byteoverdev. It ranks #39,839 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Diagrams MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 8, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 92,274 of 132,113 servers on MCP Toplist.
Use Diagrams MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http diagrams-mcp-server https://diagrams-mcp-production.up.railway.app/mcpclaude mcp add diagrams-mcp-server -- uvx diagrams-mcp-server[mcp_servers.diagrams-mcp-server]
url = "https://diagrams-mcp-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.diagrams-mcp-server]
command = "uvx"
args = ["diagrams-mcp-server"]Add to ~/.codex/config.toml.
https://diagrams-mcp-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"diagrams-mcp-server": {
"command": "uvx",
"args": [
"diagrams-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"diagrams-mcp-server": {
"url": "https://diagrams-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"diagrams-mcp-server": {
"command": "uvx",
"args": [
"diagrams-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"diagrams-mcp-server": {
"type": "http",
"url": "https://diagrams-mcp-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"diagrams-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"diagrams-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"diagrams-mcp-server": {
"serverUrl": "https://diagrams-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"diagrams-mcp-server": {
"command": "uvx",
"args": [
"diagrams-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"diagrams-mcp-server": {
"url": "https://diagrams-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"diagrams-mcp-server": {
"command": "uvx",
"args": [
"diagrams-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mskry%2Fdiagrams-mcp-server)<a href="https://mcptoplist.com/server/io.github.mskry%2Fdiagrams-mcp-server"><img src="https://mcptoplist.com/badge/io.github.mskry%2Fdiagrams-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
byteoverdev
Other servers by byteoverdev
View all byteoverdev servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 11, 2026 |
Frequently asked questions
- Who maintains Diagrams MCP?
- Diagrams MCP is maintained by byteoverdev, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Diagrams MCP listed on the Official MCP Registry?
- Yes — Diagrams MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Diagrams MCP have?
- MCP Toplist tracks 1 version of Diagrams MCP, most recently published on Apr 11, 2026.
- Where can I find the source code for Diagrams MCP?
- The source code for Diagrams MCP is hosted at github.com/byteoverdev/diagrams-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.