By maton-ai
Connect and automate 150+ apps through the Maton MCP server, enabling AI-driven workflows across multiple external services.
This repo helps you connect AI agents to Maton, which allows you to connect and automate 150+ apps (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, and more) through a unified API.
Maton hosts a remote MCP server at https://mcp.maton.ai. It supports both OAuth and API key (Authorization: Bearer header) authentication, so you can connect securely from any MCP client.
https://mcp.maton.ai and complete the OAuth flow in the browser.npx -y @maton/mcp --api-key=YOUR_MATON_API_KEY.See the MCP package for setup instructions, Docker usage, and the full list of tools.
The Maton Agent Toolkit connects popular agent frameworks to the Maton MCP server through function calling. It discovers the tools available on https://mcp.maton.ai and exposes them in each framework's native format.
@maton/agent-toolkit) — LangChain, Vercel's AI SDK, OpenAI, MCP.maton-agent-toolkit) — OpenAI Agents SDK, LangChain, CrewAI, Strands.npm install @maton/agent-toolkit # TypeScript
uv pip install maton-agent-toolkit # Python
We ship plugins for popular agent harnesses that wire up the Maton MCP server for you. Each plugin registers the remote server at https://mcp.maton.ai, so once installed the Maton tools are available and you complete the OAuth flow in your browser on first use.
Add this repo as a plugin marketplace, then install the Maton plugin:
claude plugin marketplace add maton-ai/agent-toolkit
claude plugin install maton@maton-plugins
Install the Maton plugin directly from this repo:
/add-plugin maton-ai/agent-toolkit
Add this repo as a plugin marketplace, then install the Maton plugin:
codex plugin marketplace add maton-ai/agent-toolkit
codex plugin add maton@maton-plugins
gemini extensions install https://github.com/maton-ai/agent-toolkit./mcp auth maton.Register the Maton MCP server in your openclaw.json under mcp.servers, then authenticate via OAuth in the browser on first use:
{
"mcp": {
"servers": {
"maton": {
"url": "https://mcp.maton.ai",
"transport": "streamable-http",
"auth": "oauth"
}
}
}
}
If you'd rather not use a plugin, register the Maton MCP server directly in your MCP client config (.mcp.json for Claude Code, mcp.json for Cursor):
{
"mcpServers": {
"maton": {
"type": "http",
"url": "https://mcp.maton.ai"
}
}
}
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
API gateway for calling third-party APIs with managed auth.
npx claudepluginhub maton-ai/agent-toolkit --plugin matonConnect 9,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.
Editorial "Automation Builder" bundle for Claude Code from Antigravity Awesome Skills.
Expert skills for designing, building, and deploying Make.com automation scenarios — for Claude Code and other AI agents
One MCP connection for all your tools — with discovery, namespacing, and execution policies.
Agent skills and verified examples for writing Zapier SDK code that works.
Complete Google Workspace integration -- Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, and Custom Search via MCP with workflow guidance.