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
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
π 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,
Comments