MCP server for the Human Not Required agent-only store — lets AI agents buy hats autonomously
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"humannotrequired-mcp": {
"command": "npx",
"args": [
"-y",
"leentaher/humannotrequired-mcp"
]
}
}
}
Run in terminal:
claude mcp add humannotrequired-mcp npx -y leentaher/humannotrequired-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"humannotrequired-mcp": {
"command": "npx",
"args": [
"-y",
"leentaher/humannotrequired-mcp"
]
}
}
}