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 💡
mcp-simple-pubmed
MCP server for searching and querying PubMed medical papers/research database
biothings-mcp
MCP (Model Context Protocol) server for biothings
vectara-mcp
Open source MCP server for Vectara
doris-mcp-server
Doris MCP (Model Context Protocol) Server is a backend service built with Python and FastAPI. It implements the MCP, allowing clients to interact with it through defined "Tools". It's primarily designed to connect to Apache Doris databases, potentially leveraging Large Language Models (LLMs) for tasks like converting natural language queries to SQL (NL2SQL), executing queries, and performing metadata management and analysis.
Gemini Email Generator
An MCP server that uses Google's Gemini Flash 2 AI to generate email subjects and detailed thinking processes, designed for seamless integration with Claude Desktop.
mcp-simple-openai-assistant
MCP server that gives Claude ability to use OpenAI's GPTs assistants