Odel
MCP Pokemon

MCP Pokemon

Local
@asthanaji051TypeScriptUpdated 10mo ago

Empower your AI with Pokédex powers! Fetch and explore Pokémon data seamlessly via PokeAPI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpokeapi-mcp-serverv1.12.0

Run

npx -y pokeapi-mcp-server

MCP client config

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