Loopquest
FreeNot checkedEnables MCP agents to submit content for human review via LoopQuest, returning verdicts asynchronously.
About
Enables MCP agents to submit content for human review via LoopQuest, returning verdicts asynchronously.
README
A Model Context Protocol server for LoopQuest. Lets any MCP-capable agent (Claude Desktop, Cursor, Windsurf, custom agents) send its output for gamified human-in-the-loop review and get a verdict back.
Tools
- create_review_task — send content for a human to approve or flag. Returns a task id; the verdict arrives via webhook (
callback_url) orget_task_status. - get_task_status — check a task's status / verdict.
Configure
Set LOOPQUEST_API_KEY (Workspaces → API keys). Optionally LOOPQUEST_BASE_URL for a self-hosted deployment.
Claude Desktop
In claude_desktop_config.json:
{
"mcpServers": {
"loopquest": {
"command": "npx",
"args": ["-y", "loopquest-mcp"],
"env": { "LOOPQUEST_API_KEY": "lq_your_key" }
}
}
}
Cursor / Windsurf use the same command / args / env shape in their MCP settings.
Develop
npm install
npm test # unit tests
npm run build # tsc -> dist/
node dist/index.js
License
MIT
Install Loopquest in Claude Desktop, Claude Code & Cursor
unyly install loopquest-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add loopquest-mcp -- npx -y loopquest-mcpFAQ
Is Loopquest MCP free?
Yes, Loopquest MCP is free — one-click install via Unyly at no cost.
Does Loopquest need an API key?
No, Loopquest runs without API keys or environment variables.
Is Loopquest hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Loopquest in Claude Desktop, Claude Code or Cursor?
Open Loopquest on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Loopquest with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
