Skip to main content
Glama
sarathvad1811

MCP Pokemon Server

mcp-pokemon

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 - 用于直接运行服务器

功能工具:服务器提供 get_pokemon_info 等工具,用于从 PokeAPI 获取数据。资源:可扩展,包含用于与客户端交互的动态资源。测试您可以使用 MCP 检查器测试服务器,或将其与兼容的客户端集成。

附加说明:运行服务器前,请确保虚拟环境已激活。有关 MCP 的更多信息,请访问模型上下文协议 (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