Skip to content
Cursor

isitdisposable mcp for Cursor

io.github.richelo/isitdisposable-mcp

An MCP server that lets AI agents check whether an email address or domain is disposable.

client:Cursor transport:stdio runtime:npm

Install isitdisposable mcp 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": {
    "isitdisposable-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "isitdisposable-mcp"
      ],
      "env": {
        "ISITDISPOSABLE_API_KEY": "<ISITDISPOSABLE_API_KEY>"
      }
    }
  }
}

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

isitdisposable mcp in other clients