Back to Apps

OpenWorkers CLI
by openworkers
Edge compute management tools for OpenWorkers deployments, including worker, environment, and storage orchestration.
0 stars
Works in:claude
Exposes:Tools
What it does
OpenWorkers CLI provides a complete set of tools for managing serverless functions deployed to the edge. It allows developers to create, deploy, and manage workers, configure environment variables and secrets, and orchestrate S3-compatible storage, KV stores, and SQL databases.
Tools
- Workers: Manage the lifecycle of edge functions (list, create, deploy, delete).
- Environments: Configure secrets and bind resources like KV or DB to workers.
- KV: Manage fast key-value stores for caching and sessions.
- Storage: Orchestrate S3/R2 compatible object storage.
- Databases: Manage SQL database bindings for persistent data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"openworkers": {
"command": "ow",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo binstall openworkers-cliInformation
- Pricing
- free
- Published
- 6/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add `{"mcpServers": {"openworkers": {"command": "ow", "args": ["mcp"]}}}` to your config file.





