Skip to main content
Cursor is a software editing IDE that contains AI features.
1

Open the Settings -> Tools & MCP panel

In Cursor’s main menu, choose Settings -> Cursor Settings. In the Settings panel, go to the Tools & MCP panel.cursor-tools-and-mcp.png
2

Add a custom MCP connection

Click “Add Custom MCP”. This will bring up an editor for a JSON file where you need you need to add an entry to the mcpServers list like this:
{
  "mcpServers": {
    "Zite": {
      "url": "https://mcp.fillout.com/mcp"
    }
  }
}
Once you’ve edited the file, save it and return to the settings panel.
3

Start the authentication process

Back in the settings panel, you should see an entry for the Zite MCP server like this:cursor-new-server.pngClick the “Connect” button to start the authentication process. This will pop up a dialog asking if you want to allow Cursor to visit and external website. Click “Open” to continue the authentication process in Zite.
4

Authorize the connection

Cursor will send you over to Zite with this authorization screen:cursor-oauth.pngClick the “Authorize” button to complete your connection. This will send you back to Cursor’s settings page with the connector fully set up, like this.cursor-complete.png
5

Start chatting

You’re all set. At this point you can head back to Cursor’s chat interface and start accessing your Zite data.