Time Conversion Assistant
About
A Streamlit-based web application that helps users with time-related queries and conversions using Amazon Bedrock. It is designed for users who need quick time conversions via a web interface.
Details
- Author
- shridharMe
- Downloads
- 280
- Categories
- AI
Jump to
- Streamlit web interface for time queries
- Powered by Amazon Bedrock AI
- Handles time conversions and related questions
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Time Conversion AssistantCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
After installing prerequisites (Python 3.8+, Podman, AWS credentials), create and activate a virtual environment, install dependencies with pip install -r requirements.txt, then run streamlit run ui.py. The application opens at http://localhost:8501.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"time conversion assistant": {
"mcp-server-with-amazon-bedrock-agent": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}
}
McpServers
{
"mcp-server-with-amazon-bedrock-agent": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
Time Conversion Assistant
A Streamlit-based web application that helps users with time-related queries and conversions using Amazon Bedrock.
Prerequisites
- Python 3.8 or higher
- Podman installed and configured
- Access to Amazon Bedrock
- Valid AWS credentials configured
Installation
1. Create and activate a virtual environment:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
