Me-MCP

Me-MCP

A personal MCP Server that allows AI agents to retrieve your resume and contact you through Discord webhooks, deployable via Cloudflare Workers.

Category
Visit Server

README

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.

Getting started

Configuration

  • Update wrangler.jsonc vars MCP_OWNER_NAME with your name.
  • Copy .dev.vars.example to .dev.vars. Update DISCORD_WEBHOOK_URL with your Discord webhook URL.
  • Update public/resources/resume.txt with a markdown formatted copy of your resume

Local Development

Install dependencies and run locally:

npm install
npm run dev

Deployment

Set the Discord webhook URL.

npx wrangler secret put DISCORD_WEBHOOK_URL

Deploy

npm run deploy

Discovery

Currently, .well-known/mcp discovery is under active discussion (see here). For now, share your URL directl 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured