Cloudflare Workshop Server
БесплатноНе проверенProvides chess-related tools via the Model Context Protocol, integrating with the Chess.com API to fetch daily puzzles, live streamers, player information, and
Описание
Provides chess-related tools via the Model Context Protocol, integrating with the Chess.com API to fetch daily puzzles, live streamers, player information, and more for AI assistants.
README
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
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 dev
This 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 ?
from github.com/donovan-fournier/cloudflare-workshop-mcp-server
Установка Cloudflare Workshop Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/donovan-fournier/cloudflare-workshop-mcp-serverFAQ
Cloudflare Workshop Server MCP бесплатный?
Да, Cloudflare Workshop Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloudflare Workshop Server?
Нет, Cloudflare Workshop Server работает без API-ключей и переменных окружения.
Cloudflare Workshop Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cloudflare Workshop Server в Claude Desktop, Claude Code или Cursor?
Открой Cloudflare Workshop Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Cloudflare Workshop Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
