Pokemon MCP Server
@Zenith-Mind
关于 Pokemon MCP Server
MCP server for pokemon information
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pokemon-mcp": {
"command": "uv",
"args": [
"run",
"pokemon_mcp.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Pokemon MCP Server?
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.
How to use Pokemon MCP Server?
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.
Key features of Pokemon MCP Server
- 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
Use cases of Pokemon MCP Server
- Get Pokemon info:
get info pikachu - Compare two Pokemon:
compare pikachu charizard - Find type matchups:
strategy mewtwo - Build a balanced team:
team balanced offensive
FAQ from Pokemon MCP Server
What exactly does this server do?
It exposes Pokemon data and strategy capabilities through the Model Context Protocol, allowing AI assistants like Claude to retrieve Pokemon information, compare creatures, analyze type matchups, and generate team suggestions.
What dependencies are required?
The server requires uv (install via curl -LsSf https://astral.sh/uv/install.sh | sh) and a valid GROQ_API_KEY environment variable. Python scripts pokemon_mcp.py and web_interface.py are provided.
How do I run the server?
Navigate to the pokemon directory and run uv run pokemon_mcp.py. The server will listen on port 8000. For the frontend, run uv run web_interface.py to serve on port 8080.
How do I integrate it with Claude Desktop?
Add an MCP configuration entry in Claude Desktop settings using the command uv with arguments --directory /path/to/pokemon run pokemon_mcp.py. Replace /path/to/pokemon with the actual directory path.
What transport and authentication does it use?
The server communicates via stdio inside the uv run command. Authentication is handled through the GROQ_API_KEY environment variable (Groq API key). No network ports are exposed by default unless the frontend is used.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论