Akamai Cloud VM MCP
Enables managing Akamai Cloud (Linode) Compute Instances via MCP, with tools to list, create, view, update, delete, boot, reboot, shutdown, resize, and clone VMs. Each connecting client brings its own Linode Personal Access Token, which is passed through without being stored.
README
Akamai Cloud VM MCP
An MCP server, built on Zuplo, that exposes Linode (Akamai Cloud Computing) Compute Instance management as tools for MCP clients such as Claude Desktop. Each MCP client brings its own Linode Personal Access Token (PAT) — this gateway never stores or has access to your credentials; it just forwards your Authorization header through to api.linode.com.
Tools exposed
Scoped to Compute Instance (VM) lifecycle management, not the full Linode API (a smaller, curated tool set keeps AI tool selection reliable):
| Tool | Linode API operation |
|---|---|
getLinodeInstances |
List instances |
createLinodeInstance |
Create an instance |
getLinodeInstance |
View instance details |
updateLinodeInstance |
Update label/tags |
deleteLinodeInstance |
Delete an instance |
bootLinodeInstance |
Boot |
rebootLinodeInstance |
Reboot |
shutdownLinodeInstance |
Shut down |
resizeLinodeInstance |
Resize to a different plan |
cloneLinodeInstance |
Clone to a new or existing instance |
Project structure
This is a standard Zuplo API gateway project — everything below config/ and modules/ is Zuplo's own project layout, not custom to this repo:
| Path | Role |
|---|---|
config/routes.oas.json |
The single source of truth for routing. An OpenAPI document where every path/operation is a route; each carries an x-zuplo-route extension describing its handler. This is where both the Linode proxy routes and the /mcp MCP-server route are defined. |
config/policies.json |
Named, reusable policy instances (auth, rate limiting, transforms, etc.) that routes can reference by name. Empty here — this project intentionally uses no inbound policies, since auth is passed straight through by clients. |
modules/zuplo.runtime.ts |
Gateway-wide setup that runs once at boot: plugin registration (OpenTelemetry tracing, the MCP Gateway plugin scaffold) rather than per-route logic. |
modules/*.ts |
Custom TypeScript request handlers, referenced from routes.oas.json by module path when a route needs code instead of a declarative proxy (urlForwardHandler). Not used for the Linode routes in this project — they're pure config. |
docs/ |
An optional Zudoku developer portal (its own npm workspace) that renders config/routes.oas.json as browsable API reference docs. Not required for the MCP server itself. |
Deploy your own copy
This repo is meant to be forked and deployed to your own Zuplo account, not used against a shared instance run by someone else — your Linode PAT flows through whichever Zuplo project is running this gateway, so it should be one you control.
- Fork this repository.
- In the Zuplo portal, create a new project and connect it to your fork.
- No environment variables or secrets need to be configured — auth is supplied per-request by the connecting MCP client (see below).
- Deploy an environment from the portal and note its URL. Your MCP endpoint is
https://<your-project>.zuplo.app/mcp.
Connect from Claude Desktop
-
Create a Linode Personal Access Token (Linode Cloud Manager → My Profile → API Tokens → Create a Personal Access Token) with at least
linodes:read_writescope. -
Add an entry to
claude_desktop_config.jsonusingmcp-remoteto bridge Claude Desktop to the remote MCP endpoint with your token as a header:{ "mcpServers": { "akamai-cloud-vm": { "command": "npx", "args": [ "-y", "mcp-remote", "https://<your-project>.zuplo.app/mcp", "--header", "Authorization: Bearer ${LINODE_TOKEN}" ], "env": { "LINODE_TOKEN": "<your Linode Personal Access Token>" } } } } -
Restart Claude Desktop.
Local development
npm install
npm run dev
Starts the gateway at http://localhost:9000 (route designer at :9100, docs at :9200). Requires Node.js >= 24 for the Zuplo CLI.
Extending
All routing lives in config/routes.oas.json. To expose another Linode API operation as an MCP tool:
- Add it as a new OpenAPI path/operation with a unique
operationId, anx-zuplo-route.handlerofurlForwardHandlerpointed atbaseUrl: "https://api.linode.com/v4", andx-zuplo-route.mcp.type: "tool". - Add a matching
{ "file": "./config/routes.oas.json", "id": "<operationId>" }entry to the/mcproute'smcpServerHandleroperationsarray.
See Linode's API reference for other available resources (Volumes, Domains, Images, LKE, NodeBalancers, Databases, etc.).
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。