Cloudflare Workshop MCP Server
Provides tools for retrieving daily chess puzzles, live streamer information, player details and statistics, and titled player lists from Chess.com.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloudflare Workshop MCP Servershow me today's chess puzzle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cloudflare Workshop MCP Server
A Model Context Protocol (MCP) server implementation for Cloudflare Workers that provides chess-related tools and functionality using the Chess.com API.
⚠️ README generated by AI
Context
This MCP server was developed for the Cloudflare Workshop on "Building and Deploying Remote MCP Servers with Cloudflare" 🔗 Workshop Link
Related MCP server: MCP Chess Server
Features
Get daily chess puzzles from Chess.com
View currently live chess streamers
Retrieve detailed player information and statistics
List titled players by category (GM, IM, etc.)
Implements the Model Context Protocol for AI assistant integration
Claude Desktop Setup
To use this MCP server with Claude desktop application:
Open Claude desktop settings
Navigate to the configuration file location
Add the following configuration to enable the chess tools:
{
"mcpServers": {
"workshop_chess": {
"command": "npx",
"args": [
"mcp-remote",
"https://cloudflare-workshop-mcp-server.donovan-5a5.workers.dev/sse"
]
}
}
}Prerequisites
Node.js (v18 or later recommended)
npm (included with Node.js)
Cloudflare account (for deployment)
Setup
Clone the repository:
Install dependencies:
npm installSet up environment variables: Create a
.dev.varsfile in the project root for local development with any required API keys or configuration values.
Local Development
To run the server locally:
npm run devThis will start the development server using Wrangler, Cloudflare's command-line tool for Workers. The server will be available at http://localhost:8787 by default.
Available Scripts
npm run devornpm start: Start the development servernpm run deploy: Deploy to Cloudflare Workersnpm run format: Format code using Biomenpm run lint:fix: Lint and fix code issuesnpm run type-check: Check TypeScript types
Deployment
To deploy the MCP server to Cloudflare Workers:
Make sure you're logged in to Cloudflare:
npx wrangler loginPush environment variables to Cloudflare:
npx wrangler secret bulk .dev.varsDeploy the worker:
npm run deployAfter deployment, your MCP server will be available at the URL provided in the deployment output.
Usage Examples
The MCP server provides several chess-related tools that can be used by AI assistants or other clients that implement the Model Context Protocol.
Example Prompts
Here are some example prompts you can use with an AI assistant that has access to this MCP server:
Get Today's Chess Puzzle
Can you show me today's chess puzzle from Chess.com?Find Live Chess Streamers
Who is currently streaming chess live?Get Player Information
Tell me about the chess player MagnusCarlsen.Get Player Statistics
What are the chess ratings and statistics for Hikaru?List Titled Players
Can you give me some GrandMasters FIDE ranking ?This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/donovan-fournier/cloudflare-workshop-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server