PokeAPI MCP Server

PokeAPI MCP Server

Give your AI assistant access to the entire Pokémon universe

Category
Visit Server

README

<p align="center"> <img src="logo.png" alt="PokéAPI MCP Server" width="128" /> </p>

<h1 align="center">PokéAPI MCP Server</h1>

<p align="center"> <strong>Give your AI assistant access to the entire Pokémon universe</strong> </p>

<p align="center"> <a href="https://www.npmjs.com/package/pokeapi-mcp-server"><img src="https://img.shields.io/npm/v/pokeapi-mcp-server?color=cb3837&label=npm&logo=npm" alt="npm" /></a> <a href="https://marketplace.visualstudio.com/items?itemName=bhayanak.pokeapi-mcp-extension"><img src="https://img.shields.io/visual-studio-marketplace/v/bhayanak.pokeapi-mcp-extension?color=007ACC&logo=visual-studio-code&label=VS%20Code" alt="VS Code" /></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/bhayanak/pokemon-mcp-server?color=blue" alt="license" /></a> <img src="https://img.shields.io/badge/MCP-compatible-blueviolet" alt="MCP" /> </p>


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
pokeapi-mcp-server MCP server (npm/CLI) README →
pokeapi-mcp-extension VS Code extension README →

Quick Start

Option 1: VS Code Extension (recommended)

Install from the marketplace — the extension handles everything automatically:

ext install bhayanak.pokeapi-mcp-extension

VS 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-server

Or use with Claude Desktop:

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

12 MCP Tools

Category Tools What They Do
Pokémon pokemon_get, pokemon_search Lookup & search by type/generation
Types pokemon_get_type, pokemon_type_matchup Type details & effectiveness calculator
Moves pokemon_get_move, pokemon_search_moves Move database & filtered search
Abilities pokemon_get_ability Ability effects & Pokémon lists
Evolution pokemon_get_evolution_chain Full evolution trees with conditions
Species pokemon_get_species Flavor text, habitat, egg groups
Items pokemon_get_item Item details, effects, categories
Analysis pokemon_compare, pokemon_type_coverage 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 dev

MCP Tools

Tool Description
pokemon_get Get detailed Pokémon data (stats, types, abilities, moves)
pokemon_search Search Pokémon by type, generation, or browse
pokemon_get_type Get type details and damage relations
pokemon_type_matchup Check type effectiveness
pokemon_get_move Get move details (power, accuracy, effect)
pokemon_search_moves Search moves by criteria
pokemon_get_ability Get ability details
pokemon_get_evolution_chain Get evolution chain with conditions
pokemon_get_species Get species data (flavor text, habitat, catch rate)
pokemon_get_item Get item details
pokemon_compare Compare 2-4 Pokémon side-by-side
pokemon_type_coverage Analyze team type coverage

Configuration

Variable Default Description
POKEAPI_MCP_BASE_URL https://pokeapi.co/api/v2 API base URL
POKEAPI_MCP_CACHE_TTL_MS 86400000 (24hr) Cache TTL
POKEAPI_MCP_CACHE_MAX_SIZE 500 Max cache entries
POKEAPI_MCP_TIMEOUT_MS 10000 HTTP timeout
POKEAPI_MCP_LANGUAGE en 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 packages

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured