An MCP Server offering tools for Gatherer API (Magic the Gathering)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-gatherer": {
"args": [
"C:\\mcp-gatherer\\mcp_server.php"
],
"command": "php",
"disabled": false,
"alwaysAllow": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server for accessing Magic: The Gathering card data, rules, and set information. This server provides quick access to card details, rulings, comprehensive rules sections, and more.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Gatherer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server for accessing Magic: The Gathering card data, rules, and set information. This server provides quick access to card details, rulings, comprehensive rules sections, and more.
PHP 8.1 or higher
php --versionComposer (PHP's dependency manager)
Clone this repository:
git clone https://github.com/james2037/mcp-gatherer.git
Navigate to the project directory:
cd mcp-gatherer
Install dependencies:
composer install
Your MCP client, such as Claude Desktop, can start the server by invoking:
php path/to/mcp_server.php
The server will start and you can begin using the Magic: The Gathering tools through the MCP client. Be sure to specify the STDIO transport if necessary.
An example claude_desktop_config.json for a Windows user might look like:
{
"mcpServers": {
"mcp-gatherer": {
"command": "php",
"args": ["C:\\mcp-gatherer\\mcp_server.php"],
"disabled": false,
"alwaysAllow": []
}
}
}
This project is licensed under the MIT License. See the LICENSE file for details.
If you'd like to contribute to the development of this tool, feel free to submit issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.