Skip to content
Grok

Akamai CDN for Grok

io.github.desty2k/akamai

Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists

client:Grok transport:stdio runtime:pypi

Install Akamai CDN 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": {
    "akamai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "readonly-mcp-akamai"
      ],
      "env": {
        "AKAMAI_HOST": "<AKAMAI_HOST>",
        "AKAMAI_CLIENT_TOKEN": "<AKAMAI_CLIENT_TOKEN>",
        "AKAMAI_CLIENT_SECRET": "<AKAMAI_CLIENT_SECRET>",
        "AKAMAI_ACCESS_TOKEN": "<AKAMAI_ACCESS_TOKEN>"
      }
    }
  }
}

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

Akamai CDN in other clients