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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments