
Pokemon MCP
from betaHi
An MCP server for Pokemon-related functionality.
๐ฅโ VerifiedFreeQuick setup
An MCP server for Pokemon-related functionality. Browse Pokemon MCP Server for Claude, Cursor, VS Code, and other AI agents.
Copy & paste โ that's it
uv venv
.venv\Scripts\activateInstall uv
- MacOS/Linux
Windows
curl -LsSf https://astral.sh/uv/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Set up
- clone project
git clone https://github.com/betaHi/pokemon-mcp.git cd pokemon - Activate uv
uv venv .venv\Scripts\activate - Mcp config
"mcpServers": { "get-pokemon": { "command": "uv", "args": [ "--directory", "{absolute folder path about pokemon}", "run", "get-pokemon.py" ] } }
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.