PokeAPI 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., "@PokeAPI MCP ServerWhat are the base stats of 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.
PokeAPI MCP Server
Empower your AI with Pokédex powers! Fetch and explore Pokémon data seamlessly via PokeAPI.
Server: io.github.Asthanaji05/pokeapi-mcp-server
npm package: pokeapi-mcp-server
This project provides a Model Context Protocol (MCP) Server that enables Large Language Models (LLMs) to make tool calls for Pokémon-related data. It integrates with the PokeAPI to offer access to 47 different Pokémon-related endpoints.
Project Overview
The PokeAPI MCP Server acts as a bridge, allowing AI assistants to fetch and utilize comprehensive Pokémon data directly from the PokeAPI. This facilitates the development of intelligent applications that require accurate and up-to-date information about Pokémon, moves, items, game mechanics, and more.
Related MCP server: Pokémon MCP Server
Available Tools
The server provides 47 Pokémon-related tools, covering a wide range of data:
Pokémon Data:
getPokemonByName,getPokemonSpeciesByName,getPokemonFormByName,getPokemonColorByName,getPokemonHabitatByName,getPokemonShapeByName.Moves:
getMoveByName,getMoveCategoryByName,getMoveDamageClassByName,getMoveAilmentByName,getMoveBattleStyleByName,getMoveLearnMethodByName,getMoveTargetByName.Items:
getItemByName,getItemCategoryByName,getItemAttributeByName,getItemFlingEffectByName,getItemPocketByName.Game Mechanics:
getTypeByName,getStatByName,getAbilityByName,getGrowthRateByName,getNatureByName,getEggGroupByName,getGenerationByName,getVersionByName,getVersionGroupByName,getPokedexByName,getLanguageByName.Encounters:
getLocationByName,getLocationAreaByName,getEncounterMethodByName,getEncounterConditionByName,getEncounterConditionValueByName.Berries:
getBerryByName,getBerryFirmnessByName,getBerryFlavorByName.Contests:
getContestTypeByName,getContestEffectById,getSuperContestEffectById.Evolution:
getEvolutionChainById,getEvolutionTriggerByName.Other:
getCharacteristicById,getMachineById,getPalParkAreaByName,getPokeathlonStatByName,getRegionByName.
🚀 Installation
Global Installation
npm install -g pokeapi-mcp-server⚙️ Configuration
After installation, add the server to your MCP client configuration:
For Claude Desktop
Add to Claude>claude_desktop_config.json
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"pokeapi-mcp-server@1.4.0"
]
}
}
}For Cursor IDE
Add to .cursor/mcp.json:
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"pokeapi-mcp-server@1.4.0"
]
}
}
}
Or if installed globally:
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"pokeapi-mcp-server@1.4.0"
]
}
}
}
For Gemini CLI
Add to .gemini/settings.json:
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"--yes",
"pokeapi-mcp-server@1.4.0"
],
"transport": "stdio",
"trust": true,
"env": {
"MCP_HTTP_SERVER_URL": "https://pokemon-mcp-server-vs8m.onrender.com"
}
}
}
}Note: The
envsection ensures the MCP server connects to the correct HTTP server. The remote server athttps://pokemon-mcp-server-vs8m.onrender.comis available by default. If you're running a local HTTP server on port 3000, change the URL tohttp://localhost:3000. Restart Cursor IDE or Gemini CLI after updating the configuration to load the MCP server.
🔗 Links
Made with ❤️ by Asthanaji05
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
- AlicenseCqualityDmaintenanceEnables users to access comprehensive Pokemon data through the PokeAPI, including Pokemon stats, types, descriptions, move details, and complete evolution chains. Allows Claude to answer Pokemon-related questions with detailed information about any Pokemon, their abilities, and evolutionary relationships.Last updated125ISC
- Flicense-qualityCmaintenanceEnables AI models to access comprehensive Pokémon data from PokéAPI and simulate battles between any two Pokémon with realistic mechanics including type effectiveness, stat-based damage calculations, and status effects.Last updated1
- 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
- Flicense-qualityDmaintenanceEnables LLMs to fetch Pokémon data, list popular Pokémon, and build tournament squads via the PokéAPI.Last updated30
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
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/Asthanaji05/MCP_Pokemon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server