general MCP Server
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y agentql-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": [
"agentql-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
extract structured data from a given 'url', using 'prompt' as a description of actual data and its fields to extract.