timeweb-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@timeweb-mcplist my servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Timeweb MCP (stdio)
Local MCP server for Timeweb Cloud via twc CLI.
What you get
Native MCP stdio server (works with Codex
mcp_servers.<name>.command)Universal tool
timeweb_run_clifor anytwccommandReady
.envconfiguration fileCommon shortcuts for servers/apps/account
Related MCP server: interminal
1) Install dependencies
pip install -r requirements.txt
pip install -U twc-cli2) Configure Timeweb CLI
twc configIf twc is not in PATH, run:
& "C:\Users\ZotkinEA\AppData\Roaming\Python\Python313\Scripts\twc.exe" config3) Configure .env
Copy-Item .env.example .env -ForceUpdate values in .env if needed.
4) Add server to Codex (~/.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 = 240Restart Codex after editing config.
5) Quick health check
Ask Codex to call timeweb_whoami or timeweb_account_status.
Main tools
timeweb_run_cli(args, output_format, cwd)- run anytwccommandtimeweb_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)
Deployment examples
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")This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn MCP server that enables programmatic management and monitoring of development servers through a unified interface and interactive TUI. It provides tools for process control, log streaming, and experimental browser automation via Playwright.1MIT
- AlicenseAqualityAmaintenanceMCP server for SSH and local terminal access. Supports interactive commands, long-running processes, and TUI apps like tmux/zellij63MIT
- AlicenseAqualityBmaintenanceMCP server that exposes 25 tools for the Kwork freelance marketplace — browse projects, submit offers, manage orders, send messages, and more.283MIT
- Alicense-qualityAmaintenanceUniversal MCP server that wraps any CLI tool, enabling AI assistants to run commands via natural language.MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
MCP server for interacting with the Supabase platform
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evgeninho69/timeweb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server