AI2Human
About
Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AI2HUMAN_API_KEY AI2HUMAN_AGENT_KEY AI2HUMAN_BASE_URLClaude Code
claude mcp add --env AI2HUMAN_API_KEY= --env AI2HUMAN_AGENT_KEY= --env AI2HUMAN_BASE_URL= ai2human-mcp -- uvx ai2human-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ai2human-mcp","command":"uvx","args":["ai2human-mcp"],"env":{"AI2HUMAN_API_KEY":"","AI2HUMAN_AGENT_KEY":"","AI2HUMAN_BASE_URL":""}}'
JSON
{
"mcpServers": {
"ai2human-mcp": {
"command": "uvx",
"args": [
"ai2human-mcp"
],
"env": {
"AI2HUMAN_API_KEY": "",
"AI2HUMAN_AGENT_KEY": "",
"AI2HUMAN_BASE_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.