ReActMCP provides AI agents with real-time web search capabilities via the Exa API. It exposes a reactive client that returns Markdown-formatted search results. Agents use it to fetch current web data, summarize findings, and generate responses with up-to-date information. Developers integrate it to build AI assistants that deliver timely web insights.
ReActMCP provides AI agents with real-time web search capabilities via the Exa API. It exposes a reactive client that returns Markdown-formatted search results. Agents use it to fetch current web data, summarize findings, and generate responses with up-to-date information. Developers integrate it to build AI assistants that deliver timely web insights.
pip install ReActMCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mshojaei77-reactmcp-github": {
"command": "uvx",
"args": [
"pip install ReActMCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ReActMCP?"
API Key Required
This server requires an API key from ReActMCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| REACTMCP_API_KEY | Yes | Your ReActMCP API key |
"What resources are available in ReActMCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ReActMCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ReActMCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.