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
- Install node.js
- Configure some actions in your Integration App workspace
- 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 APIINTEGRATION_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:
Integration App Server
Project Details
- integration-app/mcp-server
- @integration-app/mcp-server
- Last Updated: 4/11/2025
Recomended MCP Servers
支持SSE,STDIO;不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展 Support for SSE, STDIO in MySQL MCP server mcp_mysql_server_pro is not just about MySQL CRUD operations,...
Giving Claude ability to run code with E2B via MCP (Model Context Protocol)
A MCP server to interact with the Solana blockchain with your own private key
An advanced web browsing server for the Model Context Protocol (MCP) powered by Playwright, enabling headless browser interactions...
MCP server that provide tools to LLMs such as claude in cursor to interact with MongoDB
An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants...
Model Context Protocol (MCP) server for Firebase.
Connects MCP to major 3D printer APIs (Orca, Bambu, OctoPrint, Klipper, Duet, Repetier, Prusa, Creality). Control prints, monitor...
MCP tool that lets Cline inquire about a code base
A connector for Claude Desktop to read and search an Obsidian vault.
Execute a secure shell in Claude Desktop using the Model Context Protocol.