loading…
Search for a command to run...
loading…
Local MCP server for Timeweb Cloud that enables running any twc CLI command and provides shortcuts for managing servers, apps, and account.
Local MCP server for Timeweb Cloud that enables running any twc CLI command and provides shortcuts for managing servers, apps, and account.
Local MCP server for Timeweb Cloud via twc CLI.
mcp_servers.<name>.command)timeweb_run_cli for any twc command.env configuration filepip install -r requirements.txt
pip install -U twc-cli
twc config
If twc is not in PATH, run:
& "C:\Users\ZotkinEA\AppData\Roaming\Python\Python313\Scripts\twc.exe" config
.envCopy-Item .env.example .env -Force
Update values in .env if needed.
~/.codex/config.toml)[mcp_servers.timeweb]
command = "python"
args = ["D:\\11. 2KAD_Soft\\0.1 Skills\\timeweb-mcp\\server.py"]
env = { TIMEWEB_ENV_FILE = "D:\\11. 2KAD_Soft\\0.1 Skills\\timeweb-mcp\\.env" }
startup_timeout_sec = 20
tool_timeout_sec = 240
Restart Codex after editing config.
Ask Codex to call timeweb_whoami or timeweb_account_status.
timeweb_run_cli(args, output_format, cwd) - run any twc commandtimeweb_account_status()timeweb_whoami()timeweb_list_servers(filter_expr)timeweb_get_server(server_id)timeweb_start_server(server_ids)timeweb_stop_server(server_ids, hard)timeweb_reboot_server(server_ids, hard)timeweb_list_apps(filter_expr)timeweb_get_app(app_id, wait_started)timeweb_create_app(config_path, wait_started)Create app from current project:
timeweb_run_cli(args=["apps", "create", "./timeweb-app.yaml"], output_format="json")
Run any CLI command:
timeweb_run_cli(args=["cluster", "list"], output_format="json")
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"timeweb-mcp": {
"command": "npx",
"args": []
}
}
}