Cloud Infrastructure
Trust: 30/100 (Limited)HumanOps Guide
MCP server for AI agents to dispatch real-world tasks to verified human operators
by ThePianistDirector
Quick Start
Install
npx @humanops/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thepianistdirector-humanops": {
"command": "npx",
"args": [
"@humanops/mcp-server"
]
}
}
}