Productive— faster every day
For your professionTeachersStudentsManagersMarketingDevelopersFreelancersParentsJournalists

Catalogue

MCP connectors

A connector is the socket through which Claude sees into your tool — which is exactly why you need to know who stands behind each one. Official ones come from the vendor or Anthropic; community ones are third-party software you point at your own data.

64 connectors in the catalogue · How to choose, secure and debug connectors is covered in the full connector guide.

Office & notes

Tasks, documents and company wikis. This is where a connector saves time fastest — and where it fastest reaches things you would rather keep in-house.

Notionofficial

Notion

Reads and creates pages and databases, searches across the workspace and fills in record properties.

Linearofficial

Linear

Finds, creates and updates issues, projects and comments, including assignments and status changes.

Where the limit is: Besides the full endpoint there is a read-only variant — start with that one.

Atlassian (Jira, Confluence, Bitbucket)official

Atlassian

Searches Jira, Confluence and Bitbucket, and creates or updates work items and pages.

Where the limit is: Access follows your existing Atlassian permissions — the connector sees no more than you do.

Asanaofficial

Asana

Creates and edits tasks and projects, reads the Work Graph and assembles status reports from it.

monday.comofficial

monday.com

Creates items and whole boards, fills columns and logs activities into the CRM.

Where the limit is: Runs locally as an npm package against your own API token, not as a hosted service.

Boxofficial

Box

Browses and creates files and folders in Box and runs Box AI over them, document generation included.

Where the limit is: Setup requires an app approved by an administrator in the Box Admin Console.

Airtableofficial

Airtable

Reads and writes records in bases, walks the table schema and creates new fields.

Todoistofficial

Doist

Reads, creates and completes tasks and projects, with due dates, labels and notes.

Where the limit is: The hosted variant authenticates only via OAuth; API keys work only if you run the server yourself.

Google Driveofficial

Anthropic

Searches and reads Drive files and saves documents created during the conversation back to Drive.

Where the limit is: Extracts text content only. On team plans an administrator must enable it first.

Obsidiancommunity

Komunitní projekt MarkusPfundstein/mcp-obsidian

Lists vault files, searches notes, reads them and appends new content to them.

Where the limit is: Requires the Local REST API community plugin inside Obsidian; the server is third-party software and sees the whole vault.

Data & databases

Querying a live database without writing SQL. On production data, look for a read-only mode — and switch it on.

Supabaseofficial

Supabase

Lists tables, runs SQL, creates migrations and branches and deploys edge functions.

Where the limit is: It can write to production — for everyday work enable read-only mode and scope it to a single project.

MongoDBofficial

MongoDB

Runs queries and aggregations over collections, creates indexes and manages Atlas clusters.

Where the limit is: Comes in a local and an Atlas-managed variant, each with a different permission scope.

Neonofficial

Neon

Creates projects and database branches, runs queries and surfaces schema and diagnostics.

Where the limit is: Scope can be narrowed via a URL parameter to a single project or to read-only mode.

ClickHouseofficial

ClickHouse

Lists databases and tables and runs analytical SQL queries against ClickHouse.

Where the limit is: Read-only by default; writes are enabled by an environment variable and deletes by another one.

Redisofficial

Redis

Stores and reads keys, hashes, lists, streams and JSON documents, and searches them.

Google Analyticsbeta

Google

Asks about GA4 traffic and user behaviour through the Data API and lists account configuration.

Where the limit is: Google itself labels it experimental. It runs locally only, is read-only and needs your own Google Cloud project.

Graphics & creative tools

Designs, canvases, images and audio. Most of these connectors appeared during 2026, so their feature sets still shift month to month.

Canvaofficial

Canva

Creates designs from templates and brand kits, resizes, exports and comments.

Figmaofficial

Figma

Pulls design context for code generation and can also create and edit content directly on the canvas.

Where the limit is: Canvas writing is still in beta. The desktop variant needs a paid plan and a Dev or Full seat; the remote one is broader.

Adobe for Creativityofficial

Adobe

A remote server spanning Photoshop, Lightroom, Illustrator, InDesign, Express, Premiere, Firefly and Stock.

Affinity by Canvaofficial

Canva (v rámci Claude for Creative Work)

Batch-edits open documents — image adjustments, layer renaming, export — and saves scripts into the Scripts panel.

Where the limit is: You must switch it on manually in Affinity settings, under the Model Context Protocol tab.

Mirobeta

Miro

Creates and searches boards, generates diagrams and tables, and reads and replies to comments.

Where the limit is: In public beta at the time of writing; on connecting you pick the one team whose boards it will see.

Lucidofficial

Lucid Software

Reads Lucid document content and creates diagrams, ERDs, mind maps and org charts.

Abletonofficial

Ableton

