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": {}
}
}
}
관련 서버
Microsoft MCP
Access Microsoft services like Outlook, Calendar, and OneDrive via the Microsoft Graph API.
Graphlit
Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a searchable Graphlit project.
Opal API
A RESTful API to programmatically interact with the Opal Security platform.
Preloop
Preloop is an event-driven AI automation platform with built-in human-in-the-loop safety based on MCP proxying.
Cloud PC Management
Manage Azure Cloud PCs using the Microsoft Graph API.
MCP Server with Google OAuth
A remote MCP server with built-in Google OAuth authentication, designed for deployment on Cloudflare Workers.
MCP Server for Oracle Cloud Infrastructure (OCI)
Model Context Protocol (MCP) server for Oracle Cloud Infrastructure, allowing LLMs like Claude to interact directly with OCI resources
MCP Server for National Park Services Data
Retrieve data from the National Park Service (NPS) API.
Remote MCP Server on Cloudflare
A remote MCP server running on Cloudflare Workers with OAuth login support.
CMP MCP Server
An MCP server for CMP API integration, built to run on Cloudflare Workers.