Pokemon MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pokemon MCP ServerCheck my current party and tell me their HP levels"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pokemon MCP Server
An MCP server that connects to AI agents and gives them capabilities to play Pokémon games.
Setup
1. Initiate a venv
uv venv
source .venv/bin/activate2. Install dependencies
If the project uses pyproject.toml:
uv pip install .If the project uses requirements.txt:
uv pip install -r requirements.txtRelated MCP server: MCP Pokemon Server
MCP Client Configuration
Add the following to your MCP client configuration JSON:
Cursor Configuration
Go to cursor settings > Tools & MCP > New MCP Server
{
"mcpServers": {
"pokemon": {
"command": "uv",
"args": [
"uv",
"--directory",
"path_to_root_directory",
"run",
"main.py"
],
}
}
}Opencode Configuration
In
.config/opencode/config.jsonor~/.config/opencode/opencode.json
{
"mcp": {
"pokemon": {
"type": "local",
"command": [
"uv",
"--directory",
"path_to_root_directory",
"run",
"main.py"
],
"enabled": true,
"timeout": 30000
}
}
}Antigravity Configuration
In
.gemini/antigravity/mcp_config.json
{
"mcpServers": {
"pokemon": {
"command": "uv",
"args": [
"--directory",
"path_to_root_directory",
"run",
"main.py"
]
}
}
}Replace path_to_root_directory with the absolute path to the project root.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
One connector for 15,000+ MCP servers plus your team's private MCPs, from any AI client.
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Related MCP Servers
- AlicenseBqualityDmaintenanceA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction2224735Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon information through natural language queries.-
- FlicenseNot gradedqualityNot gradedmaintenanceAn AI-powered Gen 1 text RPG MCP server that transforms Pokémon into sentient companions with persistent memory and unique personality traits. It enables users to explore Kanto, engage in authentic battles, and develop deep emotional bonds with their Pokémon through natural language interaction.-
- AlicenseNot gradedqualityDmaintenanceLocal MCP server that gives AI agents 44 engine tools to build, run, and debug real 2D and 3D games through conversation.MIT