agentql for Cursor
com.mcparmory/agentql
Query webpages and extract structured data using natural language
client:Cursor
transport:stdio
runtime:pypi
Install agentql in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentql": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-agentql"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs