pokemon-mcp-server
Click on "Install 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: Pokémon 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 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
- 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.Last updated4265MIT
- AlicenseBqualityDmaintenanceEnables users to retrieve Pokémon statistics, sprite images, and complete information using the PokeAPI. Supports querying by Pokémon name or ID number to get base stats, various sprite URLs including shiny variants, and comprehensive Pokémon data.Last updated512Apache 2.0
- Flicense-qualityDmaintenanceEnables LLMs to fetch Pokémon data, list popular Pokémon, and build tournament squads via the PokéAPI.Last updated30
- 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.Last updated471461ISC
Related MCP Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
Riot Games API: accounts, summoners, matches, league entries, champion mastery.
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/indroneelray/pokemon-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server