realtimex-cli-mcps
OfficialClick 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., "@realtimex-cli-mcpstranslate 'good morning' to French"
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.
realtimex-cli-mcps
A brief description of your project.
Installation
pip install realtimex-cli-mcpsRelated MCP server: MCP CLI Wrapper
Usage
run-cli-as-mcpsUsing as an MCP with UVX
To run your CLI as an MCP server using uvx with a specific configuration, you can define it in your mcpServers configuration. Here's an example based on your provided setup:
{
"mcpServers": {
"realtimex-cli-mcps": {
"command": "uvx",
"args": [
"--from",
"realtimex-cli-mcps",
"run-cli-as-mcps"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"TOOL_PACKAGES": "[{\"name\": \"ansiweather@latest\"}, {\"name\": \"doctranslate_translate\"}]"
}
}
}
}{
"mcpServers": {
"realtimex-cli-mcps": {
"command": "uvx",
"args": [
"--from",
"realtimex-cli-mcps",
"run-cli-as-mcps"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"TOOL_PACKAGES": "[{\"cmd\": [\"uvx\", \"cowsay\"], \"doc_str\": \"\", \"help_cmd\": [\"uvx\", \"cowsay\", \"-h\"], \"name\": \"cowsay\"}]"
}
}
}
}{
"mcpServers": {
"realtimex-cli-mcps": {
"command": "uvx",
"args": [
"--from",
"realtimex-cli-mcps",
"run-cli-as-mcps"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"TOOL_PACKAGES": "[{\"name\": \"ansiweather@latest\"}, {\"cmd\": [\"npx\", \"-y\", \"weather-cli\", \"weather\"], \"doc_str\": \"Usage\\n $ weather <input>\\n\\n Options\\n --city, -c City you want to lookup weather for (add state code after city name if city exists in multiple places)\\n --country, -C Country you want to lookup weather for\\n --scale, -s Weather scale. Defaults to Celcius\\n --help Show this help message\\n --version Display version info and exit\\n config Set the default location and scale\\n\\n Examples\\n $ weather -c Dhaka -C Bangladesh\\n Dhaka, Bangladesh\\n Condition: Partly Cloudy\\n Temperature: 32\\u00b0C\\n\\n $ weather config -c Dhaka -C Bangladesh -s F\\n Default location set to Dhaka, Bangladesh and scale to F\", \"help_cmd\": [], \"name\": \"weather-cli\"}, {\"cmd\": [\"uvx\", \"cowsay\"], \"doc_str\": \"\", \"help_cmd\": [\"uvx\", \"cowsay\", \"-h\"], \"name\": \"cowsay\"}, {\"name\": \"doctranslate_translate\"}]"
}
}
}
}This configuration tells uvx how to launch your realtimex-cli-mcps as an MCP server, specifying the exact command, arguments (including the Git repository for the source), and environment variables like TOOL_PACKAGES which defines the available tools for your MCP server.
Development
Clone the repository:
git clone https://github.com/your-username/realtimex-cli-mcps.gitInstall the dependencies:
pip install -e .
License
This project is licensed under the terms of the MIT license.
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
- Flicense-qualityDmaintenanceTurns any shell command into an MCP server by defining command-line tools in simple YAML files. Enables AI agents to execute system commands, security scanners, DevOps tools, and CLI utilities directly from chat interfaces.Last updated4
- Flicense-qualityDmaintenanceWraps any CLI tool and exposes its subcommands as MCP tools with typed parameters, supporting both config-driven mode for structured commands and fallback mode for raw CLI execution.Last updated
- Alicense-qualityBmaintenanceEnables execution of arbitrary CLI tools and shell scripts by defining them in YAML configuration files as MCP Tools. Supports custom shells (bash, Python, Node.js, Deno), input parameters passed as environment variables, and flexible timeout settings.Last updated1136MIT
- FlicenseBqualityDmaintenanceA flexible MCP server that enables users to define and execute arbitrary command-line tools through secure, JSON-based configuration files. It features parameter sanitization, directory scoping, and execution controls to safely integrate CLI utilities with Claude Desktop.Last updated11
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/therealtimex/realtimex-cli-mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server