Pokemon MCP Server
Simple Pokemon API MCP server
Setup
npm installExample Usage
Look up a Pokemon and its abilities:
"Look up pikachu"Returns Pokemon details including abilities, types, stats, and more.
Get all Pokemon names:
"Get me a list of all Pokemon"Returns: ["bulbasaur", "ivysaur", "venusaur", ...]
Look up an ability:
"Look up the overgrow ability"Returns ability details including which Pokemon have it.
