MCP Pokemon Server

mcp-pokemon

MCP 口袋妖怪服务器

该存储库包含用于与 PokeAPI 交互的 MCP 服务器实现。

先决条件

  1. Python :确保安装了 Python 3.12 或更高版本。
  2. 依赖项:使用pip安装所需的依赖项。

安装

  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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器实现使用户能够与 PokeAPI 交互,通过自然语言查询获取 Pokemon 信息。

  1. MCP 口袋妖怪服务器
    1. 先决条件
    2. 安装

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    MCP server that interfaces with the Adjust API, allowing you to query mobile analytics reports, metrics, and performance data using natural language from any MCP client like Cursor or Claude Desktop.
    Last updated -
    250
    1
    TypeScript
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides Pokémon information by connecting to the PokeAPI, enabling users to query detailed Pokémon data, discover random Pokémon, and find Pokémon by region or type.
    Last updated -
    4
    2
    TypeScript
  • -
    security
    A
    license
    -
    quality
    An open-source MCP server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.
    Last updated -
    7
    Python
    MIT License
    • Apple

View all related MCP servers

ID: adrq9bel0d