Akamai MCP Server - Secure MCP Server by ALMC Security 2025

Akamai MCP Server

View on GitHub

🔥 Akamai MCP Server with Conversational AI Integration

A lightweight Python-based MCP (Multi-Command Processor) server designed to automate Akamai resource actions, integrated with a conversational AI client for natural language control.


✨ Features

✅ List Akamai Contracts
✅ List Groups within Contracts
✅ List Properties
✅ Filter Properties by Name
✅ Easily extensible for additional Akamai API actions
✅ Controlled via plain English instructions using a local conversational AI client (e.g., Claude Desktop, OpenWebUI, LM Studio)


🛠️ How It Works

The conversational AI client receives your natural language input, translates it into structured commands, and triggers the MCP server. The MCP server interacts with Akamai APIs and returns the result.


⚙️ Setup Instructions

1. Prerequisites

  • Python 3.x
  • Akamai API credentials with appropriate access
  • Local conversational AI client (Claude Desktop recommended for initial setup, but any supporting tool works)

2. MCP Server Configuration

Clone this repo and adjust the MCP server path as needed.

Update the Conversational AI client config:

For Claude Desktop (example path):

{
  "mcpServers": {
    "akamai": {
      "command": "python",
      "args": "/path/to/this/repo/akamai_mcp_server.py",
      "env": {}
    }
  }
}

Related in Cloud Service - Secure MCP Servers

ServerSummaryActions
Big Data Services for Bidding该MCP服务提供上云资产相关服务信息,包括云服务使用情况、技术栈分析、云迁移方案等功能,帮助用户了解企...View
Claude DesktopCreate kube-config for accessing kubernetes cluster.View
Google Ads API v20A comprehensive Model Context Protocol (MCP) server that provides full access to Google Ads API v20...View
AWS Cost AnalysisMCP server for generating upfront AWS service cost estimates and providing cost insightsView
Alpha VantageA Model Context Protocol (MCP) server that provides access to Alpha Vantage financial data APIs for...View
k8s PilotView