返回技能列表
编程开发github

agent-toolkit

一个编程开发方向的开源项目。The Maton Agent Toolkit enables popular agent frameworks including Model Context Protocol (MCP) to integrate with Maton APIs through function calling. The library is not exhaustive of the entire Maton

45
Stars
2026-05-31
更新时间
3
标签数
10
阅读分钟
agentclaudetool
查看 GitHub 仓库

详细介绍

项目简介

一个编程开发方向的开源项目。The Maton Agent Toolkit enables popular agent frameworks including Model Context Protocol (MCP) to integrate with Maton APIs through function calling. The library is not exhaustive of the entire Maton

适用场景

代码审查与优化
自动化测试编写
文档生成与维护
代码重构建议

快速开始

# 克隆仓库
git clone https://github.com/maton-ai/agent-toolkit
# 进入目录
cd agent-toolkit
# 查看文档
cat README.md

原文 README

Maton Agent Toolkit

The Maton Agent Toolkit enables popular agent frameworks including Model Context Protocol (MCP) to integrate with Maton APIs through function calling. The library is not exhaustive of the entire Maton API. It includes support for Typescript.

The toolkit was inspired by [Stripe Agent Toolkit][stripe-agent-toolkit], and its implementation shares similarities with the Stripe Agent Toolkit codebase.

Included below are basic instructions, but refer to the TypeScript package for more information.

To get started, get your API key in your [Maton Dashboard][api-keys] and check out [documentation][docs].

TypeScript

Installation

You don't need this source code unless you want to modify the package. If you just
want to use the package run:

npm install @maton/agent-toolkit

Requirements

  • Node 18+

Usage

Model Context Protocol

The Maton Agent Toolkit also supports the Model Context Protocol (MCP).

To run the Maton MCP server using npx, use the following command:

API Agent (Beta)

# To use API agent
npx -y @maton/mcp hubspot --agent --api-key=YOUR_MATON_API_KEY

API Action

# To set up all available API actions
npx -y @maton/mcp hubspot --actions=all --api-key=YOUR_MATON_API_KEY

# To set up all available API actions
npx -y @maton/mcp hubspot --actions=create-contact,list-contacts --api-key=YOUR_MATON_API_KEY

Replace YOUR_MATON_API_KEY with your actual Maton API key. Or, you could set the MATON_API_KEY in your environment variables. You can get your API key in your [Maton Dashboard][api-keys].

Usage with Claude Desktop

Add the following to your claude_desktop_config.json. See here for more details.

{
  "mcpServers": {
    "maton": {
      "command": "npx",
      "args": [
        "-y",
        "@maton/mcp@latest",
        "hubspot",
        "--actions=all",
        "--api-key=YOUR_MATON_API_KEY"
      ]
    }
  }
}

Make sure to replace YOUR_MATON_API_KEY with your actual Maton API key. Alternatively, you could set the MATON_API_KEY in env variables. You can get your API key in your [Maton Dashboard][api-keys].

Available API actions

App Action
airtable list-bases
airtable list-records
airtable list-tables
asana create-task
asana get-task
asana list-projects
asana list-tasks
asana list-workspaces
aws get-s3-object
aws list-s3-buckets
aws list-s3-objects
calendly get-event
calendly list-event-invitees
calendly list-event-types
calendly list-events
clickup create-task
clickup delete-task
clickup get-task
clickup list-folders
clickup list-lists
clickup list-spaces
clickup list-tasks
clickup list-workspaces
google-calendar create-event
google-calendar delete-event
google-calendar get-calendar
google-calendar get-event
google-calendar list-calendars
google-calendar list-events
google-calendar update-event
google-docs append-text
google-docs create-document
google-docs find-document
google-docs get-document
google-drive create-file
google-drive create-folder
google-drive delete-file
google-drive find-file
google-drive find-folder
google-drive get-file
google-drive list-files
google-mail add-label-to-email