chornonoh-vova/pokemon-mcp-server
3.1
If you are the rightful owner of pokemon-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Pokemon MCP server is a Node.js and TypeScript application that interfaces with the PokeAPI to provide Pokemon-related data through the Model Context Protocol (MCP).
Pokemon MCP server
Built with Node.js and TypeScript
Uses PokeAPI
Usage
- Install the dependencies:
npm install
- Build the project
npm run build
- Register the tool in MCP client:
{
"mcpServers": {
"pokemon": {
"command": "node",
"args": ["<full path to repository>/dist/index.js"]
}
}
}
- Enjoy 🤩