ChatGPT

MCP Servers for ChatGPT

OpenAI rolled out the Apps SDK in October 2025 and full MCP client support inside ChatGPT later that year. Two paths are available: install a one-click app from the official ChatGPT Apps directory (chatgpt.com/apps), or add your own remote MCP server through Developer mode (paid plans). Both speak MCP under the hood — but ChatGPT only accepts remote HTTPS endpoints, never stdio.

136 compatible MCPsVerified setup for 2026Visit official site

Set up MCP in ChatGPT

Four steps to connect your first MCP server.

  1. 1

    Pick an app from the directory

    Visit chatgpt.com/apps for the curated list of OpenAI-reviewed integrations — Spotify, Canva, Figma, GitHub, Stripe, Booking.com, Zillow, and dozens more. One click connects the app to your account; OAuth handles the auth.

  2. 2

    Or enable Developer mode for custom servers

    For any MCP server not in the directory: open Settings → Connectors → Advanced and toggle Developer mode on. Available on Pro, Team, Enterprise, and Edu plans. Free and Plus users can only use directory apps.

  3. 3

    Add a custom remote connector

    Click "Add custom connector", paste the server's remote HTTPS URL (typically ending in /sse or /mcp), name it, and pick the auth method. ChatGPT calls the server's tools directly — there is no local process.

  4. 4

    Approve tool calls

    By default ChatGPT asks permission before invoking any MCP tool, especially for write actions. You can switch to per-conversation or always-allow once you trust a server — keep it on "ask" while you're experimenting.

Config file locations
  • Apps directorychatgpt.com/apps → pick app → ConnectOne-click install for OpenAI-reviewed apps (Spotify, Canva, Figma, GitHub, Stripe, and others). No setup beyond OAuth.
  • Custom remote connectorSettings → Connectors → Advanced → Developer mode → Add custom connectorPaste the server's remote HTTPS URL. Available on Pro / Team / Enterprise / Edu plans.
Example configjson
// ChatGPT manages MCP through its UI, not a local config file.
// When adding a custom remote connector, you supply values that
// correspond to this shape (URL is the only required field):
{
  "name": "My remote MCP",
  "transport": "http",
  "url": "https://my-mcp.example.com/sse",
  "auth": { "type": "oauth-2.1" }
}

// Note: ChatGPT does NOT support stdio MCP servers. To use a
// stdio-only server (e.g. Filesystem, Memory, Sequential Thinking)
// inside ChatGPT, you must first deploy it to a public HTTPS
// endpoint — for example with Cloudflare Workers or Vercel.

Top MCPs for ChatGPT

The curated starting stack — install these first.

Manage payments, customers, and subscriptions through Stripe.

stripe, payments, billing, invoicing
5 minMedium

Read, write, and search across Notion pages, databases, and blocks.

notion, docs, databases, knowledge
5 minLow

Full Supabase access: database, auth, storage, and edge functions.

supabase, database, backend, postgres
5 minLow

Manage Linear issues, projects, and cycles from AI context.

linear, project-management, issues, productivity
5 minMedium

All MCPs compatible with ChatGPT

136 servers verified to work with ChatGPT, ranked by popularity.

Current time and IANA timezone conversion — the first-party MCP that tells an agent what time it actually is.

time, timezone, clock, iana
2 minLow
Official

AI-optimized web search with cleaned, citation-ready results.

search, web, research, rag
3 minLow
Official

Query and inspect MongoDB collections from Claude, Cursor, and VS Code.

database, nosql, mongodb, atlas
5 minLow
Official

Inspect keys, run commands, and debug Redis from an AI agent.

database, cache, redis, valkey
3 minLow

Run pre-built browser-automation Actors on managed infrastructure.

browser, automation, scraping, apify
5 minLow

Embedded and hosted vector database for AI agents — open source, zero-ops.

vector-db, chroma, embeddings, retrieval
5 minLow

Persistent memory layer for AI agents — auto-summarised, cross-session recall.

memory, mem0, recall, personalization
5 minLow

Look up Terraform Registry providers and modules, and manage HCP Terraform workspaces from an AI agent.

terraform, iac, infrastructure-as-code, hashicorp
5 minMedium

Query dashboards, Prometheus/Loki datasources, alerts, and incidents from an AI agent — official.

grafana, observability, prometheus, loki
5 minMedium

Manage subscriptions, transactions, products, prices, and financial reports on Paddle — official MCP.

paddle, billing, subscriptions, saas
5 minMedium
Official

Search, scrape, and unblock any public web page from an AI agent — official Web Unlocker MCP.

bright-data, scraping, web-unlocker, proxy
3 minLow
Official

