Integration App MCP Server
@MCP-Mirror
About Integration App MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"integration-app-hubspot": {
"command": "npx",
"args": [
"-y",
"@integration-app/mcp-server"
],
"env": {
"INTEGRATION_APP_TOKEN": "<your-integration-app-token>",
"INTEGRATION_KEY": "hubspot"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews β all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1β3

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student β in a fraction of the time. What once took a week, now takes one free period.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments