Pokemon MCP Server

by Zenith-Mind

166 downloads
Not rated
GitHub

About

A modular MCP server for Pokemon information and strategy. It provides Pokemon data retrieval, side-by-side comparisons, type matchup analysis, and team composition suggestions, aimed at trainers and developers building Pokemon‑related tools.

Details

Author
Zenith-Mind
Downloads
166
Categories
Other

- Retrieve detailed Pokemon stats, types, abilities, and moves
- Compare multiple Pokemon side-by-side
- Analyze type matchups and recommend counters
- Suggest balanced teams based on roles and coverage

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Pokemon MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install uv, set the GROQ_API_KEY environment variable, then run uv run pokemon_mcp.py to start the server on port 8000. Optionally, launch the web frontend with uv run web_interface.py on port 8080. Configure the server in Claude Desktop by adding an MCP entry pointing to the pokemon_mcp.py script via uv.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "pokemon mcp server": {
            "pokemon-mcp": {
                "command": "uv",
                "args": [
                    "run",
                    "pokemon_mcp.py"
                ]
            }
        }
    }
}

McpServers

{
    "pokemon-mcp": {
        "command": "uv",
        "args": [
            "run",
            "pokemon_mcp.py"
        ]
    }
}

Pokemon MCP Server

A modular Pokemon information and strategy server that provides:
- Pokemon information retrieval
- Pokemon comparison
- Type matchup analysis
- Team composition suggestions

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.