Skip to content
Grok

AynOps for Grok

io.github.aynops/aynops

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

client:Grok transport:stdio runtime:pypi

Install AynOps in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AynOps in other clients