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 与智能体 分类下的更多 MCP 服务器
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
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
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
评论