Linode (Akamai)

Linode (Akamai) MCP Connector for Claude

A+

Manage Linode cloud infrastructure—provision compute instances, manage Kubernetes clusters (LKE), and monitor account details directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Linode (Akamai) account to any AI agent to manage your cloud infrastructure through natural language. This server provides comprehensive tools for compute and container orchestration.

What you can do

  • Compute Management — List, create, view, update, and delete Linode instances (VPS) across global regions using list_linodes and create_linode.
  • Kubernetes (LKE) — Deploy and manage Linode Kubernetes Engine clusters, including node pool configuration via create_lke_cluster.
  • Account Oversight — Retrieve account details and list authorized users with get_account and list_users to maintain security and visibility.
  • Instance Control — Provision servers with specific images (like Ubuntu 22.04) and hardware types instantly.

How it works

  1. Subscribe to this server
  2. Enter your Linode Personal Access Token
  3. Start managing your cloud resources from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — quickly check cluster statuses or spin up temporary environments without leaving the terminal or IDE.
  • Full-stack Developers — manage backend infrastructure directly from the code editor while building applications.
  • Cloud Architects — audit account resources and user access through conversational queries.
vpskubernetescloud-computingserver-managementinfrastructure-provisioningcontainer-orchestration

10 tools expose this connector's capabilities to your AI agent.

create_linode

Create a new Linode

create_lke_cluster

Create an LKE Cluster

delete_linode

Delete a Linode

get_account

View Account Details

get_linode

View a specific Linode

get_lke_cluster

View an LKE Cluster

list_linodes

List all Linodes (Compute Instances)

list_lke_clusters

List LKE Clusters

list_users

Manage Users

update_linode

Update a Linode

See how to talk to your AI agent using Linode (Akamai).

List all my current Linode instances.

I've retrieved your Linodes. You have 3 active instances: 'web-server-prod' (ID: 12345) in us-east, 'db-master' (ID: 12346) in eu-central, and 'staging-app' (ID: 12347) in ap-south.

Create a new g6-standard-1 Linode in the us-east region with Ubuntu 22.04.

Provisioning your new Linode... The instance has been created with ID 54321. It is currently booting in the us-east region with Ubuntu 22.04 LTS.

Show me the details of my Kubernetes clusters.

Fetching LKE clusters... I found one cluster: 'production-cluster' (ID: 9876). It's running K8s version 1.25 in us-east with 3 nodes in the default pool.

Yes. Use the `list_linodes` tool to retrieve a complete list of all Linode compute instances associated with your account, including their status and IP addresses.

Related Connectors