pokeapi-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pokeapi-mcp-servertell me about Pikachu"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pokeapi-mcp-server
An MCP server wrapping the PokéAPI. Provides tools to look up Pokémon, moves, abilities, items, locations, evolutions, and more — directly from Claude or any MCP-compatible client.
Features
Full coverage of the PokéAPI — Pokémon, species, moves, abilities, items, types, locations, evolutions, berries, natures, and more
Fuzzy name matching with autocorrect — misspell a name and the server will either fix it automatically or suggest the closest matches
Paginated results for large lists (egg groups, growth rates, pokédexes, etc.)
Related MCP server: PokeMCP
Tools
Each resource has two tools: a list_* tool for pagination and a get_* tool for full details.
Category | List tool | Get tool |
Pokémon |
|
|
Species |
|
|
Moves |
|
|
Abilities |
|
|
Items |
|
|
Types |
|
|
Berries |
|
|
Locations |
|
|
Evolution chains |
|
|
Generations |
|
|
Natures |
|
|
... and more |
get_pokemon accepts an optional move_learn_method parameter (level-up, machine, egg, tutor, or all) to filter the moves list.
Installation
npm install
npm run buildRunning the server
The server speaks the MCP Streamable HTTP transport. Start it and point an MCP client at the HTTP endpoint.
npm start # http://127.0.0.1:3000/mcp
PORT=4000 npm start # custom port
HOST=0.0.0.0 npm start # bind all interfaces (intended for fronting behind another service)
ALLOWED_HOSTS=mcp.example.com npm start # restrict Host header when not on localhostEnv var | Default | Purpose |
|
| TCP port to listen on. |
|
| Bind address. Localhost values auto-enable DNS rebinding protection. |
| (unset) | Comma-separated allowlist of |
All requests go to POST /mcp. GET and DELETE return 405.
Usage with Claude Code
Add to your MCP client config:
{
"mcpServers": {
"pokeapi": {
"type": "streamable-http",
"url": "http://127.0.0.1:3000/mcp"
}
}
}Exact keys vary by client — consult your MCP client's docs for its HTTP transport config syntax.
Development
npm run dev # run with tsx (no build step)
npm run build # compile TypeScript
npm start # run compiled outputData source
All data is fetched live from pokeapi.co. No API key required.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Astro2024/pokeapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server