poke-mcp
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., "@poke-mcpwho would win between Pikachu and Bulbasaur?"
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.
poke-mcp
A Model Context Protocol server that turns your favorite LLM client into a Pokédex. Backed by a dataset of 801 Pokémon (generations 1–7).
Tools
Tool | Description |
| Look up a Pokémon by name. Supports exact, partial, and misspelled names ( |
| Predict the winner of a battle between two Pokémon using a deterministic model based on base stats and type effectiveness. Same inputs always produce the same result, with a full breakdown of why. |
Setup
Requires Node.js 18+.
npm install
npm run buildClient Configuration
opencode
Add to opencode.json (project) or ~/.config/opencode/opencode.json (global):
{
"mcp": {
"poke-mcp": {
"type": "local",
"command": ["node", "/absolute/path/to/poke-mcp/dist/index.js"]
}
}
}Claude Desktop
Add to claude_desktop_config.json (found via Claude Desktop → Settings → Developer → Edit Config):
{
"mcpServers": {
"poke-mcp": {
"command": "node",
"args": ["/absolute/path/to/poke-mcp/dist/index.js"]
}
}
}Restart Claude Desktop after saving.
Other MCP clients
The server speaks standard MCP over stdio — launch it with any client that supports local MCP servers:
node /absolute/path/to/poke-mcp/dist/index.jsDevelopment
npm run build # compile TypeScript to dist/
npm start # run the server (stdio transport)Data
data/pokemon.csv — 801 Pokémon with base stats, types, abilities, and per-type defensive multipliers used for battle predictions.
Sourced from the Pokémon with stats dataset by Rounak Banik on Kaggle.
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 Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Machine-readable utilities and datasets for AI agents.
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/aquibm/poke-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server