PokeAPI MCP Server
A Model Context Protocol (MCP) server in TypeScript that wraps PokéAPI v2 — the largest Pokémon RESTful API (1300+ species, 900+ moves, 300+ abilities, 18 types). Ships as both an npm package and a VS Code extension.
Packages
Package | Description | Docs |
MCP server (npm/CLI) | ||
VS Code extension |
Related MCP server: Pokédex MCP Server
Quick Start
Option 1: VS Code Extension (recommended)
Install from the marketplace — the extension handles everything automatically:
ext install bhayanak.pokeapi-mcp-extensionVS Code provides built-in start / stop / restart controls. Your AI assistant gets access to all 12 tools immediately.
Option 2: npm / CLI
npm install -g pokeapi-mcp-server
pokeapi-mcp-serverOr use with Claude Desktop:
{
"mcpServers": {
"pokeapi": {
"command": "npx",
"args": ["-y", "pokeapi-mcp-server"]
}
}
}12 MCP Tools
Category | Tools | What They Do |
Pokémon |
| Lookup & search by type/generation |
Types |
| Type details & effectiveness calculator |
Moves |
| Move database & filtered search |
Abilities |
| Ability effects & Pokémon lists |
Evolution |
| Full evolution trees with conditions |
Species |
| Flavor text, habitat, egg groups |
Items |
| Item details, effects, categories |
Analysis |
| Side-by-side stats & team coverage |
License
MIT © bhayanak
Quick Start
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Run the MCP server (stdio mode)
cd packages/pokeapi-server && pnpm run devMCP Tools
Tool | Description |
| Get detailed Pokémon data (stats, types, abilities, moves) |
| Search Pokémon by type, generation, or browse |
| Get type details and damage relations |
| Check type effectiveness |
| Get move details (power, accuracy, effect) |
| Search moves by criteria |
| Get ability details |
| Get evolution chain with conditions |
| Get species data (flavor text, habitat, catch rate) |
| Get item details |
| Compare 2-4 Pokémon side-by-side |
| Analyze team type coverage |
Configuration
Variable | Default | Description |
|
| API base URL |
|
| Cache TTL |
|
| Max cache entries |
|
| HTTP timeout |
|
| Preferred language |
Development
pnpm run typecheck # TypeScript type checking
pnpm run lint # ESLint with security rules
pnpm run test # Run tests
pnpm run build # Build all packagesLicense
MIT
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.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI models to access comprehensive Pokémon data from PokéAPI and simulate battles between any two Pokémon with realistic mechanics including type effectiveness, stat-based damage calculations, and status effects.1
- AlicenseBqualityDmaintenanceEnables AI agents to access comprehensive Pokémon data through PokeAPI, including detailed Pokémon information, type effectiveness charts, encounter locations, and search capabilities. Provides a complete toolkit for retrieving stats, abilities, sprites, battle mechanics, and wild encounter data for all Pokémon.4561MIT
- AlicenseAqualityDmaintenanceProvides Pokemon Showdown competitive battle data to AI assistants, enabling lookup of Pokemon stats, moves, abilities, items, type matchups, and strategic information through natural language queries.85MIT
- Flicense-qualityDmaintenanceEnables users to fetch detailed Pokémon data, build tournament squads, and simulate battles using PokéAPI. It also integrates Wikipedia to provide fun comparisons between Pokémon and their real-world animal inspirations.
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bhayanak/pokemon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server