Bespree Resumes for Claude Desktop
com.bespree/resumes
Create and edit saved resumes, make tailored or translated copies, and export PDF or Word.
client:Claude Desktop
transport:streamable-http
Install Bespree Resumes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"resumes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bespree.com/api/v1/resume/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs