README.md
Comprehensive Pokemon data and battle simulation capabilities for AI assistants.
A Model Context Protocol server that provides comprehensive Pokemon data and battle simulation capabilities to AI assistants. It enables users to access detailed stats, types, and moves while simulating battles with realistic mechanics like type effectiveness and status effects.
Tools (2)
get_pokemon_dataRetrieve comprehensive stats, types, and abilities for a specific Pokemon.simulate_battleSimulate a battle between two Pokemon considering type effectiveness and status effects.Configuration
claude_desktop_config.json
{
"mcpServers": {
"poke-mcp": {
"command": "npx",
"args": [
"-y",
"poke-mcp"
]
}
}
}Try it
→Get the base stats and types for Charizard.
→Simulate a battle between Pikachu and Squirtle and tell me who would win.
→What are the type weaknesses and strengths for a Gengar?
→Compare the base speed stats of Jolteon and Ninjask.
→Explain the type effectiveness of a Fairy-type move against a Dragon-type Pokemon.