trackmcp
Back to directory
deepakjd2004

akamai-mcp-server

View on GitHub

Akamai MCP Server

1 stars PythonOthers Updated Aug 5, 2026

Documentation

🔥 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):

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

Frequently asked questions

What is akamai-mcp-server?

akamai-mcp-server is Akamai MCP Server

How do I install akamai-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is akamai-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/deepakjd2004/akamai-mcp-server and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP