Pokemon MCP Monorepo
Pokemcp MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Pokemon MCP Monorepo.
A Model Context Protocol (MCP) server that provides Pokemon data through standardized tools. This monorepo contains both the MCP server and data ingestion service for fetching Pokemon data from PokeAPI.
Once Pokemcp is connected, these are the calls the assistant has available:
get_pokemon — Get detailed information about a specific Pokemonsearch_pokemon — Search Pokemon by name, type, or other criteriaget_strongest_pokemon — Find the strongest Pokemon by various statsget_pokemon_stats — Get detailed stats for a Pokemoncompare_pokemon — Compare stats between two Pokemonget_type_effectiveness — Get type effectiveness informationPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverUsage — The Usage tool exposed by this serverYou will need one environment variable: POKEMON_DATA_DIR. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pokemcp's toolset — get_pokemon, search_pokemon, get_strongest_pokemon and 6 more — is a fair guide to whether it matches your workflow. It is maintained by grovesjosephn; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Pokemcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_pokemon | Get detailed information about a specific Pokemon |
| search_pokemon | Search Pokemon by name, type, or other criteria |
| get_strongest_pokemon | Find the strongest Pokemon by various stats |
| get_pokemon_stats | Get detailed stats for a Pokemon |
| compare_pokemon | Compare stats between two Pokemon |
| get_type_effectiveness | Get type effectiveness information |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Usage | The Usage tool exposed by this server. |
Configure Claude Desktop:
```json
{
"mcpServers": {
"pokemon": {
"command": "pokemon-mcp-server",
"env": {
"POKEMON_DATA_DIR": "/path/to/pokemcp/data"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| POKEMON_DATA_DIR | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.