Skip to content
Cursor

clientvo tools for Cursor

com.clientvo/clientvo-tools

Clientvo: the monthly searches, read from search (a month), served as an agent-callable dataset...

client:Cursor transport:stdio runtime:npm

Install clientvo tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "clientvo-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ellul-estate/clientvo-com-clientvo-tools-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clientvo tools in other clients