Maton MCP Server
@maton-ai
About Maton MCP Server
Connect to your SaaS tools like HubSpot, Salesforce, and more
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-toolkit-maton-ai": {
"command": "npx",
"args": [
"-y",
"@maton/mcp",
"hubspot",
"--agent",
"--api-key=YOUR_MATON_API_KEY"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Maton MCP Server?
The Maton MCP Server enables the Model Context Protocol (MCP) to integrate with Maton APIs through function calling. It supports TypeScript and provides a set of API actions for many popular apps. The toolkit is inspired by the Stripe Agent Toolkit and is not exhaustive of the entire Maton API.
How to use Maton MCP Server?
Install the package with npm install @maton/agent-toolkit or run the MCP server directly via npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY. You can also set the MATON_API_KEY environment variable. For Claude Desktop, add the server configuration to claude_desktop_config.json. The server supports an API Agent mode (beta) and specific action selection.
Key features of Maton MCP Server
- Integrates with Maton APIs via Model Context Protocol
- Supports TypeScript (Node 18+ required)
- Includes 100+ actions across 20+ apps (HubSpot, Google Sheets, Slack, etc.)
- Run as a standalone MCP server or as part of an agent toolkit
- Configure actions all at once or select specific ones
- Uses API key authentication from the Maton Dashboard
Use cases of Maton MCP Server
- Create and manage HubSpot contacts, deals, and workflows through an AI assistant
- Query and update Google Sheets rows and worksheets via natural language
- Send emails, list messages, and manage channels in Slack
- List and search orders in Shopify, or create invoices in Stripe
- Automate Jira issue comments and project tracking
FAQ from Maton MCP Server
What runtime does Maton MCP Server require?
Node 18 or higher.
How do I get a Maton API key?
Get your API key from the Maton Dashboard.
Can I use environment variables for the API key?
Yes, you can set MATON_API_KEY in your environment variables instead of passing it on the command line.
Is the toolset complete for every supported app?
No, the library is not exhaustive of the entire Maton API. It includes a curated set of actions (listed in the README).
How do I run the Maton MCP Server with Claude Desktop?
Add an entry to your claude_desktop_config.json with the npx command, actions flag, and your API key. Example: "command": "npx", "args": ["-y", "@maton/mcp@latest", "hubspot", "--actions=all", "--api-key=YOUR_MATON_API_KEY"].
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Comments