Skip to content
Cursor

freelance ops mcp for Cursor

io.github.nimish14/freelance-ops-mcp

Freelance invoice ops MCP — overdue status, tone suggestion, and reminder drafts

client:Cursor transport:stdio runtime:npm

Install freelance ops mcp in Cursor

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

{
  "mcpServers": {
    "freelance-ops-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "freelance-ops-mcp"
      ]
    }
  }
}

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

freelance ops mcp in other clients