Resume MCP Server
@raeeceip
关于 Resume MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"resume-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector@latest"
]
}
}
}工具
7Get basic personal and educational information
Get detailed work experience, optionally filtered by company
Get details about personal projects, optionally filtered by technology
Get technical skills by category
Get details about open source contributions
Search for keywords across the entire resume
Generate a formatted version of the resume
概览
What is Resume MCP Server?
This project transforms a resume into an interactive Model Context Protocol (MCP) server deployed on Cloudflare Workers. When AI assistants connect to this MCP server, they can query professional experience, skills, and projects in a structured way. It is intended for developers who want to expose resume data to AI assistants via MCP.
How to use Resume MCP Server?
Clone the repository, run npm install to install dependencies, then start a local dev server with npm run dev. Deploy globally using npm run deploy. To connect an AI assistant (e.g., Claude Desktop), update the client configuration to point to the server’s SSE endpoint (e.g., https://resume-mcp-server.your-username.workers.dev/sse) using the mcp-remote command. Test the server with the MCP Inspector (npx @modelcontextprotocol/inspector@latest).
Key features of Resume MCP Server
- MCP compliant, following the Model Context Protocol specification
- Interactive resume queryable by AI assistants
- Globally available via Cloudflare Workers with low latency
- Structured data for natural conversations
- Seven built-in tools for querying resume sections
Use cases of Resume MCP Server
- An AI assistant retrieving the author’s work experience during a job interview prep
- Searching for specific skills by category to match a job description
- Generating a formatted resume on demand for application materials
- Looking up open-source contributions and project details by technology
FAQ from Resume MCP Server
What tools does the Resume MCP Server provide?
The server provides seven tools: getBasicInfo, getWorkExperience, getProjects, getSkills, getOpenSourceWork, searchResume, and generateFormattedResume.
How do I deploy the Resume MCP Server?
Deploy using npm run deploy with a Cloudflare account and Wrangler CLI. The server will be accessible at https://resume-mcp-server.your-username.workers.dev/sse.
How do I connect Claude Desktop to the Resume MCP Server?
Update your Claude Desktop config file to add a mcpServers entry with the command npx and args ["mcp-remote", "<server_sse_url>"], then restart Claude Desktop.
Does the server support authentication?
Optional authentication can be added by using the GitHub OAuth template from Cloudflare and configuring OAuth apps for local development and production.
What are the prerequisites for running the server locally?
Node.js and npm, a Cloudflare account, and the Wrangler CLI (npm install -g wrangler).
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
评论