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
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Comments