Scrape any URL, render JavaScript, and reach geo-restricted data — official Oxylabs Web Scraper MCP.

oxylabs, scraping, serp, ecommerce
5 minMedium

Local SQLite database access with full read/write support.

database, sqlite, local, storage
2 minLow

Retrieve web pages and convert them to clean markdown.

web, fetch, markdown, scraping
1 minLow

Local Git operations: commit, diff, log, branch, and more.

git, local, commits, diff
2 minLow
19
PostgreSQL (archived)
Archived

Anthropic's reference Postgres MCP — archived July 2025 and superseded by Postgres MCP Pro or the Supabase MCP.

database, sql, postgres, archived
3 minLow

Persistent knowledge graph memory across AI conversations.

memory, persistence, knowledge-graph, agents
2 minLow

Manage payments, customers, and subscriptions through Stripe.

stripe, payments, billing, invoicing
5 minMedium
Official

Official Plaid MCP — developer sandbox tooling and dashboard diagnostics, not a live bank-data connector.

plaid, fintech, banking-api, developer-tools
10 minMedium
Official

Official Microsoft browser automation across Chromium, Firefox, and WebKit.

browser, automation, playwright, testing
5 minMedium
Official

Hosted, isolated Chromium runtime for AI agents that need a fresh browser per task.

browser, cloud, browserbase, automation
5 minMedium
Official

AI-native browser automation: act, observe, and extract in plain English.

browser, stagehand, browserbase, ai-automation
5 minMedium

Managed vector database for semantic search and retrieval in AI agents.

vector-db, pinecone, retrieval, embeddings
5 minMedium
Official

Manage Heroku apps, dynos, add-ons, and Postgres from an AI agent.

heroku, hosting, paas, postgres
5 minMedium
Official

Manage Droplets, App Platform, Kubernetes, and Spaces from an AI agent.

digitalocean, hosting, cloud, kubernetes
5 minMedium
30
Official

Register and manage Name.com domains via the official MCP, auto-generated from their OpenAPI.

name-com, domains, registrar, dns
5 minLow
31
Official

Send transactional and broadcast emails via the official Resend MCP.

resend, email, transactional, broadcast
2 minLow
32
Official

Manage Mailgun messaging, domains, webhooks, and analytics from an AI agent.

mailgun, email, transactional, analytics
5 minLow
Official

Neural web search and page fetch for AI agents — official remote MCP at mcp.exa.ai/mcp.

exa, search, neural, retrieval
2 minLow
Official

Search, ask, research, and reason via the official Perplexity MCP.

perplexity, search, research, sonar
3 minLow
Official

Ad-free, high-quality web search and page-to-markdown extraction from an AI agent.

kagi, search, ad-free, extraction
3 minLow
Official

Scrape, crawl, extract structured data, and search the web from an AI agent.

firecrawl, scraping, crawl, extract
3 minLow
Official

Query ClickHouse and ClickHouse Cloud columnar warehouses from an AI agent.

database, warehouse, clickhouse, olap
10 minMedium
38
Official

Search indices, inspect mappings, and run queries against Elasticsearch from an AI agent.

database, search, elasticsearch, elastic
10 minMedium
Official

Inject 1Password secrets into an AI agent's tool calls without exposing them in chat.

security, secrets, 1password, vault
8 minLow
Official

Open-source SAST scanning against custom rules from an AI agent.

security, sast, semgrep, static-analysis
5 minLow
Official

Inject secrets from Doppler into agent workflows without exposing values in chat.

security, secrets, doppler, credentials
6 minLow
Official

Send SMS, WhatsApp, and voice calls from an AI agent via Twilio.

communication, sms, whatsapp, voice
10 minLow
Official

Hosted Chromium with proxies and anti-bot evasion for AI agents.

browser, automation, hyperbrowser, proxies
6 minLow

Manage Bitbucket Cloud repos, pipelines, and pull requests from an AI agent.

git, bitbucket, atlassian, pipelines
10 minMedium

Official Mapbox MCP — geocoding, directions, isochrones, search, and tiles across the Mapbox API surface.

mapbox, maps, geocoding, directions
5 minLow

Official Foursquare Places MCP — POI search, GeoTagging, and rich place metadata across 100M+ places.

foursquare, places, poi-search, geocoding
5 minLow
Official

Read, write, and manage GCS buckets and objects from an AI agent — official Google MCP, local or remote.

google-cloud, gcs, storage, object-storage
10 minMedium
48
Salesforce DX
Official

Official Salesforce MCP — SOQL queries, metadata deploy/retrieve, Apex tests, and org management from AI clients.

