Chat clients
Cursor
Cursor supports remote MCP servers via the Streamable HTTP transport. Setup is two clicks and a JSON paste.
1. Open MCP settings
In Cursor, open Settings → Cursor Settings → MCP. You'll see a list of currently connected servers and a button to add a new one.
2. Add ShopMCP
Click Add new MCP server. Cursor opens a JSON editor. Paste this block, replacing the example URL with the full MCP URL from Settings → Connections:
json{ "mcpServers": { "shopmcp": { "url": "https://my.shop-mcp.app/api/mcp?token=smcp_xxxxxxxxxxxxxxxxxxxx" } } }
If Cursor's editor already has an
mcpServers object with other servers, add shopmcp as a sibling key — don't replace the whole object.3. Save and verify
Save the file. Cursor immediately runs tools/list against the server and shows a green dot next to shopmcp when the handshake succeeds. You'll also see the tool count.
4. Use it from chat
Open the Cursor chat sidebar (Cmd/Ctrl + L), make sure you're in Agent mode, and ask a question. Cursor auto-routes tool calls to ShopMCP based on the tool name namespaces.
Pull yesterday's orders and dump them as JSON in this fileGenerate a markdown report from this week's GA4 traffic

