Pokémon MCP Server
@indroneelray
关于 Pokémon MCP Server
This a MCP server that allows clients to fetch Pokemon Data via the official Pokemon API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pokemon-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/pokemon-server.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Pokémon MCP Server?
It is a Model Context Protocol (MCP) server that provides tools for fetching Pokémon data from the public PokéAPI. It is designed for developers using MCP clients such as Claude for Desktop.
How to use Pokémon MCP Server?
Install by cloning the repository, running npm install, and building with npm run build. Start the server with npm start. For Claude for Desktop, add the server to the mcpServers configuration with the command node and the path to build/pokemon-server.js. You can also test with the MCP Inspector via npx @modelcontextprotocol/inspector node build/pokemon-server.js.
Key features of Pokémon MCP Server
- Fetch detailed Pokémon information by name or ID
- Get type information and damage relations
- Search Pokémon with pagination support
- Retrieve details about specific Pokémon moves
- Obtain information about Pokémon abilities
Use cases of Pokémon MCP Server
- Look up a Pokémon’s stats, abilities, and types
- Discover type weaknesses and resistances for battle planning
- Search for Pokémon in bulk using limit and offset
- Learn about a move’s power, accuracy, and effects
- Review ability descriptions and their in‑game effects
FAQ from Pokémon MCP Server
What tools does Pokémon MCP Server provide?
It provides five tools: get-pokemon, get-type, search-pokemon, get-move, and get-ability.
How do I install and run Pokémon MCP Server?
Clone the repository, run npm install, then npm run build. Start the server with npm start.
How can I use Pokémon MCP Server with Claude for Desktop?
Add it to your Claude for Desktop configuration under mcpServers with the command node and the path to the built server file.
Are there any API limitations for Pokémon MCP Server?
Yes, the server uses the public PokéAPI, which has rate limiting. Users should be respectful of those limits.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论