Important
You are reading the Github README!
- 📚 Documentation: See our technical documentation for detailed information
- 📖 Demo README: Check out the Demo README for for more information about our MCP Hackathon submission
- 🏆 Hackathon Submission: Keep reading below for more information about our MCP Hackathon submission
# Install uv if you haven't already
pip install uv
# Sync dependencies
uv sync --all-extras# Start the Gradio app
gradio run "src/app.py"Open your browser to http://localhost:7860.
This application exposes a Model Context Protocol (MCP) server, allowing you to use its search tools directly from Claude Desktop or other MCP clients.
MCP Server URL: http://localhost:7860/gradio_api/mcp/
Claude Desktop Configuration:
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"deepcritical": {
"url": "http://localhost:7860/gradio_api/mcp/"
}
}
}