Cover image
Try Now
2025-04-11

3 years

Works with Finder

5

Github Watches

3

Github Forks

15

Github Stars

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:

Claude Test

相关推荐

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://reddgr.com
  • Delivers concise Python code and interprets non-English comments

  • 林乔安妮
  • A fashion stylist GPT offering outfit suggestions for various scenarios.

  • 1Panel-dev
  • 💬 MaxKB is an open-source AI assistant for enterprise. It seamlessly integrates RAG pipelines, supports robust workflows, and provides MCP tool-use capabilities.

  • GeyserMC
  • A library for communication with a Minecraft client/server.

  • Mintplex-Labs
  • The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

  • ShrimpingIt
  • Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx

  • GLips
  • MCP server to provide Figma layout information to AI coding agents like Cursor

  • open-webui
  • User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

    Reviews

    5 (1)
    Avatar
    user_wmVPnRP9
    2025-04-17

    As a dedicated user of mcp-server, I can confidently say this integration tool is exceptional. Developed by integration-app, it seamlessly connects various applications, enhancing workflow efficiency. The clear documentation and robust support make it a breeze to implement and use. Highly recommended for anyone looking to streamline their integration processes! Check it out here: https://github.com/integration-app/mcp-server.