MCP ServersMCP Servers
HomeRemote ServersClients
Submit
AdvertiseSubmit
  1. Home
  2. Servers
  3. Pokemon MCP

Pokemon MCP

An MCP server for Pokemon-related functionality.

View on GitHub →

Install uv

  1. MacOS/Linux
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    Windows
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    

Set up

  1. clone project
    git clone https://github.com/betaHi/pokemon-mcp.git
    
    cd pokemon
    
  2. Activate uv
    uv venv
    
    .venv\Scripts\activate
    
  3. Mcp config
    "mcpServers": {
       "get-pokemon": {
         "command": "uv",
           "args": [
             "--directory",
             "{absolute folder path about pokemon}",
             "run",
             "get-pokemon.py"
         ]
       }
     }
    

Related Servers

  • Coin Flip MCP Server

    Generates true random coin flips using the random.org API.

  • Adwords MCP

    An MCP server that serves ads to developers in clients like Cursor and Claude.

  • Latinum Wallet MCP

    An MCP server enabling AI agents to pay for services using HTTP 402 requests and MCP tools.

  • Trade Agent

    Execute stock and crypto trades via Trade Agent

  • IPMA MCP Server

    Access meteorological data for Portugal from the IPMA public API using natural language.

  • Nano Currency MCP Server

    Send Nano currency and retrieve account and block information using the Nano node RPC.

  • O'RLY MCP

    Generates O'RLY? (O'Reilly parody) book covers.

  • Minecraft MCP Integration

    Enables AI assistants to interact with a Minecraft server using the Model Context Protocol (MCP).

  • NWC MCP Server

    Control a Lightning wallet using Nostr Wallet Connect (NWC).

  • Drand

    An MCP server for fetching verifiable random numbers from the drand network.

📧 contact@mcpservers.org