Skip to content
Cursor

checker mcp for Cursor

com.oksigenia/checker-mcp

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

client:Cursor transport:stdio runtime:npm

Install checker mcp in Cursor

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

{
  "mcpServers": {
    "checker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oksigenia/checker-mcp"
      ]
    }
  }
}

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

checker mcp in other clients