Akamai MCP Server
Automate Akamai resource actions using a conversational AI client. Requires Akamai API credentials.
🔥 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 Servers
Security Infrastructure MCP Servers
Integrate with security platforms like Splunk SIEM, CrowdStrike EDR, and Microsoft MISP.
MCP Server for Kubernetes
A server for managing Kubernetes clusters using the Model Context Protocol.
VixMCP.Ai.Bridge
An MCP server that exposes VMware VIX operations for AI assistants and automation workflows.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
AWS MCP Server
An MCP server for AWS operations, supporting S3 and DynamoDB services. Requires AWS credentials.
ONOS MCP Server
An MCP server for managing ONOS (Open Network Operating System) networks.
Aiven
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication. It supports one-click deployment or local setup via npm.
Daraja MCP
Integrate AI applications with Safaricom's Daraja API for seamless interaction with M-Pesa services.
Qlik Cloud
Interact with Qlik Cloud applications and extract data from visualizations using the Qlik Cloud API.