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": {}
}
}
}
Verwandte Server
Remote MCP Server (Authless)
A remote MCP server without authentication, deployable on Cloudflare Workers.
AWS MCP
Interact with your AWS environment using natural language. Requires local AWS credentials.
Terra
Access and manage wearable and health app data through the Terra API.
Hygraph
Integrate Hygraph directly into MCP-compatible tools like Claude and Cursor, executing content operations via natural language
Paddle Billing
Interact with the Paddle Billing API to manage products, prices, customers, transactions, and subscriptions.
Kevros Governance
Cryptographic action verification and hash-chained audit trails for AI agents
Geo Location Demo
Retrieves user geolocation information using EdgeOne Pages Functions and exposes it via an MCP server.
Weather Alerts
Provides real-time weather alerts for US states using the National Weather Service API.
Doppler
Manage secrets from Doppler, a secret management platform. Requires a Doppler API token.
Amazon Nova Reel 1.1
An MCP server for generating videos using Amazon Nova Reel 1.1 via AWS Bedrock.