Integration App MCP Server
@MCP-Mirror
Integration App MCP Server について
Mirror of
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"integration-app-hubspot": {
"command": "npx",
"args": [
"-y",
"@integration-app/mcp-server"
],
"env": {
"INTEGRATION_APP_TOKEN": "<your-integration-app-token>",
"INTEGRATION_KEY": "hubspot"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
よくある質問
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.
基本情報
「その他」の他のコンテンツ

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
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
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 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,
コメント