Pokémon 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., "@Pokémon MCPTell 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
MCP server mínimo con tools contra PokéAPI, sin UI todavía.
Sigue el flujo de la documentación de OpenAI (Build an MCP server): primero tools + HTTP streamable, después UI.
Requisitos
Node.js 18+
Related MCP server: Pokemon MCP Server
Instalación
npm installTools
Tool | Uso |
| Listar Pokémon paginados ( |
| Detalle por nombre o id ( |
| Matchups y Pokémon de un tipo ( |
Todas son read-only y consultan la API pública de PokéAPI (openWorldHint: true).
Ejecutar
Cursor (stdio)
npm run devConfiguración MCP en Cursor. Sustituye PATH_TO_REPO por la ruta absoluta de este proyecto:
{
"mcpServers": {
"pokemon-mcp": {
"command": "node",
"args": [
"./node_modules/tsx/dist/cli.mjs",
"src/index.ts"
],
"cwd": "PATH_TO_REPO"
}
}
}Si Cursor no encuentra node (por ejemplo con nvm), usa la ruta absoluta de tu binario de Node en command.
ChatGPT / Inspector (HTTP en /mcp)
npm run dev:httpDeberías ver: Pokémon MCP server listening on http://localhost:8787/mcp
Probar con MCP Inspector:
npx @modelcontextprotocol/inspector@latest --server-url http://localhost:8787/mcp --transport httpSmoke test
npm run smokeSiguiente paso
Cuando las tools funcionen end-to-end, puedes añadir UI con Add UI to your MCP server (registerAppTool + resource HTML).
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 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.511Apache 2.0
- Flicense-qualityDmaintenanceProvides Pokemon information from PokeAPI including stats, types, height, and weight. Enables looking up Pokemon by name/ID, getting random Pokemon by type, and comparing Pokemon side-by-side.
- Flicense-qualityDmaintenanceEnables LLMs to fetch Pokémon data, list popular Pokémon, and build tournament squads via the PokéAPI.30
- Alicense-qualityDmaintenanceEnables fetching detailed Pokémon data from PokéAPI, including Pokémon info, types, moves, abilities, and search with pagination.113Apache 2.0
Related MCP Connectors
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Wynncraft MMO player + guild + leaderboard + item DB lookups.
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
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/omy13/pokemon-app-openai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server