Pokime 🎮📺

by buddhdev-harsh

123 downloads
Not rated
GitHub

About

MCP server for accessing Pokemon + Anime information for LLM

Details

Author
buddhdev-harsh
Downloads
123
Categories
Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Pokime 🎮📺
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "pokime \ud83c\udfae\ud83d\udcfa": {
            "pokime": {
                "command": "uvx",
                "args": [
                    "pokime"
                ]
            }
        }
    }
}

McpServers

{
    "pokime": {
        "command": "uvx",
        "args": [
            "pokime"
        ]
    }
}

Pokime 🎮📺

Pokime is an MCP (Model Context Protocol) server that allows LLMs to retrieve rich information about Pokémon and anime titles in real-time. You can get detailed Pokémon stats, compare two Pokémon, and explore multi-season anime metadata from AniList.

---

✨ Features

- 🔍 Pokémon Lookup – Type, abilities, base stats, height, and weight.
- ⚔️ Pokémon Comparison – Side-by-side detail of two Pokémon.
- 📺 Anime Info (via AniList) – Format, episodes, genres, ratings, descriptions across all seasons and formats.

---

🧱 Tech Stack

- PokéAPI for Pokémon data
- AniList GraphQL API for anime data
- Python 3.10+
- .env config support with python-dotenv

---

How to add


"pokime": {
"command": "uvx",
"args": [
"pokime"
]
}

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.