mtg-mcp
Rank #6,732io.github.nccurry/mtg-mcp
An evidence-first .NET MCP server for Magic: The Gathering deckbuilding workflows.
mtg-mcp is a Model Context Protocol (MCP) server published by nccurry. It ranks #6,732 of 132,046 servers tracked on MCP Toplist. mtg-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on May 8, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 125,314 of 132,046 servers on MCP Toplist.
Use mtg-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mtg-mcp -- dnx Nccurry.MtgMcp[mcp_servers.mtg-mcp]
command = "dnx"
args = ["Nccurry.MtgMcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mtg-mcp": {
"command": "dnx",
"args": [
"Nccurry.MtgMcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mtg-mcp": {
"command": "dnx",
"args": [
"Nccurry.MtgMcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mtg-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Nccurry.MtgMcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mtg-mcp": {
"command": "dnx",
"args": [
"Nccurry.MtgMcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mtg-mcp": {
"command": "dnx",
"args": [
"Nccurry.MtgMcp"
]
}
}
}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.nccurry%2Fmtg-mcp)<a href="https://mcptoplist.com/server/io.github.nccurry%2Fmtg-mcp"><img src="https://mcptoplist.com/badge/io.github.nccurry%2Fmtg-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nccurry
Available versions (11)
| Version | Published |
|---|---|
| 0.9.0 | Jul 13, 2026 |
| 0.7.0 | Jun 15, 2026 |
| 0.6.0 | Jun 10, 2026 |
| 0.5.0 | Jun 10, 2026 |
| 0.4.3 | Jun 8, 2026 |
| 0.4.2 | Jun 7, 2026 |
| 0.4.0 | May 31, 2026 |
| 0.2.2 | May 26, 2026 |
| 0.2.1 | May 25, 2026 |
| 0.2.0 | May 25, 2026 |
| 0.1.0 | May 10, 2026 |
Frequently asked questions
- Who maintains mtg-mcp?
- mtg-mcp is maintained by nccurry, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is mtg-mcp listed on the Official MCP Registry?
- Yes — mtg-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mtg-mcp have?
- MCP Toplist tracks 11 versions of mtg-mcp, most recently published on Jul 13, 2026.
- Where can I find the source code for mtg-mcp?
- The source code for mtg-mcp is hosted at github.com/nccurry/mtg-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.