
Human Use
STDIOConnect AI agents with human intelligence for feedback and evaluations
Connect AI agents with human intelligence for feedback and evaluations
🤖 Human Use is the easiest way to connect your AI agents with human intelligence via the Rapidata API.
We now offer a hosted version of Human Use at chat.rapidata.ai - access all the features without setting up your own environment!
Coming up with a cool car design
https://github.com/user-attachments/assets/0d4c5c8f-4177-4fcf-8028-800dab16b009
Finding the best slogan
Function Naming
Ranking different image generation models.
The MCP server is a tool that allows you to connect your AI agents with human intelligence via the Rapidata API.
Cursor
add the following to your cursor mcp.json file (usually in ~/.cursor/mcp.json)
{ "mcpServers": { "human-use": { "command": "uv", "args": [ "--directory", "YOUR_ABSOLUTE_PATH_HERE", "run", "rapidata_human_api.py" ] } } }
You should now be able to see the human-use server in Cursor settings.
The app is a custom Streamlit app that allows you to use the MCP server. We have built because of issues with other clients. Namely the Claude desktop app.
git clone https://github.com/RapidataAI/human-use.git
Copy the .env.example file to .env and fill it in with your own credentials/settings
Note: paths should be ABSOLUTE paths
Install uv if you haven't already:
# For MacOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # For Windows powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv venv # On Unix/macOS source .venv/bin/activate # On Windows .venv\Scripts\activate
uv sync
streamlit run app.py
If you encounter issues, with the dependencies make sure that "which python" and "which streamlit" are the same path. If they are not the same path, run "python -m streamlit run app.py" instead of "streamlit run app.py".
If UV is not found, make sure you close all terminals and editors, then re-open a new one and try again.
If you have any questions or need further assistance, please contact us at [email protected].