Pirog MCP Server
Click on "Deploy 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., "@Pirog MCP ServerGet details about Charizard"
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.
Pirog MCP Server
An MCP (Model Context Protocol) server that wraps the PokeAPI to provide Pokemon data access through standardized tools. Built using the high-level McpServer API with Zod schema validation.
Features
This MCP server provides the following tools:
get_pokemon - Get detailed information about a Pokemon (stats, types, abilities, moves)
get_pokemon_species - Get species information (evolution chain, habitat, flavor text)
get_ability - Get information about a Pokemon ability
get_move - Get information about a Pokemon move
get_type - Get information about a Pokemon type (strengths/weaknesses)
list_pokemon - List Pokemon with pagination
get_evolution_chain - Get evolution chain information
Related MCP server: pokeapi-mcp-server
Installation
npm install
npm run buildConfiguration
Using with Claude Desktop
Add this to your Claude Desktop configuration file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pirog": {
"command": "node",
"args": ["/absolute/path/to/pirog-mcp/build/index.js"]
}
}
}Replace /absolute/path/to/pirog-mcp with the actual path to this project.
Using with Other MCP Clients
This server uses stdio transport. Run it with:
node build/index.jsUsage Examples
Once configured, you can ask Claude questions like:
"Tell me about Pikachu"
"What are the weaknesses of electric type Pokemon?"
"Show me the evolution chain for Eevee"
"What does the ability 'Intimidate' do?"
"List the first 50 Pokemon"
"Tell me about the move Thunderbolt"
Development
Technologies
MCP SDK: Uses the high-level
McpServerAPI for simplified tool registrationZod: Schema validation for tool inputs
TypeScript: Full type safety and modern JavaScript features
Build
npm run buildWatch Mode
npm run watchAPI Reference
All tools interact with the PokeAPI v2. The server fetches data from https://pokeapi.co/api/v2/ endpoints and returns JSON responses.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an…
Pokemon MCP — wraps PokéAPI (free, no auth required)
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables fetching detailed Pokémon data from PokéAPI, including Pokémon info, types, moves, abilities, and search with pagination.8 npm3Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server providing tools to look up Pokémon, moves, abilities, items, locations, evolutions, and more from the PokéAPI via natural language.81 npm2ISC
- AlicenseNot gradedqualityBmaintenanceExposes comprehensive Pokémon data from the main games and Pokémon GO through MCP tools, including stats, evolutions, moves, types, abilities, items, and GO-specific features like raid bosses, Community Days, and IV estimation.6 npmISC
- AlicenseNot gradedqualityCmaintenanceEnables querying Pokémon data from PokéAPI, including listing Pokémon, fetching details by name or ID, and getting type matchups.6 npmISC