A MCP Server for Akamai Functions
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"akamai-functions": {
"args": [],
"command": "akamai-functions-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Unlock the power of Akamai Functions within your AI Assistant. This MCP (Model Context Protocol) server allows tools like Claude Desktop or Cursor to interact with your edge applications using natural language.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
spin aka command referenceReturns the full command reference as markdown.
spin-aka://command-reference
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / devops
MCP server for using the GitLab API
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
MCP Security Weekly
Get CVE alerts and security updates for Akamai Functions Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Unlock the power of Akamai Functions within your AI Assistant. This MCP (Model Context Protocol) server allows tools like Claude Desktop or Cursor to interact with your edge applications using natural language.
Before adding the server to your AI client, ensure your local environment is ready:
Plugin Installed: You need the aka plugin for Spin:
spin plugins update
spin plugins install aka --yes
Login Required: You must be authenticated via the aka plugin for `spin:
spin aka login
NOTE: If you're using an installation method other than Homebrew (
brew), please addakamai-functions-mcpto yourPATHvariable.
Install via Homebrew by adding the Akamai Developers tap and installing the formula:
brew tap akamai-developers/tap
brew install akamai-developers/tap/akamai-functions-mcp
If Homebrew is not available (for example on Windows), download a precompiled binary from the latest release.
Build the binary locally using Go:
go build -o akamai-functions-mcp main.go
To let your AI Assistant use the server, add the spin command to your configuration. Optionally, enable debug logging by appending the --debug flag to the args array.
Update your claude_desktop_config.json (found in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"akamai-functions": {
"command": "akamai-functions-mcp",
"args": []
}
}
}
Akamai Functions MCP Servercommandakamai-functions-mcpFrom the command palette select the agent: add context server action provide the following JSON configuration and save the configuration by pressing Add Server:
{
"Akamai Functions MCP Server": {
"command": "akamai-functions-mcp",
"args": [],
"env": {}
}
}
Your AI now acts as a technical assistant for your edge infrastructure. Try asking:
| Tool | Description |
|---|---|
list_accounts | Fetch all Akamai Functions accounts associated with your login. |
list_apps | Inventory of deployed applications (filterable by account/name). |
get_app_status | Detailed health, deployment history, and active URLs. |
get_app_url | Retrieve the public URL of an application deployed to Akamai Functions |
get_app_logs | Real-time execution log retrieval. |
get_app_history | Retrieve deployment history of an application deployed to Akamai Functions |
search_app | Find an application by |