pokeapi mcp server for Cursor
io.github.cyanheads/pokeapi-mcp-server
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
client:Cursor
transport:streamable-http
runtime:npm
tools:7
Install pokeapi mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pokeapi-mcp-server": {
"url": "https://pokeapi.caseyjhand.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs