Connecting Cursor#
This guide explains how to connect Cursor to the CLP MCP server over HTTP.
Setup#
Follow the official Cursor guide to add a Remote MCP Server using
mcp.json.Add the following
clp-mcp-serverconfig to themcpServersobject and save the file.{ "mcpServers": { "clp-mcp-server": { "url": "http://<host>:<port>/mcp", "type": "http" } } }
The
hostandportvalues should match the hostname and port number where the MCP server is running, as specified during configuration.Enable and use the MCP server’s tools as described in the official Cursor documentation.