Connect Knowledge Base Tool to Cursor (Public)

This page explains how to integrate the Knowledge Base Tool with Claude using an MCP Server configured public connection (without authorization). It outlines the essential setup steps required to establish a seamless, direct connection.

Requirements

  • Cursor subscription

  • Cursor Pro Plan

Pricefx MCP Server

The Pricefx MCP Server is available using the following URL:

https://mcp.pricefx.com/mcp

Create Connection

  1. Open Cursor.

  2. Go to Settings… > Cursor Settings.

  3. Go to MCP & Tools.

  4. Click Add Custom MCP.

  5. Replace the default mcp.json file with the following code:

    JSON
    {
      "mcpServers": {
        "pricefx_public": {
          "autoApprove": [],
          "disabled": false,
          "timeout": 60,
          "type": "sse",
          "url": "https://mcp.pricefx.com/mcp"
          }
       }
    }
    
  6. Save changes.

  7. Verify that the MCP Server is connected.

    CursorPublicConnection.png