Skip to main content
Glama
sarathvad1811

MCP Pokemon Server

MCPポケモン

MCPポケモンサーバー

このリポジトリには、PokeAPI と対話するための MCP サーバー実装が含まれています。

前提条件

  1. Python : Python 3.12 以上がインストールされていることを確認します。

  2. 依存関係: pipを使用して必要な依存関係をインストールします。

Related MCP server: Poke-MCP

インストール

  1. リポジトリをクローンします。

    git clone <repository-url>
    cd mcp-pokemon
    
  2. 仮想環境を作成します。

python3 -m venv mcppoke_venv
source mcppoke_venv/bin/activate  # On Windows, use `mcppoke_venv\Scripts\activate`
  1. 必要な依存関係をインストールします。

サーバーの実行 MCPサーバーを実行するには、次のコマンドを実行します: mcp dev server.py - インスペクタデバッグ用 mcp run server.py - サーバーを直接実行する場合

機能 ツール: サーバーは、PokeAPIからデータを取得するためのget_pokemon_infoなどのツールを提供します。 リソース: クライアントとやり取りするための動的リソースを含めるように拡張可能です。 テスト MCP Inspectorを使用してサーバーをテストしたり、互換性のあるクライアントと統合したりできます。

追加情報:サーバーを実行する前に、仮想環境がアクティブ化されていることを確認してください。MCPの詳細については、モデルコンテキストプロトコルのドキュメントをご覧ください。

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sarathvad1811/mcp-pokemon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server