Skip to content
Cursor

MX Probe for Cursor

dev.mxprobe/mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

client:Cursor transport:stdio runtime:npm

Install MX Probe in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mxprobe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mxprobe"
      ],
      "env": {
        "MXPROBE_API_KEY": "<MXPROBE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MX Probe in other clients