MCP Directory
Back

agentql-mcp

by tinyfish-io · JavaScript · ★ 174

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

#agent#agentql#ai#aiagent#claude#cursor#llm-tools#mcp#mcp-server#model-context-protocol#playwright#scraping#web#web-scraping#web-scrapping#webagent#windsurf

Install

npx -y github:tinyfish-io/agentql-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "agentql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:tinyfish-io/agentql-mcp"
      ]
    }
  }
}

From the README

This is a Model Context Protocol (MCP) server that integrates [AgentQL](https://agentql.com)'s data extraction capabilities. - - extract structured data from a given 'url', using 'prompt' as a description of actual data and its fields to extract. To use AgentQL MCP Server to extract data from web pages, you need to install it via npm, get an API key from our [Dev Portal](https://dev.agentql.com), and configure it in your favorite app that supports MCP. - Open Claude Desktop **Settings** via + (don't confuse with Claude Account Settings) - Go to **Developer** sidebar section - Click **Edit…
Read full README on GitHub →

Related ai & ml servers