loading…
Search for a command to run...
loading…
Rezi MCP lets you connect your Rezi account to AI tools like Claude, Codex, and Gemini using MCP. You can tailor resumes to job descriptions, create new resumes
Rezi MCP lets you connect your Rezi account to AI tools like Claude, Codex, and Gemini using MCP. You can tailor resumes to job descriptions, create new resumes from scratch, find jobs, and manage everything in plain English, without leaving your workflow.
Rezi MCP lets supported AI clients connect to your Rezi account so they can read your resumes, update them, and look up jobs while helping you tailor an application.
https://api.rezi.ai/mcp
claude mcp add rezi --transport http https://api.rezi.ai/mcp
Add this to your mcp.json:
{
"mcpServers": {
"rezi": {
"url": "https://api.rezi.ai/mcp",
"transport": "streamable-http"
}
}
}
If your client supports remote streamable HTTP MCP servers, point it to:
https://api.rezi.ai/mcp
The first time your MCP client tries to use a Rezi tool, it opens the Rezi login flow in your browser. After you sign in, the client stores the access token and keeps using it until it expires. In normal use, you only need to sign in again when that token expires or if you reconnect the server.
| Tool | What it does |
|---|---|
list_resumes |
Shows your resumes, ordered by most recently updated. |
read_resume |
Returns the full JSON for a specific resume. |
write_resume |
Creates a new resume or updates an existing one. |
search_jobs |
Searches job listings by role and location. |
get_job_details |
Fetches the full details for a job found through search_jobs. |
list_resumes to find the right resume.read_resume to load it.write_resume with the updated fields.When updating, only the fields you send are changed. Sections you do not include are preserved.
Call write_resume without resume_id. Rezi creates a new resume and fills in the standard defaults needed for it to work correctly in the product.
search_jobs to find a role.get_job_details to read the full posting.read_resume to load your current resume.write_resume to save the result.This design keeps access aligned with the user's own Rezi permissions rather than introducing a separate privileged backend identity for resume operations.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rezi-mcp": {
"command": "npx",
"args": []
}
}
}