Anyquery
About
Connect to more than 40 apps with a single binary
Details
- Author
- julien040
- Downloads
- 319
- Categories
- Other
Jump to
- SQL query engine for files, databases, and apps
- Plugin-based architecture with an official plugin registry
- Connects to LLMs via MCP or function calling
- Acts as a MySQL-compatible server
- Can load any SQLite extension
- Available on multiple package managers
Start the MCP server for LLM integration with anyquery mcp --stdio (stdio transport) or anyquery mcp --host 127.0.0.1 --port 8070 (HTTP/SSE). For function calling clients, run anyquery gpt and paste the returned ID into the client. Anyquery can be installed via Homebrew, APT, YUM/DNF, Scoop, Winget, or Chocolatey.
Anyquery
</img>
Anyquery is a SQL query engine that allows you to run SQL queries on pretty much anything. It supports querying files, databases, and apps (e.g. Apple Notes, Notion, Chrome, Todoist, etc.). It's built on top of SQLite and uses plugins to extend its functionality.
It can also connect to LLMs (e.g. ChatGPT, Claude, Cursor, TypingMind, etc.) to allow them to access your data.
Finally, it can act as a MySQL server, allowing you to run SQL queries from your favorite MySQL-compatible client (e.g. TablePlus, Metabase, etc.).

Usage
Connecting LLM
LLMs can connect to Anyquery using the Model Context Protocol (MCP). This protocol provides context for LLMs that support it. You can start the MCP server with the following command:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



