akamai-mcp-server

deepakjd2004/akamai-mcp-server

3.1

If you are the rightful owner of akamai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

šŸ”„ 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": {}
    }
  }
}