Team members
yusukebe avatar

yusukebe started a new project

workers-mcp-server

Talk to your Cloudflare Workers from Claude Desktop!

This is a proof-of-concept of writing a Model Context Protocol (MCP) Server in a Cloudflare Worker. This gives you a way to extend Claude Desktop (among other MCP clients) by invoking functions in your Worker, which gives you access to any Cloudflare or third-party binding.

craigsdennis avatar

craigsdennis started a new project

db-backed-chat-workers-ai

Database Backed Workers AI Chat

Users can sign up and begin chatting with an AI model hosted on Workers AI. Conversations and messages are stored in D1. Conversations are automatically titled and summarized every 3 minutes using a Cron trigger and AI.

harshil1712 avatar

harshil1712 started a new project

pdf-summarizer-r2-event-notification

PDF Summarizer with R2 and Workers AI

This project demonstrates how to use Cloudflare R2 event notifications to process PDF files automatically when they are uploaded to an R2 bucket. It uses Workers AI to summarize the PDF content and stores the summary as a text file in the same bucket.