Poke-MCP MCP Server

$npx -y poke-mcp
README.md

Comprehensive Pokemon data and battle simulation capabilities for AI assistants.

A Model Context Protocol server that provides comprehensive Pokemon data and battle simulation capabilities to AI assistants. It enables users to access detailed stats, types, and moves while simulating battles with realistic mechanics like type effectiveness and status effects.

Tools (2)

get_pokemon_dataRetrieve comprehensive stats, types, and abilities for a specific Pokemon.
simulate_battleSimulate a battle between two Pokemon considering type effectiveness and status effects.

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "poke-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "poke-mcp"
      ]
    }
  }
}

Try it

Get the base stats and types for Charizard.
Simulate a battle between Pikachu and Squirtle and tell me who would win.
What are the type weaknesses and strengths for a Gengar?
Compare the base speed stats of Jolteon and Ninjask.
Explain the type effectiveness of a Fairy-type move against a Dragon-type Pokemon.

Frequently Asked Questions

How do I install Poke-MCP?

Install Poke-MCP by running: npx -y poke-mcp

What MCP clients work with Poke-MCP?

Poke-MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Poke-MCP with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free