Skip to content
Cursor

AI2Human for Cursor

io.github.richard7463/ai2human-mcp

Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.

client:Cursor transport:stdio runtime:pypi

Install AI2Human in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ai2human-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai2human-mcp"
      ],
      "env": {
        "AI2HUMAN_API_KEY": "<AI2HUMAN_API_KEY>",
        "AI2HUMAN_AGENT_KEY": "<AI2HUMAN_AGENT_KEY>",
        "AI2HUMAN_BASE_URL": "<AI2HUMAN_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AI2Human in other clients