MCP Pokemon Server

mcp-포켓몬

MCP 포켓몬 서버

이 저장소에는 PokeAPI와 상호작용하기 위한 MCP 서버 구현이 포함되어 있습니다.

필수 조건

  1. Python : Python 3.12 이상이 설치되어 있는지 확인하세요.
  2. 종속성 : pip 사용하여 필요한 종속성을 설치합니다.

설치

  1. 저장소를 복제합니다.지엑스피1
  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

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.

사용자가 PokeAPI와 상호 작용하여 자연어 쿼리를 통해 포켓몬 정보를 가져올 수 있도록 하는 MCP 서버 구현입니다.

  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