Advanced MCP Agent Streamlit App

by Rizwankaka

257 downloads
Not rated
GitHub

About

using different mcp servers to automate the tasks

Details

Author
Rizwankaka
Downloads
257
Categories
AI, Automation

- πŸ€– 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Advanced MCP Agent Streamlit App
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 UI

Setup 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 sidebar
No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.