salesforce, crm, soql, apex
5 minMedium
49
Google MCP Toolbox
Official

Google-published MCP server for databases — one Go binary speaks Postgres, MySQL, BigQuery, Spanner, AlloyDB, Snowflake, ClickHouse, MongoDB, Redis, and more.

database, multi-database, google, postgres
10 minMedium
Official

Live SERP, keyword, backlink, and on-page SEO data for an AI agent.

seo, serp, keywords, backlinks
10 minMedium

Manage Azure resources across 40+ services from an AI agent — Microsoft's official MCP.

azure, microsoft, cloud, aks
5 minMedium
Official

Drive Azure DevOps repos, pull requests, work items, and pipelines from an AI agent — Microsoft official.

azure-devops, ado, pull-requests, work-items
5 minMedium

Process payments and manage orders, catalog, inventory, and bookings on Square — official MCP.

square, payments, point-of-sale, commerce
5 minMedium

Create invoices, capture orders, issue refunds, and track disputes on PayPal — official MCP.

paypal, payments, invoices, refunds
5 minMedium
Official

Score npm, PyPI, Go, and Maven dependencies for supply-chain and vulnerability risk before an agent installs them.

socket, security, supply-chain, dependencies
3 minLow
Official

Query Google Ads campaigns, metrics, and account performance with GAQL — Google's official MCP.

google-ads, ads, ppc, marketing
10 minMedium
Official

Read channel messages, post replies, and trigger meetings from MS Teams.

communication, microsoft, teams, m365
20 minMedium

Inspect AWS resources, read CloudWatch logs, and audit IAM from an AI agent.

aws, cloud, cloudwatch, iam
15 minMedium
Official

Query GA4 reports, funnels, and realtime data from an AI agent.

analytics, ga4, google-analytics, reporting
15 minMedium

Official Xero MCP — invoices, contacts, bank transactions, and accounting from an agent.

xero, accounting, invoicing, bookkeeping
10 minMedium

Read, write, and search across Notion pages, databases, and blocks.

notion, docs, databases, knowledge
5 minLow
Official

Triage errors, inspect traces, and query events from Sentry.

sentry, errors, monitoring, observability
3 minLow

Read products, orders, and inventory from your Shopify store.

shopify, ecommerce, products, orders
10 minMedium

Open-source vector search with payload filtering, self-hostable or managed.

vector-db, qdrant, retrieval, embeddings
10 minMedium

Browse, search, and Q&A across Box content from an AI agent — official remote MCP.

box, storage, enterprise, content
5 minMedium

Turn Make.com on-demand scenarios into agent-callable tools — official MCP.

make-com, automation, workflows, integromat
10 minMedium
Official

Manage Jira, Confluence, and Compass via the official Atlassian Rovo MCP.

atlassian, jira, confluence, rovo
3 minLow

In-process analytical SQL over files and Parquet from an AI agent.

database, olap, duckdb, parquet
2 minLow

Full GitLab API access: repos, MRs, issues, pipelines, and registries.

git, gitlab, repos, mrs
5 minLow
71
Postgres MCP ProPRO

Production-grade Postgres MCP with index advice, EXPLAIN, and health checks.

database, sql, postgres, performance
5 minMedium
Archived

Search and read Google Drive files from an AI agent (archived reference implementation).

google-drive, storage, filesystem, documents
15 minMedium

Built-in MCP for Inngest functions, events, runs, and docs — zero auth, zero config.

inngest, events, workflows, dev-server
< 1 minLow

Run read-only MySQL queries and inspect schemas from an AI agent.

database, sql, mysql, mariadb
5 minLow
Archived

Fire IFTTT applets via webhooks from an AI agent. Community MCP wrapper archived; IFTTT itself is unaffected.

automation, webhooks, ifttt, integration
4 minLow
76

Send transactional email from an AI agent — verified deliverability, audit-friendly.

email, postmark, transactional, deliverability
5 minLow

Inspect and manage Kubernetes clusters through kubectl-equivalent tools, with a non-destructive mode.

kubernetes, k8s, kubectl, helm
5 minMedium

Build and validate n8n workflows with an agent that knows all 2,000+ n8n nodes — most-installed n8n MCP.

n8n, automation, workflows, nodes
3 minLow

Capture context and decisions across sessions — durable agent memory in markdown.

agent, memory, context, persistence
2 minLow

Expose 8,000+ Zapier integrations as tools your AI agent can call.

zapier, automation, integrations, workflow
5 minLow
81
Official

Official Attio MCP — natural-language CRM control across records, lists, and notes via OAuth.

