Sponsored by Deepsite.site

Resume MCP Server

Created By
raeeceip6 months ago
Content

Resume MCP Server

This project transforms my resume into an interactive Model Context Protocol (MCP) server deployed on Cloudflare Workers. When AI assistants connect to this MCP server, they can query my professional experience, skills, and projects in a structured way.

Features

  • MCP Compliant: Follows the Model Context Protocol specification
  • Interactive Resume: AI assistants can query specific parts of my resume
  • Cloudflare Deployment: Globally available with low latency
  • Structured Data: Organized resume information for natural conversations

Available Tools

  • getBasicInfo: Get basic personal and educational information
  • getWorkExperience: Get detailed work experience, optionally filtered by company
  • getProjects: Get details about personal projects, optionally filtered by technology
  • getSkills: Get technical skills by category
  • getOpenSourceWork: Get details about open source contributions
  • searchResume: Search for keywords across the entire resume
  • generateFormattedResume: Generate a formatted version of the resume

Setup and Deployment

Prerequisites

  • Node.js and npm
  • Cloudflare account
  • Wrangler CLI (npm install -g wrangler)

Local Development

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    
  4. Your MCP server will be available at http://localhost:8787/sse

Testing with MCP Inspector

You can test your MCP server using the MCP Inspector tool:

npx @modelcontextprotocol/inspector@latest

Open your browser to http://localhost:5173 and connect to your MCP server URL.

Deployment to Cloudflare

Deploy your MCP server to Cloudflare Workers:

npm run deploy

After deployment, your MCP server will be accessible at https://resume-mcp-server.your-username.workers.dev/sse.

Configuring Claude to Use Your MCP Server

Update your Claude Desktop configuration to point to your MCP server:

{
	"mcpServers": {
		"resume": {
			"command": "npx",
			"args": [
				"mcp-remote",
				"https://resume-mcp-server.your-username.workers.dev/sse"
			]
		}
	}
}

Restart Claude Desktop after updating your config file to load the MCP Server.

Project Structure

  • src/index.ts: Main application entry point and MCP tool definitions
  • src/resume-data.ts: Structured resume data
  • wrangler.toml: Cloudflare Workers configuration
  • package.json: Project dependencies and scripts
  • tsconfig.json: TypeScript configuration

Adding Authentication (Optional)

If you want to add authentication to your MCP server, follow these steps:

  1. Create a new project using the GitHub OAuth template:

    npm create cloudflare@latest -- resume-mcp-server-auth --template=cloudflare/ai/demos/remote-mcp-github-oauth
    
  2. Create GitHub OAuth Apps for both local development and production.

  3. Add the client ID and secret to your environment variables.

  4. Update your MCP server code to use the OAuth provider.

License

MIT

Author

Chisom Chibogu

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
DeepChatYour AI Partner on Desktop
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
CursorThe AI Code Editor
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Serper MCP ServerA Serper MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.