MCP.so
登录

Integration App MCP Server

@MCP-Mirror

关于 Integration App MCP Server

Mirror of

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "integration-app-hubspot": {
      "command": "npx",
      "args": [
        "-y",
        "@integration-app/mcp-server"
      ],
      "env": {
        "INTEGRATION_APP_TOKEN": "<your-integration-app-token>",
        "INTEGRATION_KEY": "hubspot"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Integration App MCP Server?

An MCP server that exposes tools from Integration App workspaces through the Model Context Protocol. It uses actions defined in an Integration App workspace as tools for AI assistants. Designed for developers who want to connect their AI applications to external APIs via Integration App.

How to use Integration App MCP Server?

Install Node.js, configure actions in your Integration App workspace, then obtain an Integration App token from your workspace settings or generate one using your workspace key and secret. Run the server with environment variables INTEGRATION_APP_TOKEN and INTEGRATION_KEY, which must point to a specific integration. Example configuration for Claude Desktop is provided in the README.

Key features of Integration App MCP Server

  • Uses Integration App workspace actions as MCP tools.
  • Supports one integration per server instance.
  • Requires Node.js runtime environment.
  • Authenticates via Integration App token or key/secret.
  • Configurable via environment variables.

Use cases of Integration App MCP Server

  • Give an AI assistant the ability to interact with CRM tools like HubSpot through natural language.
  • Enable AI agents to read and write data across multiple SaaS applications using Integration App connectors.
  • Build custom AI workflows that trigger predefined actions from your Integration App workspace.

FAQ from Integration App MCP Server

What does Integration App MCP Server do?

It acts as a bridge between AI assistants (like Claude) and Integration App, exposing workspace actions as callable tools.

What are the runtime requirements?

Node.js must be installed. The server runs from the command line using npx and requires two environment variables: INTEGRATION_APP_TOKEN and INTEGRATION_KEY.

How do I get an Integration App token?

You can obtain a token from your Integration App workspace settings page or generate one using your workspace key and secret (see the authentication guide linked in the README).

Can I use tools from multiple integrations at once?

The server exposes tools from one integration at a time. To use multiple integrations, you would need to create separate server instances or modify the code to iterate over multiple integrations.

What transport or authentication does the server use?

The server uses the Integration App API token (or key/secret-based token) for authentication. No other transport details are specified in the README.

常见问题

What does Integration App MCP Server do?

It acts as a bridge between AI assistants (like Claude) and Integration App, exposing workspace actions as callable tools.

What are the runtime requirements?

Node.js must be installed. The server runs from the command line using `npx` and requires two environment variables: `INTEGRATION_APP_TOKEN` and `INTEGRATION_KEY`.

How do I get an Integration App token?

You can obtain a token from your Integration App workspace settings page or generate one using your workspace key and secret (see the authentication guide linked in the README).

Can I use tools from multiple integrations at once?

The server exposes tools from one integration at a time. To use multiple integrations, you would need to create separate server instances or modify the code to iterate over multiple integrations.

What transport or authentication does the server use?

The server uses the Integration App API token (or key/secret-based token) for authentication. No other transport details are specified in the README.

评论

其他 分类下的更多 MCP 服务器