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 💡
bounteous-hulk
A Model Context Protocol (MCP) server implementation enabling integration between LLM applications and GitHub/GitLab version control systems
congressmcp
An MCP server that provides AI agents and MCP clients access to comprehensive U.S. Congressional data via the Congress.gov API.
itemit-mcp
An MCP server bridging itemit asset management API with the MCP ecosystem for asset tracking
notte-mcp
A MCP server for Notte's agentic ecosystem, enabling session management, page interaction, and agent operations.
biel-mcp
Connect AI tools like Cursor, VS Code, and Claude to your product docs.
@modelcontextprotocol/server-google-maps
MCP Server integrating Google Maps API functionalities including geocoding, place search, directions, and more