mcp-server-bigquery and mcp-server-duckdb
These are ecosystem siblings—both are MCP server implementations for different SQL databases (BigQuery and DuckDB) that serve the same architectural role of providing database query capabilities to LLM applications, allowing users to choose based on their data infrastructure preference.
About mcp-server-bigquery
LucasHild/mcp-server-bigquery
A Model Context Protocol server that provides access to BigQuery
This tool helps data analysts and business intelligence professionals connect large language models (LLMs) to Google BigQuery databases. You provide your BigQuery project details, and the LLM gains the ability to understand your database schema and execute SQL queries. This allows you to interact with your data using natural language, receiving query results or schema descriptions.
About mcp-server-duckdb
ktanaka101/mcp-server-duckdb
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
This project helps data analysts and researchers use large language models (LLMs) to interact with their local DuckDB databases. It takes natural language requests from an LLM, translates them into SQL queries, executes them against your DuckDB file, and returns the results to the LLM. This allows you to perform data analysis, retrieve specific information, or even inspect your database schema without writing SQL yourself.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work