timeweb-mcp
Local MCP server for Timeweb Cloud that enables running any twc CLI command and provides shortcuts for managing servers, apps, and account.
README
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 anytwccommand - Ready
.envconfiguration file - Common shortcuts for servers/apps/account
1) Install dependencies
pip install -r requirements.txt
pip install -U twc-cli
2) Configure Timeweb CLI
twc config
If twc is not in PATH, run:
& "C:\Users\ZotkinEA\AppData\Roaming\Python\Python313\Scripts\twc.exe" config
3) Configure .env
Copy-Item .env.example .env -Force
Update 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 = 240
Restart 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")
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.