MTG MCP Server
Rank #7,947io.github.j4th/mtg-mcp-server
Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.
MTG MCP Server is a Model Context Protocol (MCP) server published by j4th. It ranks #7,947 of 115,460 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. MTG MCP Server is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 13 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 107,513 of 115,460 servers on MCP Toplist.
Use MTG MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mtg-mcp-server https://server.smithery.ai/j4th/mtg-mcp-server/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mtg-mcp-server -- uvx mtg-mcp-server[mcp_servers.mtg-mcp-server]
url = "https://server.smithery.ai/j4th/mtg-mcp-server/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mtg-mcp-server]
command = "uvx"
args = ["mtg-mcp-server"]Add to ~/.codex/config.toml.
https://server.smithery.ai/j4th/mtg-mcp-server/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mtg-mcp-server": {
"command": "uvx",
"args": [
"mtg-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mtg-mcp-server": {
"url": "https://server.smithery.ai/j4th/mtg-mcp-server/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mtg-mcp-server": {
"command": "uvx",
"args": [
"mtg-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mtg-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/j4th/mtg-mcp-server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mtg-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mtg-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mtg-mcp-server": {
"serverUrl": "https://server.smithery.ai/j4th/mtg-mcp-server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mtg-mcp-server": {
"command": "uvx",
"args": [
"mtg-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mtg-mcp-server": {
"url": "https://server.smithery.ai/j4th/mtg-mcp-server/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mtg-mcp-server": {
"command": "uvx",
"args": [
"mtg-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.j4th%2Fmtg-mcp-server)<a href="https://mcptoplist.com/server/io.github.j4th%2Fmtg-mcp-server"><img src="https://mcptoplist.com/badge/io.github.j4th%2Fmtg-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
j4th
Available versions (13)
| Version | Published |
|---|---|
| 3.0.0 | Apr 4, 2026 |
| 2.2.0 | Apr 4, 2026 |
| 2.1.1 | Apr 3, 2026 |
| 2.1.0 | Apr 3, 2026 |
| 2.0.0 | Mar 29, 2026 |
| 1.2.3 | Mar 27, 2026 |
| 1.2.2 | Mar 26, 2026 |
| 1.2.1 | Mar 26, 2026 |
| 1.2.0 | Mar 24, 2026 |
| 1.1.1 | Mar 24, 2026 |
| 1.1.0 | Mar 24, 2026 |
| 1.0.1 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MTG MCP Server?
- MTG MCP Server is maintained by j4th, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is MTG MCP Server listed on the Official MCP Registry?
- Yes — MTG MCP Server is listed on the Official MCP Registry, alongside Smithery, Glama and PulseMCP.
- How many versions does MTG MCP Server have?
- MCP Toplist tracks 13 versions of MTG MCP Server, most recently published on Apr 4, 2026.
- Where can I find the source code for MTG MCP Server?
- The source code for MTG MCP Server is hosted at github.com/j4th/mtg-mcp-server.