agentql-mcp
This MCP server integrates AgentQL's data extraction capabilities to extract structured data from web pages.
The AgentQL MCP Server allows users to leverage the Model Context Protocol for efficient data extraction from web sources. By utilizing the 'extract-web-data' tool, users can specify a URL and a prompt to define the data fields they wish to extract. This server is designed to be easily integrated into applications that support MCP, providing a seamless experience for data retrieval. Installation is straightforward via npm, and users must obtain an API key from the AgentQL Dev Portal to configure the server. The setup process includes modifying configuration files in applications like Claude and VS Code, making it accessible for developers looking to enhance their data extraction workflows.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentql": {
"env": {
"AGENTQL_API_KEY": "your-api-key"
},
"args": [
"-y",
"agentql-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions