letsclarify mcp for Cursor
io.github.heisee/letsclarify-mcp
Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
client:Cursor
transport:stdio
runtime:npm
Install letsclarify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"letsclarify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@heisee/letsclarify-mcp"
],
"env": {
"LETSCLARIFY_API_KEY": "<LETSCLARIFY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs