Skip to content
Cursor

pokeapi mcp server for Cursor

io.github.asthanaji05/pokeapi-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install pokeapi mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pokeapi mcp server in other clients