MCP.so
ログイン

Maton MCP Server

@maton-ai

Maton MCP Server について

Connect to your SaaS tools like HubSpot, Salesforce, and more

基本情報

カテゴリ

AI とエージェント

トランスポート

stdio

公開者

maton-ai

投稿者

Byungkyu Park

設定

以下の設定を使って、このサーバーを 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 とエージェント」の他のコンテンツ