tinyfish-io/agentql-mcp
MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.
Quick Start
Clone the repository:
git clone https://github.com/tinyfish-io/agentql-mcpClaude Desktop configuration example:
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": [
"-y",
"tinyfish-io/agentql-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.