1. Conduid
  2. Developer Tools
  3. Human-use
MCP server · Developer Tools

Human-use

Enable AI to ask anyone anything 🤝

Unclaimed last commit a year ago devtools
54Fair

Scored 4 months ago · breakdown

About Human-use

Human-use is an MCP server published by RapidataAI in the Developer Tools category: enable AI to ask anyone anything 🤝. It has been installed 0 times through Conduid.

The repository has 71 stars and 6 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx human-use

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Human-use

Powered by Claude · Grounded in docs

I know everything about Human-use. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GitHub stars Documentation Twitter Follow

🤖 Human Use is the easiest way to connect your AI agents with human intelligence via the Rapidata API.

Hosted Version

We now offer a hosted version of Human Use at chat.rapidata.ai - access all the features without setting up your own environment!

Human Use in Action

Coming up with a cool car design

https://github.com/user-attachments/assets/0d4c5c8f-4177-4fcf-8028-800dab16b009

Finding the best slogan

AI Agent Slogan

Function Naming

Cursor Function Naming

Ranking different image generation models.

AI Agent Ranking

MCP Server

Overview

The MCP server is a tool that allows you to connect your AI agents with human intelligence via the Rapidata API.

Tools

  1. get_free_text_responses
    • Will ask actual humans to provide some short free text responses to the question.
  2. get_human_image_classification
    • Will ask actual humans to classify the images in the directory.
  3. get_human_image_ranking
    • Will ask actual humans to rank the images in the directory.
  4. get_human_text_comparison
    • Will ask actual humans to compare two texts and select which one is better.

Configuration

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.

Cursor MCP

App

Overview

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.

App Setup

Clone Repository

git clone https://github.com/RapidataAI/human-use.git

Environment Configuration

Copy the .env.example file to .env and fill it in with your own credentials/settings

Note: paths should be ABSOLUTE paths

Installation with UV

Prerequisites

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"

Setup Instructions (in the human-use repository)

  1. Create and activate a virtual environment:
    uv venv
    
    # On Unix/macOS
    source .venv/bin/activate
    
    # On Windows
    .venv\Scripts\activate
    
  2. Install dependencies:
    uv sync
    

Run the application

streamlit run app.py

Troubleshooting

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.

Contact

If you have any questions or need further assistance, please contact us at info@rapidata.ai.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Human-use

How do I install Human-use?

Run npx human-use, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Human-use safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Human-use still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.