Advanced MCP Agent Streamlit App
About
using different mcp servers to automate the tasks
Details
- Author
- Rizwankaka
- Downloads
- 257
- Categories
- AI, Automation
Jump to
- π€ Interactive chat interface with the MCPAgent
- π§ Built-in conversation memory for contextual interactions
- π Web browsing and search capabilities
- π Model selection from available models
- π± Responsive design with modern UI
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
Advanced MCP Agent Streamlit AppCommand (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
Install dependencies with pip install -e . or uv pip install -e ., set the GROQ_API_KEY environment variable in a .env file, then run streamlit run app.py. The app uses browser_mcp.json for configuration. Use the "New Conversation" button to reset the session.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"advanced mcp agent streamlit app": {
"mcp-brower-use": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}
}
McpServers
{
"mcp-brower-use": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
Advanced MCP Agent Streamlit App
A modern Streamlit application demonstrating the capabilities of the MCPAgent with built-in conversation memory.Features
- π€ Interactive chat interface with the MCPAgent - π§ Built-in conversation memory for contextual interactions - π Web browsing and search capabilities - π Model selection from available models - π± Responsive design with modern UISetup and Installation
1. Make sure you have Python 3.11 or newer installed 2. Install dependencies: ``bash
pip install -e .
`
Or using uv:
`bash
uv pip install -e .
`
3. Set up your environment variables in .env file:
`
GROQ_API_KEY=your_api_key_here
`
Running the App
To run the Streamlit app:
`bash
streamlit run app.py
`
Configuration
The app uses the browser_mcp.json` file for configuration. You can modify the available models and other settings in this file.
Notes
- The app uses Streamlit's session state to maintain the conversation history during the session - The agent is initialized when the app starts, which may take a few seconds - You can start a new conversation at any time using the "New Conversation" button in the sidebarSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


