MCP Server

Anyquery

SQL query engine that exposes data sources and apps to LLMs via MCP.

1.7k1d ago
Source

Install

curl
curl -fsSL https://anyquery.dev/install.sh | sh

Add this to your Claude Code MCP settings or run via the CLI.

About

Anyquery is a SQL query engine built on SQLite that can query files, databases, and many app integrations. It can connect to LLM clients through the Model Context Protocol, including a stdio MCP server and an HTTP/SSE mode. The README also notes support for function-calling clients such as ChatGPT and TypingMind. The project is plugin-based and includes a registry of integrations. It can also run as a MySQL server for MySQL-compatible clients.

Tags

mcpsqlsqlitellmintegrations