The package name
@cutshort/mcp-server used in the examples below is a placeholder. Replace it with the actual npm package name provided in your Cutshort dashboard.Prerequisites
- Node.js 18 or later
- A Cutshort API key (see Authentication)
- An MCP-compatible client (Claude Desktop, Cursor, or a custom agent)
Installation
1
Install the MCP server package
Install the Cutshort MCP server globally so it is available as a command on your system:
2
Configure your MCP client
Add the Cutshort MCP server to your client’s configuration. Choose the tab that matches your client:
- Claude Desktop
- Cursor
- Programmatic (Node.js)
Open Claude Desktop settings and go to the MCP Servers section. Add the following block to your Save the file and restart Claude Desktop. The Cutshort tools will appear in Claude’s tool panel on next launch.
claude_desktop_config.json file:claude_desktop_config.json
3
Verify the connection
Confirm that the Cutshort MCP server is connected and all tools are registered:
- Claude Desktop or Cursor — Ask the agent: “What Cutshort tools do you have available?” The agent should respond by listing the 5 available tools:
search_candidates,get_candidate_profile,create_job,get_shortlist, andsend_invite. - Programmatic clients — Call
client.listTools()and verify that exactly 5 tools are returned in the response.