Pokime 🎮📺
@buddhdev-harsh
About Pokime 🎮📺
MCP server for accessing Pokemon + Anime information for LLM
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pokime": {
"command": "uvx",
"args": [
"pokime"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pokime 🎮📺?
Pokime 🎮📺 is an MCP (Model Context Protocol) server that lets large language models retrieve rich information about Pokémon and anime titles in real time. It pulls data from PokéAPI and the AniList GraphQL API, making it useful for developers building AI assistants or chatbots with Pokémon or anime knowledge.
How to use Pokime 🎮📺?
Add the server to your MCP client configuration using the provided JSON snippet with the uvx command and pokime as the argument. No additional installation steps are documented; the server expects Python 3.10+ and supports .env configuration via python-dotenv.
Key features of Pokime 🎮📺
- Pokémon lookup: type, abilities, base stats, height, weight.
- Side-by-side comparison of two Pokémon.
- Anime info via AniList: format, episodes, genres, ratings, descriptions.
- Covers all seasons and formats of anime.
- Real-time data retrieval for AI assistants.
- Built with Python 3.10+ and environment variable support.
Use cases of Pokime 🎮📺
- Querying detailed stats for any Pokémon during a conversation.
- Comparing two Pokémon to decide which has better stats.
- Fetching anime metadata (e.g., episodes, genres, ratings) for recommendations.
- Enabling an LLM-powered chatbot to answer Pokémon or anime trivia.
- Developing interactive tools that combine Pokémon and anime data.
FAQ from Pokime 🎮📺
What data sources does Pokime 🎮📺 use?
It uses PokéAPI for all Pokémon data and the AniList GraphQL API for anime data.
What runtime or dependencies are required?
The server requires Python 3.10 or later and uses python-dotenv for environment variable configuration.
How do I configure Pokime 🎮📺?
Configuration is done via a .env file (loaded by python-dotenv); the specific variables are not listed in the README.
Can I compare two Pokémon with this server?
Yes, the Pokémon Comparison feature provides a side-by-side detail of any two Pokémon.
Does the server support all Pokémon and anime?
Pokémon data comes from PokéAPI (covering all known Pokémon), and anime data comes from AniList (covering all seasons and formats).
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments