MCP Servers

Model Context Protocol servers that connect agents to databases, warehouses, and BI platforms.

🔌 11 skills listed 👥 Community ranked + Submit a skill
0
00

BigQuery MCP Server Beta

by LucasHild
Visit →

Community MCP server that exposes BigQuery datasets, tables, and ad-hoc SQL execution to Claude Code, Cursor, and other MCP-compatible agents.

uvx mcp-server-bigquery --project YOUR_GCP_PROJECT --location US
Beta Claude Code Cursor
0
00

Connect Claude to ClickHouse with the official mcp-clickhouse server — env-var setup, readonly safety, ClickHouse Cloud, self-hosted, and chDB config.

uv run --with mcp-clickhouse mcp-clickhouse
Claude Code Claude Desktop Cursor
0
00

Set up dbt Labs' official dbt-mcp server so Claude can run dbt commands, query the semantic layer, and explain models — config for dbt Core and Cloud.

uvx dbt-mcp
Claude Code Claude Desktop Cursor
0
00

DuckDB MCP Server: AI Analytics on Local Files Community

by MotherDuck (official) & community
Visit →

DuckDB MCP server setup for Claude Code, Claude Desktop, and Cursor: query CSV and Parquet files with AI, MotherDuck option, read-only mode, and config.

uvx mcp-server-motherduck --db-path ./analytics.duckdb
Claude Code Claude Desktop Cursor
0
00

Give Claude the ability to read and write Excel files with a community MCP server — sheets, formulas, formatting, no Excel install needed. Setup guide.

uvx excel-mcp-server stdio
Claude Code Claude Desktop Cursor
0
00

MongoDB MCP server setup for Claude Code, Claude Desktop, and Cursor: the official mongodb-mcp-server, read-only mode, Atlas vs self-hosted, and fixes.

npx -y mongodb-mcp-server --connectionString mongodb://localhost:27017 --readOnly
Claude Code Claude Desktop Cursor
0
00

MySQL MCP Server: Connect AI Agents to MySQL Community

by Community (benborla & others)
Visit →

MySQL MCP server setup for Claude Code, Claude Desktop, and Cursor: community server options, read-only configuration, least-privilege security, and fixes.

npx -y @benborla29/mcp-server-mysql
Claude Code Claude Desktop Cursor
0
00

Set up a Postgres MCP server in one command and connect Claude Code, Claude Desktop, or Cursor to PostgreSQL — config snippets, read-only safety, fixes.

npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
Claude Code Cursor Continue.dev
0
00

Snowflake MCP Server: Connect Claude to Your Warehouse Stable

by Snowflake-Labs (official) & community
Visit →

Snowflake MCP server setup for Claude Code, Claude Desktop, and Cursor: official Snowflake-Labs server, PAT auth, read-only patterns, and cost controls.

uvx snowflake-labs-mcp --service-config-file config.yaml
Claude Code Claude Desktop Cursor
0
00

SQLite MCP Server: Query Local Databases with AI Community

by Model Context Protocol (archived reference) & community forks
Visit →

SQLite MCP server setup for Claude Code, Claude Desktop, and Cursor: the archived reference server, community forks, config snippets, and limitations.

uvx mcp-server-sqlite --db-path ./data.db
Claude Code Claude Desktop Cursor
0
00

Set up the official Supabase MCP server so Claude can query, migrate, and debug your Postgres project — PAT auth, --read-only flag, and safety caveats.

npx -y @supabase/mcp-server-supabase@latest
Claude Code Claude Desktop Cursor