Back to Apps

Anyquery
by julien040
Run SQL queries on GitHub, Notion, and 40+ other apps to give LLMs structured data access.
0 stars
Works in:CursorChatGPT
Exposes:Tools
What it does
Anyquery is a powerful SQL query engine that transforms various data sources—including files, databases, and third-party apps like Notion and GitHub—into queryable SQLite tables. It allows LLMs to interact with your data using precise SQL instead of relying on fragile text searches.
Tools
query: Execute SQL queries against connected plugins and data sources.list_plugins: List all available data source plugins.list_tables: Show available tables for a specific plugin.
Installation
Install via Homebrew:
brew install anyquery
Add to claude_desktop_config.json:
{
"mcpServers": {
"anyquery": {
"command": "anyquery",
"args": ["mcp", "--stdio"]
}
}
}
Supported hosts
- claude
- cursor
- chatgpt
Quick install
brew install anyqueryInformation
- Pricing
- free
- Published
- 6/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry for anyquery mcp --stdioClaude Desktop
{"mcpServers": {"anyquery": {"command": "anyquery", "args": ["mcp", "--stdio"]}}}





