AnyQuery MCP is completely free with all essential features included. No paid tiers offered, making it perfect for budget-conscious users.
Zapier and Make are visual, event-driven automation platforms priced per task or operation. AnyQuery is a SQL query engine: you pull data on demand, join across sources, and optionally let an LLM call it via MCP. It has no triggers or scheduled workflows out of the box, but it's free, local, and handles analytical queries (joins, aggregations) that Zapier cannot express.
No. AnyQuery runs entirely on your machine. Data only leaves your computer when you query a remote source (e.g., the GitHub API), and credentials are stored locally. There is no AnyQuery cloud service or telemetry pipeline collecting your queries.
Install AnyQuery, authenticate the connectors you want (e.g., `anyquery connection add github`), then run `anyquery mcp` to start the MCP server. Add the resulting command to your Claude Desktop `claude_desktop_config.json` or Cursor MCP config, and the assistant will see each connector as a callable tool.
Yes. Many connectors support INSERT, UPDATE, and DELETE statements — for example, you can `INSERT INTO notion_page (parent, title) VALUES (...)` or update Airtable rows. Write support varies per plugin; the connector's README lists which DML operations are available.
Comfortable SQL (SELECT, JOIN, WHERE, GROUP BY), basic terminal usage, and the ability to edit a JSON config file for MCP clients. Writing custom plugins requires Go or Lua. Non-developers can still benefit if a teammate sets up the queries, but self-service requires SQL literacy.
It's completely free — no credit card required.
Start Using AnyQuery MCP — It's Free →Still not sure? Read our full verdict →
Last verified March 2026