Cursor
Add Dial MCP and optional workflow rules in Cursor.
Cursor Integration
One-click setup — review the prompt in your editor, then confirm. Manual config snippets are on each page.
Cursor connects to Dial through MCP (tools) and optionally a rule (when to use those tools). There is no separate Cursor marketplace plugin in this repo — use the connect flow below.
Quick setup
| What | One-click | Manual |
|---|---|---|
| MCP | Add MCP to Cursor | .cursor/mcp.json with https://x402.dial.wtf/mcp |
| Skill / workflow | Add skill to Cursor | MCP + optional rule deeplink |
Paid MCP tools settle via x402 on Base. Your client must sign USDC for tool calls, or use prepaid credits where supported.
MCP configuration
Remote Streamable HTTP (recommended):
{
"mcpServers": {
"dial": {
"url": "https://x402.dial.wtf/mcp"
}
}
}Save as .cursor/mcp.json in your project (or global MCP settings), then reload MCP servers.
Deeplinks
Cursor supports prompt and rule deeplinks. The connect pages generate links that pre-fill a setup prompt — you review and confirm before anything runs.
- Web:
https://cursor.com/link/prompt?text=... - App:
cursor://anysphere.cursor-deeplink/prompt?text=...