Back to Apps

AgentQL MCP
Supports UIby tinyfish-io
High-precision web data extraction and scraping using AgentQL's semantic query capabilities.
0 stars
Works in:VS Code CopilotCursorWindsurf
Exposes:Tools
What it does
AgentQL MCP integrates the AgentQL data extraction engine into your AI workflow. It allows AI assistants to extract structured data from any URL using natural language prompts, bypassing the fragility of traditional CSS selectors or XPath by leveraging semantic understanding of web pages.
Tools
extract-web-data: Extracts structured data from a target URL based on a descriptive prompt specifying the desired fields.
Installation
Install globally via npm:
npm install -g agentql-mcp
Add to claude_desktop_config.json:
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
Supported hosts
Confirmed support for Claude Desktop, VS Code, Cursor, and Windsurf.
Quick install
npm install -g agentql-mcpInformation
- Pricing
- freemium
- Published
- 4/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Command: env AGENTQL_API_KEY=YOUR_API_KEY npx -y agentql-mcpWindsurf
Add to mcp_config.json: {"agentql": {"command": "npx", "args": ["-y", "agentql-mcp"], "env": {"AGENTQL_API_KEY": "YOUR_API_KEY"}}}Claude Desktop
{"agentql": {"command": "npx", "args": ["-y", "agentql-mcp"], "env": {"AGENTQL_API_KEY": "YOUR_API_KEY"}}}





