trackmcp
Back to directory
danwritecode

mcp-client-server-host-demo

View on GitHub

A quick pokemon demo to showcase MCP server, client, and host

39 stars TypeScriptDeveloper Kits Updated May 14, 2025

Documentation

Pokemon MCP Demo

A demo project showcasing the Model Context Protocol (MCP) integration with Pokemon data. This project includes:

  • An MCP server that provides Pokemon data and attack capabilities
  • An MCP client that interacts with the server
  • An HTTP server that allows LLMs to use Pokemon tools via OpenRouter

Installation

bash
bun install

Running the Project

MCP Server and Client Demo

Run the client which automatically launches the MCP server:

bash
bun mcp_client.ts

HTTP Server with LLM Integration

Set your OpenRouter API key and run the HTTP server:

bash
export OPENROUTER_API_KEY=your_api_key_here
bun http_server.ts

Then access the server at http://localhost:3005:

  • `/tools` - List available tools
  • `/attack` - Execute a random Pokemon attack using LLM

This project uses Bun as its JavaScript runtime.

Frequently asked questions

What is mcp-client-server-host-demo?

mcp-client-server-host-demo is A quick pokemon demo to showcase MCP server, client, and host

How do I install mcp-client-server-host-demo?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-client-server-host-demo open source?

Yes — it is hosted on GitHub at https://github.com/danwritecode/mcp-client-server-host-demo and has 39 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP