Skip to main content
Every MCP client supports remote HTTP servers with OAuth. The specifics differ, but the server URL is always the same:
https://api.oviond.com/mcp

Claude Desktop

1

Open Claude Desktop settings

From the menu bar, open Settings → Connectors.
2

Add Oviond

Click + Add custom connector and enter the URL https://api.oviond.com/mcp.
3

Sign in

Claude Desktop opens a browser window to Oviond’s sign-in page. Sign in and authorize the connection.
4

Verify

Back in Claude Desktop, you should see Oviond in your connector list. Start a chat and ask Claude to “list my Oviond clients” to confirm.

Cursor

1

Open Cursor settings

Settings → MCP (or edit ~/.cursor/mcp.json directly).
2

Add the server

{
  "mcpServers": {
    "oviond": {
      "url": "https://api.oviond.com/mcp"
    }
  }
}
3

Authorize

Restart Cursor. On first tool call, Cursor opens a browser to complete OAuth.

Other MCP clients

Any client that speaks the MCP HTTP transport with OAuth 2.1 support works. Point it at https://api.oviond.com/mcp and complete the OAuth flow.
Only streamable HTTP transport is supported. Stdio servers don’t apply here — Oviond’s MCP server is hosted by us, not run locally.

First prompts to try

  • “List all my Oviond clients.”
  • “Create a new client called ‘Acme Corp’ with website acme.example.”
  • “Build a dashboard called ‘Paid Social Overview’ for Acme.”
  • “Schedule the Acme monthly report to send on the 1st of every month.”