Wraps the public PokeAPI in an MCP server, giving Claude access to 47 different Pokemon data endpoints covering everything from basic species info to contest mechanics and evolution chains. You get tools like getPokemonByName, getMoveByName, getItemByName, and more specialized lookups for abilities, types, habitats, berries, and game version data. Useful if you're building Pokemon game companions, trivia bots, or team builders and want Claude to pull live data instead of relying on its training knowledge. Available as an npm package with stdio transport, works with Claude Desktop, Cursor, and Gemini CLI. The author provides a hosted HTTP server endpoint if you don't want to run it locally.
claude mcp add --transport stdio io.github.asthanaji05-pokeapi-mcp-server -- npx -y pokeapi-mcp-server