Back to MCP Servers
Agentql
MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.
search-data-extractionagent
By tinyfish-io
Installation
npx -y agentql-mcpConfiguration
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": ["-y", "agentql-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes