Back to MCP Servers

Anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by design.

aggregatorspostgresmysqlsqlite

Installation

npx -y anyquery

Configuration

{
  "mcpServers": {
    "anyquery": {
      "command": "npx",
      "args": ["-y", "anyquery"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub