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.
Latest Blog Posts
- 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