attio, crm, sales, pipeline
< 1 minLow
82
Zoho CRM
Official

Create records, update deals, and run Zoho CRM actions from an AI agent — official Zoho MCP.

zoho, crm, sales, deals
10 minMedium
83
Official

Manage leads, contacts, opportunities, and tasks in Close from an AI agent — official scoped MCP.

close, crm, sales, leads
5 minLow
Official

Pull keyword, backlink, traffic, and competitor data into an AI agent — official Semrush MCP.

semrush, seo, keywords, backlinks
3 minLow
Official

Search conversations, contacts, companies, and help articles in Intercom from an AI agent — official MCP.

intercom, support, customer-messaging, fin
5 minLow

Real-time web search with privacy-focused results.

search, web, realtime, news
5 minLow

Full browser automation: navigate, click, screenshot, and scrape.

browser, automation, scraping, puppeteer
5 minMedium

Up-to-date library docs pulled directly into your AI context.

coding, documentation, libraries, accuracy
3 minLow

Read and post to Discord channels — community management for AI agents.

discord, chat, community, bot
10 minMedium

Inspect Figma designs, components, and variables from an agent.

figma, design, design-to-code, components
5 minMedium

Drive a live Blender session from an agent — create objects, set materials, run Python, render.

blender, 3d, modeling, rendering
10 minMedium

Query webpages with structured natural language — selectors written for you.

scraping, agentql, extraction, queries
3 minLow

Local-first agent memory as plain Markdown — a semantic knowledge graph you and the agent can both read.

memory, markdown, knowledge-graph, obsidian
5 minLow

Query Google BigQuery datasets from Claude, Cursor, and VS Code.

database, warehouse, bigquery, google-cloud
10 minMedium
102
Snyk (MCP archived)
Archived

Scan code and dependencies for vulnerabilities from an AI coding assistant. Standalone MCP package archived; Snyk itself remains current via its IDE integrations.

security, vulnerabilities, sast, sca
10 minMedium
Archived

Trigger and manage n8n workflows from an AI agent. Community MCP wrapper archived; n8n itself is unaffected.

automation, workflow, n8n, integration
8 minLow
Archived

Open-source workflow automation — trigger and manage from an AI agent. Community MCP wrapper archived; Activepieces itself is unaffected.

automation, workflow, activepieces, open-source
8 minLow

Send messages and read channel history from a Telegram bot in an agent.

communication, messaging, telegram, bot
6 minLow

Self-hosted Slack alternative — read and post from an AI agent.

communication, chat, mattermost, self-hosted
8 minLow

Vision-first browser automation built for AI agents.

browser, automation, browser-use, vision
10 minMedium

Self-hosted Git server — manage repos, issues, and PRs from an AI agent.

git, gitea, forgejo, codeberg
10 minMedium
110

Send email and inspect deliverability via SendGrid from an AI agent.

email, sendgrid, transactional, deliverability
10 minMedium
111
Pipedrive

Pipedrive MCP — search deals, contacts, organizations, and activities across the Pipedrive REST API.

pipedrive, crm, sales, pipeline
5 minLow
Archived

Secure cloud sandboxes for executing AI-generated code — npm MCP package archived; vendor recommends the hosted E2B platform.

coding, execution, sandbox, cloud
5 minLow
Official

Official HubSpot MCP server — CRM contacts, deals, and meeting scheduling from Claude or Cursor.

hubspot, crm, meetings, scheduling
10 minLow

Turn a vague goal into a dependency-tracked task graph an agent can execute step by step.

task-management, decomposition, planning, chain-of-thought
15 minMedium
Official

Spin up Railway projects, services, and deploys via remote MCP with OAuth.

railway, hosting, deployment, paas
2 minLow

2,800+ apps and managed OAuth via Pipedream's hosted MCP at mcp.pipedream.com.

pipedream, automation, workflows, oauth
10 minMedium
Official

Cross-repo code search, navigation, and Deep Search via the official Sourcegraph MCP.

sourcegraph, code-search, navigation, deep-search
10 minMedium
118

Inspect schemas and run SQL against a Snowflake account from an AI agent.

database, warehouse, snowflake, sql
15 minMedium
119

Read dynamic and static secrets from HashiCorp Vault inside agent workflows.

security, secrets, vault, hashicorp
15 minMedium

Enterprise iPaaS — trigger Workato recipes from an AI agent.

automation, workflow, workato, ipaas
12 minMedium
Official

Official Fireflies remote MCP — query meeting transcripts, AI summaries, and action items via OAuth or API key.

fireflies, meeting-notes, transcripts, ai-summaries
2 minLow
Official

