Cartography MCP Server
Rank #2,543io.github.MrCartographer/cartography-mcp-server
MCP server providing cartography-server capabilities
Cartography MCP Server is a Model Context Protocol (MCP) server published by MrCartographer. It ranks #2,543 of 132,113 servers tracked on MCP Toplist, and its repository has 259 GitHub stars. Cartography MCP Server is listed on Official MCP, with 4 tracked versions. It was first listed on Feb 4, 2026 and most recently updated on Feb 4, 2026.
Ranks ahead of 129,570 of 132,113 servers on MCP Toplist.
Use Cartography MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cartography-mcp-server -- npx -y cartography-mcp-server[mcp_servers.cartography-mcp-server]
command = "npx"
args = ["-y", "cartography-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cartography-mcp-server": {
"command": "npx",
"args": [
"-y",
"cartography-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cartography-mcp-server": {
"command": "npx",
"args": [
"-y",
"cartography-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cartography-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cartography-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cartography-mcp-server": {
"command": "npx",
"args": [
"-y",
"cartography-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cartography-mcp-server": {
"command": "npx",
"args": [
"-y",
"cartography-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.MrCartographer%2Fcartography-mcp-server)<a href="https://mcptoplist.com/server/io.github.MrCartographer%2Fcartography-mcp-server"><img src="https://mcptoplist.com/badge/io.github.MrCartographer%2Fcartography-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MrCartographer
Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | Feb 4, 2026 |
| 1.1.0 | Feb 4, 2026 |
| 1.0.1 | Feb 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cartography MCP Server?
- Cartography MCP Server is maintained by MrCartographer, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Cartography MCP Server listed on the Official MCP Registry?
- Yes — Cartography MCP Server is listed on the Official MCP Registry.
- How many versions does Cartography MCP Server have?
- MCP Toplist tracks 4 versions of Cartography MCP Server, most recently published on Feb 4, 2026.
- Where can I find the source code for Cartography MCP Server?
- The source code for Cartography MCP Server is hosted at github.com/MrCartographer/cartography.
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.