Searches the Live, Push, Move and Max for Live manuals, plus the knowledge base and video transcripts.

Where the limit is: It is a documentation connector: it answers from the manuals and does not drive Live itself.

Splicebeta

Splice

Searches the Splice sample catalog, assembles stacks from it and downloads selected sounds.

Where the limit is: Splice labels it beta itself; downloads depend on your plan and remaining credits.

Resolume Arenaofficial

Resolume

Builds and manages compositions: loads clips and sources, adds layers, columns, groups and effects.

Where the limit is: Runs locally as a bundle shipped with the app; without Arena running it does nothing.

Resolume Wireofficial

Resolume

Builds patches from a description: creates nodes, wires them up and sets inlet values.

Where the limit is: It cannot create or apply Dashboard presets, nor render or compile patches.

CAD & 3D

Modelling by description instead of clicking. Most of these run locally against a live application — with the app closed, nothing works.

SketchUpofficial

Trimble

Turns a description of a room, a piece of furniture or a site concept into a model offered as a .skp download.

Where the limit is: The free tier caps how many models you can generate; beyond that it needs a subscription. Models are not kept between sessions — always download the .skp.

Autodesk Fusionofficial

Autodesk

Reads the active document, runs scripts through the Fusion API and writes parametric history straight into the file.

Where the limit is: The server must be enabled in Fusion preferences (General > API) and works against a live session of the app.

Blenderofficial

Blender (konektor v adresáři Anthropicu)

Exposes Blender's Python API and its documentation: analyses the scene, debugs setups and batch-edits objects.

Where the limit is: Requires Blender 3.0 or newer and MCP switched on inside Blender.

Rhino a Grasshopperofficial

McNeel

Models and edits geometry in Rhino, rebuilds parametric definitions and batch-processes .3dm files.

Where the limit is: Installs as a Yak plugin into Rhino; the server runs inside the app, not in the cloud.

Revitbeta

Autodesk

Queries the model structure — elements, parameters and relationships — so you can interrogate a model in plain language.

Where the limit is: A technical preview for Revit 2027, read-only at this stage; it does not modify the model.

Onshape FeatureScriptbeta

PTC

Writes, tests and debugs custom CAD features in FeatureScript from a description of what the feature should do.

Where the limit is: Released under the Onshape Labs banner and focused on FeatureScript, not general modelling.

FreeCADcommunity

Komunitní projekt neka-nat/freecad-mcp

Creates and edits objects and sketches in FreeCAD and runs custom Python code inside it.

Where the limit is: FreeCAD has no official connector. This one is third-party and runs foreign code in your installation.

BlenderMCPcommunity

Komunitní projekt ahujasid/blender-mcp

The older community bridge into Blender: drives the scene, materials and objects through an add-on and a socket.

Where the limit is: It exists alongside the official connector. Unless you need something specific from it, take the official one.

Marketing & social

Publishing, email, storefronts and ads. These connectors typically can also send — which is exactly what you want to keep on a short leash.

Bufferofficial

Buffer

Creates and schedules posts, manages the queue, saves ideas and lists connected channels and metrics.

Where the limit is: Available even on the free plan; the reach depends on which channels you have connected in Buffer.

Brevoofficial

Brevo

Manages contacts and lists, creates email and SMS campaigns and works with templates.

Where the limit is: Authenticates with an API key generated in account settings — that key covers the whole account.

MailerLiteofficial

MailerLite

Adds and segments subscribers, creates and schedules campaigns, builds forms and automations.

Meta Ads (Marketing API)beta

Meta

Creates campaigns, ad sets and creatives, manages catalogs and audiences and reads performance data.

Where the limit is: In beta at the time of writing. It can also spend budget, so keep write actions behind confirmation.

HubSpotofficial

HubSpot

Reads and writes contacts, companies, deals, tickets, quotes and invoices, and browses marketing campaigns.

Where the limit is: It cannot reach properties marked sensitive or health data; scope is set by administrator-configured permissions.

Shopifyofficial

Shopify

Browses a store's catalog, cart and policies; a second server covers orders, returns and customer accounts.

Where the limit is: These are two separate servers — Storefront and Customer Accounts — with different scopes and sign-in.

Intercomofficial

Intercom

Searches support conversations and contacts and reads and creates help-centre articles.

Where the limit is: At the time of writing only for US- and EU-hosted workspaces; the Australian region is unsupported.

Webflowofficial

Webflow

Manages CMS items and assets and, via the Designer API, creates and styles elements directly on the canvas.

Development & hosting

The oldest and most mature part of the ecosystem: repositories, deployments, errors, payments. Almost everything here comes from the vendors themselves.

GitHubofficial

GitHub

Reads code, issues and pull requests, creates branches and commits, and runs and reads GitHub Actions.

