Add AgentQL MCP Server to Cursor
AgentQL Model Context Protocol (MCP) server integrates AgentQL's data extraction capabilities with AI-powered automation, enabling seamless retrieval of structured data from web pages. It enhances AI agents by providing real-time, context-aware access to the web, supporting use cases like market monitoring, research, and automation workflows.
{
"agentql": {
"command": "npx",
"args": [
"-y",
"agentql-mcp"
],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
}