Connector modes
A connector is distributed as a single npm package (for example,@zapier/notion-connector) and can be used in four different modes:
All connectors are also available as source on GitHub at github.com/zapier/connectors. Clone the repo if you prefer to work from source or want access to all connectors at once without installing each package individually.
Ways to use connectors
You can use connectors in two ways, depending on your needs.- Without a Zapier account
- With a Zapier account
You can install and use connectors without a Zapier account. No sign-up required. Just install and start building.With this option, you provide your own API credentials. The connector provides the tool logic and schemas, while authentication and execution happen in your environment. Since connectors are publicly available, you can install the corresponding packages or clone the repository and start using them immediately.
Install a connector
When using a connector as a skill, you have two options:- Install the connector directly from the npm registry.
- Clone the connector repository. Your agent reads the connector’s
SKILL.mdto discover the available tools and how to run them. The repository is available at github.com/zapier/connectors/tree/main/apps.
Use a connector
- Skill
- Local MCP server
- CLI
- Code package
How it works: The agent reads the connector’s With a Zapier account, create a Zapier connection and configure the connector to use your connection ID.Example prompts
SKILL.md to discover the available tools and how to run them. Once installed, you do not invoke the connector directly. Just describe what you need in natural language, and the agent will use the connector when it is relevant to your request.AuthenticationWithout a Zapier account, make sure the agent has access to the API credentials via an environment variable:- “Give me all the Notion pages that talk about the company strategy.”
- “Pull onboarding notes from Notion, summarize them into a new Google Doc, and schedule a 10am MT review tomorrow on Calendar with the doc linked.”