Agentic Mermaid
Rank #2,228io.github.adewale/agentic-mermaid
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
Agentic Mermaid is a Model Context Protocol (MCP) server published by adewale. It ranks #2,228 of 132,113 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Agentic Mermaid is listed across 2 registries — Official MCP and PulseMCP, with 8 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 129,885 of 132,113 servers on MCP Toplist.
Use Agentic Mermaid
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentic-mermaid https://agentic-mermaid.dev/mcpclaude mcp add agentic-mermaid -- npx -y agentic-mermaid mcp[mcp_servers.agentic-mermaid]
url = "https://agentic-mermaid.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agentic-mermaid]
command = "npx"
args = ["-y", "agentic-mermaid", "mcp"]Add to ~/.codex/config.toml.
https://agentic-mermaid.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentic-mermaid": {
"command": "npx",
"args": [
"-y",
"agentic-mermaid",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentic-mermaid": {
"url": "https://agentic-mermaid.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agentic-mermaid": {
"command": "npx",
"args": [
"-y",
"agentic-mermaid",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentic-mermaid": {
"type": "http",
"url": "https://agentic-mermaid.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agentic-mermaid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-mermaid",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentic-mermaid": {
"serverUrl": "https://agentic-mermaid.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-mermaid": {
"command": "npx",
"args": [
"-y",
"agentic-mermaid",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-mermaid": {
"url": "https://agentic-mermaid.dev/mcp"
}
}
}{
"mcpServers": {
"agentic-mermaid": {
"command": "npx",
"args": [
"-y",
"agentic-mermaid",
"mcp"
]
}
}
}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.adewale%2Fagentic-mermaid)<a href="https://mcptoplist.com/server/io.github.adewale%2Fagentic-mermaid"><img src="https://mcptoplist.com/badge/io.github.adewale%2Fagentic-mermaid.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
adewale
Other servers by adewale
View all adewale servers →Available versions (8)
| Version | Published |
|---|---|
| 0.4.1 | Jul 31, 2026 |
| 0.4.0 | Jul 29, 2026 |
| 0.3.2 | Jul 27, 2026 |
| 0.3.1 | Jul 27, 2026 |
| 0.3.0 | Jul 25, 2026 |
| 0.2.0 | Jul 24, 2026 |
| 0.1.2 | Jul 21, 2026 |
| 0.1.1 | Jul 10, 2026 |
Frequently asked questions
- Who maintains Agentic Mermaid?
- Agentic Mermaid is maintained by adewale, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Agentic Mermaid listed on the Official MCP Registry?
- Yes — Agentic Mermaid is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Agentic Mermaid have?
- MCP Toplist tracks 8 versions of Agentic Mermaid, most recently published on Jul 31, 2026.
- Where can I find the source code for Agentic Mermaid?
- The source code for Agentic Mermaid is hosted at github.com/adewale/agentic-mermaid.
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.