Maton MCP Server
@maton-ai
Maton MCP Server について
Connect to your SaaS tools like HubSpot, Salesforce, and more
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agent-toolkit-maton-ai": {
"command": "npx",
"args": [
"-y",
"@maton/mcp",
"hubspot",
"--agent",
"--api-key=YOUR_MATON_API_KEY"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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"].
「AI とエージェント」の他のコンテンツ
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
コメント