pokemon-mcp-server
Click on "Deploy 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., "@pokemon-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.
Pokémon MCP Server
This is a Model Context Protocol (MCP) server that provides tools for fetching Pokémon data from the PokéAPI.
Features
The server provides the following tools:
get-pokemon: Fetch detailed information about a specific Pokémon by name or ID
get-type: Get information about a Pokémon type and its damage relations
search-pokemon: Search for Pokémon with pagination support
get-move: Get details about a specific Pokémon move
get-ability: Get information about a Pokémon ability
Related MCP server: PokeAPI MCP Server
Installation
# Clone the repository
git clone https://github.com/yourusername/pokemon-mcp-server.git
cd pokemon-mcp-server
# Install dependencies
npm install
# Build the project
npm run buildUsage
Running the Server
npm startUsing with Claude for Desktop
To use this server with Claude for Desktop, add it to your Claude for Desktop configuration file:
For macOS:
{
"mcpServers": {
"pokemon": {
"command": "node",
"args": ["/path/to/pokemon-mcp-server/build/pokemon-server.js"]
}
}
}For Windows:
{
"mcpServers": {
"pokemon": {
"command": "node",
"args": ["C:\\path\\to\\pokemon-mcp-server\\build\\pokemon-server.js"]
}
}
}Testing with MCP Inspector
You can test the server using the MCP Inspector:
npx @modelcontextprotocol/inspector node build/pokemon-server.jsExample Tool Usage
Fetching a Pokémon
Tool: get-pokemon
Parameters: {"nameOrId": "pikachu"}Getting Type Information
Tool: get-type
Parameters: {"type": "electric"}Searching for Pokémon
Tool: search-pokemon
Parameters: {"limit": 5, "offset": 0}Getting Move Information
Tool: get-move
Parameters: {"nameOrId": "thunderbolt"}Getting Ability Information
Tool: get-ability
Parameters: {"nameOrId": "static"}API Limitations
This server uses the public PokéAPI, which has rate limiting. Please be respectful of the API's usage limits.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an…
Pokemon MCP — wraps PokéAPI (free, no auth required)
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to fetch Pokémon data, list popular Pokémon, and build tournament squads via the PokéAPI.30-
- AlicenseBqualityDmaintenanceEmpowers AI assistants to fetch and explore comprehensive Pokémon data from PokeAPI via 47 tools covering Pokémon, moves, items, game mechanics, and more.4781 npm1ISC
- AlicenseNot gradedqualityDmaintenanceEnables fetching Pokémon data from PokeAPI, searching for Pokémon and moves, and simulating battles between two Pokémon with type effectiveness and status effects.MIT
- AlicenseAqualityDmaintenanceEnables querying Pokemon information from PokeAPI, including Pokemon details, types, moves, abilities, evolution chains, and search functionality, through natural language.88 npmApache 2.0