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": {}
}
}
}
Похожие серверы
Coolify MCP Server
An MCP server for interacting with the Coolify API to manage servers and applications.
Alibaba Cloud Ops
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
Second Opinion MCP
Consult multiple AI models, including local, cloud, and enterprise services, to get diverse perspectives on a topic.
mcp-k8s-go
Golang-based Kubernetes MCP Server. Built to be extensible.
Ned AI MCP Server
Connect your Shopify store to Claude, Cursor, or Windsurf and get 100+ pre-calculated ecommerce metrics like net profit, blended CAC, per-channel ROAS, and customer LTV segments.
Gemini MCP Server
An MCP server to interact with Google's Gemini AI models, requiring a Gemini API key.
Kubernetes
Interact with Kubernetes clusters using natural language to manage and query resources.
Brain MCP
An example MCP server deployed on Cloudflare Workers, without authentication.
Alpha Vantage
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
DigitalOcean
Provides comprehensive access to all DigitalOcean API endpoints, dynamically extracted from their OpenAPI specification.