agentql-mcp

general MCP Server

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

Install Ready
generalgeneral
4 views174 stars40 forksv1.0.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
174
Last synced
3mo ago
Install
Instructions detected

Install

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)

1
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (1)

extract-web-data

extract structured data from a given 'url', using 'prompt' as a description of actual data and its fields to extract.