Official Fathom remote MCP — access meeting recordings, transcripts, summaries, and webhooks from any MCP client.

fathom, meeting-notes, transcripts, recordings
2 minLow
123

Query Search Console clicks, impressions, and queries from an AI agent.

seo, search-console, gsc, organic-search
15 minMedium

Full Supabase access: database, auth, storage, and edge functions.

supabase, database, backend, postgres
5 minLow

Read and send Slack messages, manage channels and threads.

slack, messaging, communication, automation
10 minMedium

Manage Linear issues, projects, and cycles from AI context.

linear, project-management, issues, productivity
5 minMedium

Read, create, and manage events across Google Calendar — via Google's official remote MCP or a self-hosted community server.

google-calendar, scheduling, events, productivity
10 minMedium
Archived

Vector database with first-class hybrid (vector + keyword) and modular embeddings (MCP server archived — package no longer published).

vector-db, weaviate, hybrid-search, retrieval
10 minMedium
Archived

Multi-model orchestration — let Claude consult Gemini, GPT, and o-series as sub-agents. Upstream community repository archived; no further maintenance.

agent, orchestration, multi-model, consensus
10 minMedium
131
Archived

Deploy and manage Render web services, static sites, cron jobs, and Postgres from an AI agent. Official MCP server is archived; Render platform is unaffected.

render, hosting, deployment, paas
10 minMedium
132
Porkbun (MCP archived)
Archived

Manage Porkbun domains, DNS, DNSSEC, and SSL — read-only by default. Community MCP repository archived; Porkbun itself is unaffected.

porkbun, domains, registrar, dns
10 minMedium
Official

Anthropic-verified Fellow Connector — query meeting notes, transcripts, action items, and calendar events from Claude.

fellow, meeting-notes, transcripts, action-items
< 1 minLow

Run QuickBooks Online accounting from an agent — invoices, bills, payments, and financial reports.

quickbooks, accounting, invoicing, bookkeeping
15 minMedium
135

Send, read, search, and label Gmail from an AI agent — community MCP with auto-OAuth.

gmail, email, community, google
15 minMedium

Open-source agentic browser automation that handles login walls and CAPTCHAs.

browser, agent, skyvern, vision
15 minHigh

FAQ: MCP in ChatGPT

Does ChatGPT support MCP servers?

Yes — in two ways. (1) The official ChatGPT Apps directory at chatgpt.com/apps lists OpenAI-reviewed integrations (Spotify, Canva, Figma, GitHub, Stripe, etc.) that install in one click. (2) Pro / Team / Enterprise / Edu users can add custom remote MCP servers through Developer mode in Settings → Connectors. Both paths use the same MCP protocol underneath.

Why doesn't ChatGPT support stdio MCP servers?

ChatGPT runs in the cloud and cannot launch local processes on your machine. Every MCP server it talks to has to be reachable over HTTPS. Stdio servers (Filesystem, Memory, Sequential Thinking, and others) work in Claude Desktop, Cursor, and VS Code because those clients spawn child processes locally — ChatGPT can't. To use a stdio-only server in ChatGPT, deploy it to a public HTTPS endpoint first (Cloudflare Workers, Vercel, Fly, and similar all work).

Do I need a paid plan to use MCP in ChatGPT?

Apps from the directory are available to all logged-in users on Free, Go, Plus, and Pro plans (currently outside the EEA, Switzerland, and the UK). Custom remote MCP connectors via Developer mode require ChatGPT Pro, Team, Enterprise, or Edu.

Where are ChatGPT's MCP configs stored?

Unlike Claude Desktop or Cursor, ChatGPT manages MCP configuration through its Settings UI rather than a local JSON file. The config is synced to your OpenAI account, so the same connectors follow you between machines.

Can ChatGPT use the same MCP servers as Claude Desktop?

Only the ones with hosted HTTPS endpoints. MCP is an open protocol, so any server with a public remote URL (Notion, GitHub, Stripe, Linear, Cloudflare, Asana, Intercom, and many more) works in both. Stdio-only servers — the bulk of community-built MCPs today — work in Claude Desktop but not in ChatGPT until they are deployed to a public HTTPS endpoint.

What is the difference between a ChatGPT App and a custom MCP connector?

Functionally they're the same — both are MCP servers ChatGPT calls over HTTPS. The difference is review and discovery. Apps in chatgpt.com/apps have been submitted by their owner and approved by OpenAI; they install in one click and often render rich UI inside the chat (built with the Apps SDK). Custom connectors are any other remote MCP server you point ChatGPT at via Developer mode — no review, no UI extensions, your responsibility to trust.

Browse every MCP server → top-mcps.com