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" ] } }