home / mcp / mcp kmn showdown server
Provides local Pokemon Showdown data for fast, offline querying by MCP clients.
Configuration
View docs{
"mcpServers": {
"drewsungg-mcpkmn-showdown": {
"command": "mcpkmn-showdown",
"args": []
}
}
}You can run mcpkmn-showdown as an MCP server so your Claude-compatible AI gets instant, offline access to Pokemon stats, moves, abilities, items, and type matchups. This keeps data consistent, fast, and free of external API limits, helping your AI reason accurately about battles and team decisions.
You use the server from an MCP client by starting the local MCP server process and pointing your client to the local runtime. In this setup, you configure a local stdio MCP endpoint that Claude Desktop (or another MCP-enabled client) can query. Once running, you can ask your AI questions like which ability is best for a given Pokemon, how a move interacts with type matchups, or which items influence damage calculations. The data comes from the integrated local JSON data for Pokemon Showdown, so responses are structured and reliable for reasoning and agent-driven workflows.
{
"mcpServers": {
"pokemon": {
"command": "mcpkmn-showdown",
"args": [],
"env": []
}
}
}1) Install the MCP server package and run it from your environment.
2) Configure your AI client to connect to the local MCP endpoint as shown in the example configuration.
3) Restart Claude Desktop or your MCP client to pick up the new server. Then you can query: “What’s the best ability for Garchomp and why?” or “Build a Trick Room team that handles Fairy types.”
Look up a Pokemon's complete data set including types, stats, abilities, weight, and tier.
Retrieve move details such as type, category, power, accuracy, PP, priority, and its effects.
Explain what a specific ability does in battle.
Describe held item effects and their in-battle implications.
Calculate damage multipliers for attack types against defending types.
Find moves that act before normal speed order by their priority.
List Pokemon that have a specific ability.
List abilities that significantly impact battle outcomes by category.