MCP

Cursor

  1. Go to the "Cursor Settings"

  1. click "Add new global MCP server"

3. copy the "MCP server config" to the opened editor (ex. for "Parse_PDF" service)

Replace the "<api_token>" with real api token

{
    "mcpServers": {
      "parse_pdf": {
        "url": "https://mcp.netmind.ai/sse/<api_token>/parse-pdf/sse"
      }
    }
}

4. now you can call the mcp service by chatting with cursor

Claude

  1. go to "Settings--Developer", and click Edit Config. It will open the forlder where "claude_desktop_config.json" is located.

  1. open the "claude_desktop_config.json" and copy the "MCP server config" to the opened editor (ex. for "Parse_PDF" service)

Replace the "<api_token>" with real api token

{
    "mcpServers": {
      "parse_pdf": {
        "url": "https://mcp.netmind.ai/sse/<api_token>/parse-pdf/sse"
      }
    }
}

4. now you can call the mcp service by chatting with claude

Last updated

Was this helpful?