Productivity|Development|Data|AI / ML|DatabaseGo

anyquery

Anyquery is a SQL query engine that allows AI agents to run SQL queries on various data sources.

Free
N/A rating (0 reviews)0 installs1,661 GitHub stars
SQLLLMIntegration

Anyquery supports querying files, databases, and applications like Notion and Todoist. It connects to LLMs such as ChatGPT and Claude, enabling them to access and manipulate your data seamlessly.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "anyquery": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-anyquery"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.