ReActMCP
ReActMCP is a reactive MCP client that empowers AI assistants to instantly respond with real-time, Markdown-formatted web search insights powered by the Exa API.
GitHub Stars
140
User Rating
Not Rated
Favorites
0
Views
39
Forks
23
Issues
4
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.8 or higher
[python-dotenv](https://pypi.org/project/python-dotenv/)
[exa_py](https://github.com/your-org/exa_py) (Exa API client)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/mshojaei77/ReActMCP.git
cd ReActMCP
2. Create a Virtual Environment (Optional but recommended)
bash
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
3. Install Dependencies
bash
pip install -r requirements.txt
Additional Resources
Author Information
185
Followers
45
Repositories
1
Gists
0
Total Contributions
Related MCPs
mcp-playground
33
MCP Playground is a Streamlit-based interface that allows users to interact with large language models while seamlessly integrating external Multi-Server Command Protocol (MCP) tools. It enables the deployment of multiple FastMCP servers managed via Docker Compose, creating a provider-agnostic client using LangChain and LangGraph.