Scaleway

Scaleway MCP Connector for Claude

A+

Manage Scaleway cloud infrastructure — list, create, and control virtual instances directly from your AI agent.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Scaleway account to any AI agent to manage your cloud infrastructure through natural language. This server provides direct access to the Scaleway Instances API.

What you can do

  • Instance Discovery — List all virtual machines across different availability zones (e.g., fr-par-1, nl-ams-1)
  • Provisioning — Create new instances by specifying names, commercial types (like DEV1-S), and image IDs
  • Power Management — Remotely power on, power off, or reboot your servers
  • Lifecycle Control — Terminate instances that are no longer needed directly from the chat

How it works

  1. Subscribe to this server
  2. Enter your Scaleway Secret Key
  3. Start managing your cloud resources from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — quickly check server status or reboot instances without leaving the terminal or IDE
  • Developers — spin up new development environments using simple text commands
  • Cloud Architects — audit active resources across multiple zones efficiently
cloud-computingvirtual-machinesbare-metalinfrastructure-as-codeserver-management

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

create_instance

Create a new Scaleway instance (server)

perform_instance_action

Perform an action on a Scaleway instance (e.g., poweron, poweroff)

list_instances

List Scaleway instances (servers) in a specific zone

See how to talk to your AI agent using Scaleway.

List all my instances in the Paris zone (fr-par-1).

I've retrieved your instances in fr-par-1. You have 2 active servers: 'web-prod-01' (ID: ...213) and 'db-master' (ID: ...442). Both are currently running.

Create a new DEV1-S instance named 'staging-app' in fr-par-1 using the Ubuntu image.

I am initiating the creation of 'staging-app' (DEV1-S) in fr-par-1. The request has been sent to Scaleway, and the instance is now being provisioned.

Reboot the server with ID 550e8400-e29b-41d4-a716-446655440000 in nl-ams-1.

The reboot command has been successfully sent to the server in nl-ams-1. It should be restarting now.

Use the `list_instances` tool and provide the zone parameter (e.g., 'fr-par-1'). The agent will return a list of all instances currently provisioned in that specific Scaleway zone.

Related Connectors