mcp server for Cursor
io.github.dversum/mcp-server
Manage clients, projects, tasks, invoices, time tracking & calendar in dVersum.
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dversum/mcp-server"
],
"env": {
"DVERSUM_API_URL": "<DVERSUM_API_URL>",
"DVERSUM_API_TOKEN": "<DVERSUM_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs