Cursor 0.46+ ships with native MCP support and handles both stdio and streamable HTTP transports. If you’re on 0.46 or later, use Option A. If you’re on an older version, use Option B.Documentation Index
Fetch the complete documentation index at: https://dev.magicpost.in/llms.txt
Use this file to discover all available pages before exploring further.
Option A — Native HTTP (recommended)
Fill the form
| Field | Value |
|---|---|
| Name | magicpost |
| Type | streamable-http |
| URL | https://mcp.magicpost.in/mcp |
| Headers | Authorization: Bearer mp_YOUR_TOKEN |
mp_YOUR_TOKEN with your MagicPost API key.Option B — stdio bridge (Cursor < 0.46)
This uses the samemcp-remote approach as Claude Desktop. Edit ~/.cursor/mcp.json (create it if it doesn’t exist):
mp_YOUR_TOKEN with your MagicPost API key, then restart Cursor.
Use it from chat
Open the Cursor chat with Cmd+L, enable Composer + agent mode, and try a prompt like:get_metrics_summary tool call. You can enable auto-approval from the same MCP settings panel if you prefer.