It requires `uv` to be installed on your machine. Check the [official documentation](https://docs.astral.sh/uv/getting-started/installation/) for
Opendal becomes available to MCP clients through the opendal mcp server. It requires uv to be installed on your machine. Check the official documentation for installation guides.
It requires uv to be installed on your machine. Check the official documentation for installation guides.
The server is distributed via npm as @modelcontextprotocol/inspector, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: YOUR_ENV_VAR, OPENDAL_MYS3_REGION, OPENDAL_MYS3_ACCESS_KEY_ID, OPENDAL_MYS3_SECRET_ACCESS_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
File and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Opendal sits in that group. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"server-opendal": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"],
"env": {
"YOUR_ENV_VAR": "your-value",
"OPENDAL_MYS3_REGION": "your-value",
"OPENDAL_MYS3_ACCESS_KEY_ID": "your-value",
"OPENDAL_MYS3_SECRET_ACCESS_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| YOUR_ENV_VAR | Configuration value read at startup. | Optional |
| OPENDAL_MYS3_REGION | Configuration value read at startup. | Optional |
| OPENDAL_MYS3_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| OPENDAL_MYS3_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.