← Back to Sakura Cloud MCP

Install Sakura Cloud MCP

Pick your client, copy the command, done.

Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1

Prepare the server locally

Run this once before adding it to Claude Code.

git clone https://github.com/sacloud/sacloud-mcp.git
cd sacloud-mcp
uv sync
2

Register it in Claude Code

claude mcp add sacloud-mcp -- uv --directory /path/to/sacloud-mcp/src run main.py

Replace any placeholder paths in the command with the real path on your machine.

Environment Variables

Set these before running Sakura Cloud MCP.

VariableDescriptionRequired
ACCESS_TOKENSakura Cloud API Access TokenNo
ACCESS_TOKEN_SECRETSakura Cloud API Access Token SecretNo
OBJECTSTORAGE_ACCESS_KEY_IDSakura Object Storage Access Key IDNo
OBJECTSTORAGE_SECRET_ACCESS_KEYSakura Object Storage Secret Access KeyNo

Try It Out

After setup, try these prompts with your AI agent:

List all my current Sakura Cloud server instances.
Check the status of my object storage buckets in Sakura Cloud.
Help me manage my Sakura Cloud infrastructure resources.

Keep this setup from going cold

Save the docs, env vars, and workflow around Sakura Cloud MCP in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup