Integration App MCP Server

Official

Integrations

  • 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.

Integration App MCP Server

Overview

This is an implementation of the Model Context Protocol (MCP) server that exposes tools powered by Integration App.

Managing Tools

This server uses Actions defined in an Integration App workspace as tools. To understand how this works and how to effectively manage tools for each application, please refer to the Using Tools guide.

Running the server

  1. Install node.js
  2. Configure some actions in your Integration App workspace
  3. Get Integration App token from your Workspace Settings page or generate using your Workspace Key and Secret (Authentication Guide).

You need to provide two environment variables to the server:

  • INTEGRATION_APP_TOKEN - token for accessing Integration App API
  • INTEGRATION_KEY - key of the integration you want to use tools for

This server exposes tools from one integration at a time. If you want to expose tools from multiple integrations, you can create multiple servers or modify the code to iterate over multiple integrations.

Here is an example of claude_desktop_config.json file with the server configured:

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

Testing

To understand if everything works as expected, you can ask Claude what tools are available:

-
security - not tested
F
license - not found
-
quality - not tested

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.

This MCP server implementation allows users to manage and expose actions as tools from their Integration App workspace through the Model Context Protocol.

  1. Overview
    1. Managing Tools
      1. Running the server
        1. Testing

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            MCP 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
          • -
            security
            A
            license
            -
            quality
            MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
            Last updated -
            13
            2
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
            Last updated -
            48
            4
            TypeScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
            Last updated -
            10
            4
            TypeScript
            MIT License

          View all related MCP servers

          ID: 16ah76p6hs