Skip to content
Cursor

AynOps for Cursor

io.github.aynops/aynops

AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients

client:Cursor transport:stdio runtime:pypi

Install AynOps 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": {
    "aynops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "AynOps"
      ],
      "env": {
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>",
        "IP_API_KEY": "<IP_API_KEY>"
      }
    }
  }
}

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

AynOps in other clients