MCP server for AI agents to dispatch real-world tasks to verified human operators
claude mcp add humanops -- npx -y @humanops/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"humanops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thepianistdirector--humanops/reviews or the review_server meta-tool.
POST /mcp