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 Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
コメント