Pokémon MCP Server
@indroneelray
About Pokémon MCP Server
This a MCP server that allows clients to fetch Pokemon Data via the official Pokemon API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/pokemon-server.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pokémon MCP Server?
It is a Model Context Protocol (MCP) server that provides tools for fetching Pokémon data from the public PokéAPI. It is designed for developers using MCP clients such as Claude for Desktop.
How to use Pokémon MCP Server?
Install by cloning the repository, running npm install, and building with npm run build. Start the server with npm start. For Claude for Desktop, add the server to the mcpServers configuration with the command node and the path to build/pokemon-server.js. You can also test with the MCP Inspector via npx @modelcontextprotocol/inspector node build/pokemon-server.js.
Key features of Pokémon MCP Server
- Fetch detailed Pokémon information by name or ID
- Get type information and damage relations
- Search Pokémon with pagination support
- Retrieve details about specific Pokémon moves
- Obtain information about Pokémon abilities
Use cases of Pokémon MCP Server
- Look up a Pokémon’s stats, abilities, and types
- Discover type weaknesses and resistances for battle planning
- Search for Pokémon in bulk using limit and offset
- Learn about a move’s power, accuracy, and effects
- Review ability descriptions and their in‑game effects
FAQ from Pokémon MCP Server
What tools does Pokémon MCP Server provide?
It provides five tools: get-pokemon, get-type, search-pokemon, get-move, and get-ability.
How do I install and run Pokémon MCP Server?
Clone the repository, run npm install, then npm run build. Start the server with npm start.
How can I use Pokémon MCP Server with Claude for Desktop?
Add it to your Claude for Desktop configuration under mcpServers with the command node and the path to the built server file.
Are there any API limitations for Pokémon MCP Server?
Yes, the server uses the public PokéAPI, which has rate limiting. Users should be respectful of those limits.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments