Pokemon MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Pokemon MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



