Skip to main content
Glama
omy13
by omy13

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 install

Tools

Tool

Uso

list_pokemon

Listar Pokémon paginados (limit, offset)

get_pokemon

Detalle por nombre o id (pikachu, 25)

get_type

Matchups y Pokémon de un tipo (electric)

Todas son read-only y consultan la API pública de PokéAPI (openWorldHint: true).

Ejecutar

Cursor (stdio)

npm run dev

Configuració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:http

Deberí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 http

Smoke test

npm run smoke

Siguiente paso

Cuando las tools funcionen end-to-end, puedes añadir UI con Add UI to your MCP server (registerAppTool + resource HTML).

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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