-
securityA
license-
qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
Last updated -
4
3
TypeScript
MIT License
The README provides an example configuration that exposes HubSpot tools through the Integration App MCP Server, allowing Claude to interact with HubSpot actions defined in an Integration App workspace.
这是模型上下文协议 (MCP) 服务器的实现,它公开由Integration App支持的工具。
此服务器使用集成应用工作区中定义的操作作为工具。要了解其工作原理以及如何有效地管理每个应用程序的工具,请参阅“使用工具”指南。
您需要向服务器提供两个环境变量:
INTEGRATION_APP_TOKEN
- 用于访问 Integration App API 的令牌INTEGRATION_KEY
- 您想要使用工具的集成密钥此服务器每次只公开一个集成的工具。如果您想公开多个集成的工具,您可以创建多个服务器或修改代码以迭代多个集成。
以下是配置了服务器的 claude_desktop_config.json 文件的示例:
要了解一切是否按预期进行,您可以向 Claude 询问有哪些可用的工具:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
此 MCP 服务器实现允许用户通过模型上下文协议从其集成应用程序工作区管理和公开操作作为工具。