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
Beginner
Estimated 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