Skip to content

Default MCP Servers - Data & Cloud

Object storage, managed databases (relational / analytical / document), and hosting platforms. Google Cloud entries route through Google OAuth; Microsoft entries through Azure AD tenants; the rest carry the vendor's own OAuth issuer URI. BigQuery carries the pipeline tag - it's the only entry on this page used as both a query target and a long-running ETL endpoint.

Entries (18)

Click any card to expand the full spec inline - transport (Streamable HTTP / STDIO), authentication shape (OAuth 2.1 / API key / Bearer / none), required environment variables, vendor URL or stdio command, and the upstream docs link.

Google Drive 🔐

Google Drive

storage · global · preview preview L2

List, read, and upload files in Google Drive, manage permissions, shared drives, and folder structure. Google Workspace MCP (Preview).

Vendor   Google · T1 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
OneDrive & SharePoint 🔐

storage · global ga L2

Browse and edit OneDrive personal files and SharePoint sites, lists, document libraries via Microsoft 365 Agent365. Requires MS_TENANT_ID.

Vendor   Microsoft · T1 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Cloudflare 🔐

Cloudflare

cloud · global ga L2

Cloudflare umbrella covering Workers, R2, KV, D1, Workers AI, Browser Rendering, Hyperdrive, Queues, Logs, and observability.

Vendor   Cloudflare · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Vercel 🔐

Vercel

cloud · global ga L2

Inspect and manage Vercel projects, deployments, domains, environment variables, and observability via OAuth.

Vendor   Vercel · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Netlify 🔐

Netlify

cloud · global ga L2

Manage Netlify sites, deploys, build hooks, edge functions, and form submissions via OAuth.

Vendor   Netlify · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Heroku 🔐

cloud · global ga L2

Inspect Heroku apps, dynos, releases, config vars, addons, and logs via OAuth.

Vendor   Heroku · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Render 🔐

Render

cloud · global ga L2

Manage Render web services, background workers, cron jobs, and deploys via OAuth.

Vendor   Render · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Cloud Run 🔐

Google Cloud Run

cloud · global ga L2

Deploy and manage Cloud Run services, revisions, traffic splits, and jobs. Uses Google OAuth with the cloud-platform scope.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Cloud Storage 🔐

Google Cloud Storage

storage · global ga L2

Manage GCS buckets and objects - list, upload, download, IAM, lifecycle rules. Uses Google OAuth.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
BigQuery 🔐

BigQuery

database · global · pipeline ga L2

Query datasets, manage tables and views, and run jobs in Google BigQuery. Google OAuth with the bigquery scope.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Neon 🔐

Neon

database · global ga L2

Provision and query Neon serverless Postgres - branches, roles, schema migrations, query analysis. OAuth.

Vendor   Neon · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Supabase 🔐

Supabase

database · global ga L2

Manage Supabase projects end-to-end - Postgres queries, Auth users, Storage buckets, Edge Functions. OAuth.

Vendor   Supabase · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
PlanetScale 🔐

PlanetScale

database · global ga L2

Query PlanetScale MySQL databases, manage branches, deploy schema changes via OAuth.

Vendor   PlanetScale · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Cloud SQL 🔐

Google Cloud SQL

database · global ga L2

Administer Google Cloud SQL instances (MySQL, Postgres, SQL Server) - databases, users, backups, and queries.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Cloud Spanner 🔐

Google Cloud Spanner

database · global ga L2

Query Google Cloud Spanner instances and databases - globally distributed, strong consistency, SQL.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
Google Cloud Firestore 🔐

Google Cloud Firestore

database · global ga L2

Query and manage Firestore documents, collections, composite indexes, and security rules via Google OAuth.

Vendor   Google · T2 vendor

Auth        OAuth 2.1

Click for transport · auth · required env · description · docs
SQLite 🛠

SQLite

database · global · community ga L3

[macOS] Query a local SQLite database - SELECT, schema introspection, plus INSERT/UPDATE/DELETE when permitted. The activated form is pre-filled to run: uvx mcp-server-sqlite --db-path...

Vendor   modelcontextprotocol/servers-archived · T2 community

Auth        STDIO

Click for transport · auth · required env · description · docs
KOSIS National Statistics 🆓

public data · korea · preview preview L2

Query Korea's official national statistics in natural language, straight from KOSIS. Official pilot MCP server operated by the National Data Office - 1,360+ approved statistics and 260,000+ tables (population, prices, housing, employment, OECD comparisons). No API key, read-only.

Vendor   National Data Office · T2 gov

Auth        None

Click for transport · auth · required env · description · docs

Workflow combinations

The 18 entries on this page span object storage, managed databases, hosting platforms, and public statistics. They compose naturally as data-pipeline assemblies:

  • Analytics report → dashboard upload - BigQuery (run the query) + Google Cloud Storage (drop the CSV) + Cloudflare (purge the cache so the next dashboard hit is fresh).
  • Cross-cloud DB read - Supabase (Postgres-flavoured) + Neon (serverless Postgres) + PlanetScale (Vitess-on-MySQL). Same SQL surface, three providers - useful for cost / latency comparisons.
  • Deploy + verify - Vercel (deploy) + Netlify (alternative target for the same build) + Render (worker tier). Pick whichever matches the project, but keep all three active if you maintain mixed-host fleets.
  • Google-stack data flow - Google Cloud Run (job) + Google Cloud SQL (transactional store) + BigQuery (warehouse) + Google Cloud Storage (artifacts). One OAuth issuer (accounts.google.com) covers all four.
  • OneDrive / SharePoint document ingest - OneDrive & SharePoint + downstream Notion (Productivity page) for staging into a doc store.

Auth & secrets

Every remote entry uses OAuth 2.1 except the public KOSIS pilot, which needs no auth. One stdio entry needs no env at all.

Connection family OAuth issuer Extra env
Google Drive / Cloud Run / Cloud Storage / Cloud SQL / Cloud Spanner / Cloud Firestore / BigQuery https://accounts.google.com (per-product scopes) -
OneDrive & SharePoint https://login.microsoftonline.com/${MS_TENANT_ID}/v2.0 MS_TENANT_ID
Cloudflare Cloudflare OAuth -
Vercel Vercel OAuth -
Netlify Netlify OAuth -
Heroku Heroku OAuth -
Render Render OAuth -
Neon Neon OAuth -
Supabase Supabase OAuth -
PlanetScale PlanetScale OAuth -
KOSIS (public pilot) None Read-only; endpoint may change while in PREVIEW
SQLite (stdio) None Node.js 18+; pass the database file path as the first arg

Google Cloud entries each request a specific scope - bigquery.read for BigQuery, cloud-platform for Cloud Run, cloud-spanner.data for Spanner. Spring AI Playground stores the granted refresh token under ~/spring-ai-playground/mcp/oauth-tokens/ so you don't reauthorise on every restart.

Picking guide

If you need... Reach for
Hot OLAP / dataset queries BigQuery
Transactional Postgres, serverless Neon · Supabase
Transactional MySQL, sharded PlanetScale
Long-tail document DB Google Cloud Firestore
Cheap blob store Google Cloud Storage
Same store with versioning + ACLs OneDrive & SharePoint (MS_TENANT_ID required)
Edge / CDN Cloudflare
Static-first hosting Vercel · Netlify
Container-on-managed-runtime Google Cloud Run · Render · Heroku
Korea public statistics KOSIS