Akamai CDN for Cursor
io.github.desty2k/akamai
Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists
client:Cursor
transport:stdio
runtime:pypi
Install Akamai CDN in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs