The Streamlit Interface for MCP Client provides a simple and intuitive way to interact with the MCP client using Streamlit. This project allows users to send queries to the MCP client and view responses seamlessly through a web-based interface.
bash
pip install -e .
.env
file with your API keys:GEMINI_API_KEY=your_gemini_api_key
SERPAPI_KEY=your_serpapi_key # Optional for web search functionality
To start the Streamlit interface, run the following command:
streamlit run main.py
Open your browser to http://localhost:8501 to interact with the MCP client.
server.py
).