Loading MCP server directory, please wait...
Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists
npx @getmcp/cli add io.github.desty2k/akamaiRequires Python 3.10+. Community-contributed server. Review source before installing.
AKAMAI_HOSTAkamai EdgeGrid API hostname (e.g., akab-xxxx.luna.akamaiapis.net)
AKAMAI_CLIENT_TOKENAkamai EdgeGrid client token
AKAMAI_CLIENT_SECRETAkamai EdgeGrid client secret
AKAMAI_ACCESS_TOKENAkamai EdgeGrid access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.desty2k/akamai": {
"command": "uvx",
"args": [
"readonly-mcp-akamai"
],
"env": {
"AKAMAI_HOST": "",
"AKAMAI_CLIENT_TOKEN": "",
"AKAMAI_CLIENT_SECRET": "",
"AKAMAI_ACCESS_TOKEN": ""
}
}
}
}