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.
Latest Blog Posts
- 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