Pokemon MCP Server
一個用於寶可夢相關功能的MCP伺服器。
文件
Install uv
- MacOS/Linux
Windowscurl -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" ] } }