Skip to main content
Search & Data ExtractionTypeScript

tinyfish-io/agentql-mcp

MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.

search-data-extractionofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tinyfish-io/agentql-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
tinyfish-io