Where the limit is: Scope follows the token or app installation — grant it only the repositories it genuinely needs.

Vercelofficial

Vercel

Lists projects and deployments, reads build logs and runtime errors, and ships new deployments.

Netlifyofficial

Netlify

Creates and deploys sites and configures functions, Blobs, the database, forms and redirects.

Cloudflareofficial

Cloudflare

A family of servers for DNS, Workers, R2, logs, Radar and audit — each area has its own endpoint.

Where the limit is: It is not one connector but a dozen separate ones; connect only those you actually need.

Sentryofficial

Sentry

Searches errors and performance data, triages issues and pulls documentation and context for them.

Where the limit is: Access can be narrowed to one organization or project directly in the server URL.

Stripeofficial

Stripe

Works with customers, invoices, payment links, subscriptions and refunds, and searches the docs.

Where the limit is: It can call write API methods, refunds included. Authorizations and individual sessions are revocable in the dashboard.

PayPalofficial

PayPal

Creates and sends invoices, reads transactions and manages a merchant's products and subscriptions.

Where the limit is: It has separate sandbox and production endpoints — test on the sandbox, not on a live account.

Playwrightofficial

Microsoft

Drives a browser: clicks through pages, fills forms and reads them via the accessibility tree instead of screenshots.

Where the limit is: Runs locally and opens a real browser — expect it to visit whatever address it is given.

Context7official

Upstash

Pulls up-to-date documentation and code samples for a specific library version straight into the prompt.

Grafanaofficial

Grafana Labs

Searches dashboards, queries data sources and reads and manages alert rules.

Where the limit is: Works against a self-hosted instance or Grafana Cloud; scope is set by the service-account token.

Public registries & science

Open data, scholarly literature and computation. Almost always read-only, which makes this the lowest-risk category of all.

PubMedofficial

Anthropic (data z NCBI)

Searches PubMed citations and retrieves full texts of articles held in PubMed Central.

Where the limit is: Full text exists only for PMC articles. For the rest you get metadata, an abstract and a link. Free to use.

Hlídač státuofficial

Hlídač státu

Searches the Czech contracts register, public tenders, subsidies, insolvencies, party donations, politicians' salaries, antitrust rulings and parliamentary transcripts.

Where the limit is: Requires an account on hlidacstatu.cz. Contract-increase rankings are limited to selected roles including journalists, and the detailed K-index breakdown needs a commercial licence.

Wolframofficial

Wolfram Research

Computes in Wolfram Language, plots charts and pulls curated data instead of model guesswork.

Where the limit is: Computation runs in Wolfram's cloud, so the problem statement leaves your machine with it.

Hugging Faceofficial

Hugging Face

Searches models, datasets and papers on the Hub and attaches tools running in Spaces.

Where the limit is: Without sign-in it sees public content only; with a token it also reaches your private repositories.

NASA Earthdataofficial

NASA

Searches NASA's metadata catalog (CMR) for Earth-science datasets, verifies granules and looks up citations.

Where the limit is: It returns metadata and dataset links, not the measurements themselves.

arXivcommunity

Komunitní projekt blazickjp/arxiv-mcp-server

Searches arXiv preprints, reads individual LaTeX sections of them and exports citations.

Where the limit is: arXiv publishes no connector of its own. This one is third-party and runs locally against the public API.

Communication

Mail, calendar, chat and calls. The most sensitive category: here a connector sees conversations you had with other people.

Slackofficial

Slack

Searches messages, files and channels, reads and sends messages and works with canvases.

Where the limit is: A workspace admin approves the connection; the connector sees whatever your account can access.

Gmailofficial

Anthropic

Searches the mailbox, reads and summarizes threads and drafts replies and new messages.

Where the limit is: It cannot read attachment contents, only their metadata, and some advanced filters are unsupported.

Google Kalendářofficial

Anthropic

Creates, edits and deletes events, finds mutual availability across attendees and adds Meet links.

Where the limit is: On team and enterprise plans an account owner must enable the connector first.

Zoomofficial

Zoom

Searches meeting transcripts and summaries, lists cloud recordings and creates follow-up Zoom Docs.

Where the limit is: It rests on AI Companion features — without smart recording and meeting summary enabled it can do little.

Twilioofficial

Twilio Labs

Sends SMS and starts calls, manages numbers and reads message logs through Twilio's public API.

Where the limit is: Sending messages is a billable action with real-world effects — keep it behind a confirmation step.

Discordcommunity

Komunitní projekt barryyip0625/mcp-discord

Reads and sends Discord messages, creates channels and forum posts and manages roles.

Where the limit is: Discord publishes no official connector. This server is third-party and runs under your bot's token.

We check this list by hand and keep adding to it; connector terms change fast, so always verify the current state at the source. No link here is paid or affiliate. Missing a connector you use? Tell us about it.