MCP (Model Context Protocol) server for automating ResumeUp resume tailoring via Playwright
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"resume-mcp-server": {
"command": "npx",
"args": [
"-y",
"blakelohnwiley/resume-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add resume-mcp-server npx -y blakelohnwiley/resume-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"resume-mcp-server": {
"command": "npx",
"args": [
"-y",
"blakelohnwiley/resume-mcp-server"
]
}
}
}