MCP Pokémon
このリポジトリは、ポケモンの情報を取得するための MCP サーバーです。
機能
getPokemonList: ポケモンのリストを取得しますgetPokemonCharacteristic: 指定した ID のポケモンの特徴を取得します
使い方
ビルド
npm run build
Claude Desktop 側の設定
{
"mcpServers": {
"pokemon": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/sample_mcp_pokemon/build/index.js"
]
}
}
}
API エンドポイント
このサーバーは、PokeAPIを利用しています。
tool
getPokemonList
Pokémon のリストを取得します。
パラメータ:
limit: 返す Pokémon の数(1〜10、デフォルト: 10)offset: ページネーションの開始インデックス(デフォルト: 0)
getPokemonCharacteristic
指定した ID のポケモンの特徴を取得します。
パラメータ:
id: Pokémon の ID
Recommend MCP Servers 💡
@xiaohui-wang/mcpadvisor
A discovery and recommendation service that helps AI assistants find and leverage Model Context Protocol (MCP) servers using natural language queries.
mcp-server-docy
A MCP server enabling LLMs to access and retrieve documentation content via crawl4ai scraping.
VolarTaskServer
Volar is an MCP server that acts as an orchestrator, helping users guide AI coding assistants by defining tasks, planning, reviewing, and executing code changes through detailed prompts.
@line/line-bot-mcp-server
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
OSV-MCP
A lightweight MCP (Model Context Protocol) server for OSV Database API, providing tools to query CVE information.
alertmanager-mcp
A MCP server bridging Claude AI with Prometheus Alertmanager for alert management