Fetches Pokémon data from the PokeAPI and exposes it through a standardized MCP interface.
Poke-MCP is a Model Context Protocol (MCP) server that provides Pokémon information through a standardized interface. It connects to the PokeAPI to fetch Pokémon data and exposes it through MCP tools that can be used by any MCP-compatible client, such as Claude Desktop App, Continue, Cline, and others.
Poke-MCP is built using the Model Context Protocol, which enables AI applications to access external tools and data sources in a standardized way. The server:
The server provides the following tools:
The server is built using:
To install Pokémcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @NaveenBandarage/poke-mcp --client claude
# Clone the repository
git clone https://github.com/yourusername/poke-mcp.git
cd poke-mcp
# Install dependencies
npm install
# Build the project
npm run build
{
"mcpServers": {
"pokedex": {
"command": "path/to/poke-mcp/build/index.js"
}
}
}
Once connected to an MCP client, you can ask questions like:
To add new tools or enhance existing ones:
ISC
This project demonstrates how to build custom MCP servers that can extend AI assistants with domain-specific knowledge and capabilities.
A server to buy and manage domains with Sherlock.
An MCP server for stock analysis, offering tools for chip distribution, pattern analysis, trend reversal detection, and market scanning.
Access real-time entertainment data and personal viewing history from the Trakt.tv API.
A high-performance trading system for Claude Desktop, providing real-time market data via Tiingo and optional Telegram alerts.
Provides current time and timezone conversion capabilities using IANA timezone names, with automatic system timezone detection.
Provides Chinese Tung Shing (almanac) data, including calendar conversions, auspicious activities, and traditional metaphysical elements.
An MCP server for the Gaggiuino open-source espresso machine, providing real-time local network access to machine status and shot data.
Provides weather-related tools using the US National Weather Service API.
A 3D Printing MCP server that allows for querying for live state, webcam snapshots, and 3D printer control.
Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).