Me-MCP
Enables deployment of the MCP server through Cloudflare Workers, providing a streamable HTTP transport for the MCP specification
Uses Discord webhooks to enable contact functionality, allowing agents to send messages directly to the server owner via their Discord server
Click on "Deploy 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., "@Me-MCPsend me your resume"
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.
ME-MCP
"Have your agent contact my agent."
-- Cool people in movies
A personal MCP (Model Context Protocol) server enabling agents to discover information about you and facilitate direct communication.
Overview
ME-MCP is a lightweight Streamable HTTP MCP server designed for deployment via Cloudflare Workers.
Features
Resume Fetching: Easily share your resume via MCP.
Direct Contact: Receive direct messages
Direct contact is accomplished through Discord webhooks, offering a simpler alternative to email services.
Related MCP server: sakutto-mcp-server
Getting started
Configuration
Update
wrangler.jsoncvarsMCP_OWNER_NAMEwith your name.Copy
.dev.vars.exampleto.dev.vars. UpdateDISCORD_WEBHOOK_URLwith your Discord webhook URL.Update
public/resources/resume.txtwith a markdown formatted copy of your resume
Local Development
Install dependencies and run locally:
npm install
npm run devDeployment
Set the Discord webhook URL.
npx wrangler secret put DISCORD_WEBHOOK_URLDeploy
npm run deployDiscovery
Currently, .well-known/mcp discovery is under active discussion (see here). For now, share your URL directly and provide instructions for users to connect.
Using Your Me-MCP
This MCP server adheres to the latest MCP spec using Streamable HTTP transport. As of May 2025, the recommended method to connect is via Claude Remote MCP with a paid Claude subscription.
Alternatively, use the mcp-remote client for proxying, compatible with most MCP clients (Claude Desktop, Cursor, etc.). Configure it as follows:
{
"mcpServers": {
"remote-example": {
"command": "npx",
"args": ["mcp-remote", "https://me-mcp.example.com/mcp"]
}
}
}After configuration, users or agents can query your information and send messages directly to your Discord.
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloudflare Workers MCP server: ai-agent-scratchpad
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloudflare Workers MCP server: ai-guardrails
Cloudflare Workers MCP server: ai-eval
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA deployable MCP server on Cloudflare Workers that enables AI tools integration without authentication requirements, compatible with AI Playground and Claude Desktop.-
- FlicenseNot gradedqualityNot gradedmaintenanceA production-ready MCP server for AI agents, providing deep web research and RAG capabilities via Cloudflare Workers.-
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling integration with AI Playground and Claude Desktop.-
- FlicenseNot gradedqualityCmaintenanceDeployable MCP server on Cloudflare Workers without authentication, enabling AI agents to use custom tools via SSE endpoint. Supports connection to Cloudflare AI Playground and local clients like Claude Desktop.-