Model Context Protocol server that integrates AgentQL's data extraction capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": [
"-y",
"tinyfish-io/agentql-mcp"
]
}
}
}
Run in terminal:
claude mcp add agentql-mcp npx -y tinyfish-io/agentql-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": [
"-y",
"tinyfish-io/agentql-mcp"
]
}
}
}