Connect Oviond to Cursor with MCP

Connect Cursor to Oviond using the hosted Oviond MCP server URL.

Connect Cursor to Oviond so you can use AI-assisted workflows with your Oviond account.

Who this is for

This article is for technical team members using Cursor who want Cursor to work with Oviond through MCP.

Before you start

You will need:

  1. access to your Oviond account,

  2. permission to authorize the connection,

  3. access to the AI client or developer tool named in this article,

  4. the Oviond MCP server URL: `https://api.oviond.com/mcp`.

Only use the hosted Oviond MCP URL. Do not try to run Oviond MCP as a local stdio server.

Steps

1. Open the connector or MCP settings in Cursor

Open the area in Cursor where you add a custom MCP server or connector. Oviond docs describe Cursor setup through Settings → MCP or by editing `~/.cursor/mcp.json`.

2. Add the Oviond MCP server URL

Use this URL:

`https://api.oviond.com/mcp`

Name the connector Oviond if your tool asks for a name.

3. Authorize Oviond

When Cursor asks to connect, complete the Oviond sign-in and authorization flow in the browser.

4. Test the connection

Ask the AI client to do a safe read-only check first, such as listing your Oviond clients or showing available Oviond actions.

If you edit Cursor’s MCP config directly, use this pattern:

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

Expected result

Cursor should show Oviond as a connected MCP server or connector. After authorization, the AI client can use supported Oviond MCP tools for clients, projects, pages, widgets, templates, themes, users, automations, and other account workflows.

Troubleshooting

The connector does not appear

Check that the MCP URL is exactly `https://api.oviond.com/mcp` and that your AI client supports remote HTTP MCP servers with OAuth.

Authorization does not complete

Sign out and try again. Make sure you are signing in with the Oviond account you want the AI client to access.

The AI client cannot find my clients or projects

Check that you authorized the correct Oviond account. Also check whether the client or project exists in Oviond.

I am not sure what to ask first

Start with a read-only request. For example: “List my Oviond clients.” Do not begin with delete, bulk update, or publish-style actions.

What to send support if stuck

Send Oviond support:

  1. the AI client you are using,

  2. whether you used MCP or the REST API,

  3. the exact point where setup failed,

  4. the error message if one appeared,

  5. whether authorization opened in the browser,

  6. a screen capture that does not show private tokens or API keys.

Related articles

Did this answer your question?
😞
😐
😁