pokeapi-mcp-server

Astro2024/pokeapi-mcp-server
★ 3 stars JavaScript 🔌 API Integration Updated 13d ago
MCP server wrapping the PokéAPI. Provides tools to look up Pokémon, moves, abilities, items, locations, evolutions, and more. Includes fuzzy name matching with autocorrect suggestions for misspelled queries.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pokeapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Astro2024/pokeapi-mcp-server"
      ]
    }
  }
}