Claude Desktop#
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Python#
{
"mcpServers": {
"opendesk": {
"command": "opendesk-mcp"
}
}
}
If opendesk-mcp is not on your PATH (e.g. in a virtualenv), use the full path:
{
"mcpServers": {
"opendesk": {
"command": "/path/to/venv/bin/opendesk-mcp"
}
}
}
JavaScript / TypeScript#
{
"mcpServers": {
"opendesk": {
"command": "node",
"args": ["/path/to/node_modules/@vitalops/opendesk-sdk/bin/opendesk-mcp.js"]
}
}
}
Restart Claude Desktop. The tools appear in the toolbar.
Next up: Cursor →