Integration App MCP Server
Official統合アプリMCPサーバー
概要
これは、Integration Appを利用したツールを公開するModel Context Protocol (MCP) サーバーの実装です。
Related MCP server: MCP REST API Server
ツールの管理
このサーバーは、統合アプリのワークスペースで定義されたアクションをツールとして使用します。この仕組みと各アプリケーションのツールを効果的に管理する方法については、 「ツールの使用」ガイドをご覧ください。
サーバーの実行
node.jsをインストールする
統合アプリのワークスペースでいくつかのアクションを構成する
Workspace 設定ページから統合アプリ トークンを取得するか、Workspace キーとシークレット ( 認証ガイド) を使用して生成します。
サーバーに 2 つの環境変数を提供する必要があります。
INTEGRATION_APP_TOKEN- 統合アプリ API にアクセスするためのトークンINTEGRATION_KEY- ツールを使用する統合のキー
このサーバーは、一度に1つの統合のツールを公開します。複数の統合のツールを公開したい場合は、複数のサーバーを作成するか、複数の統合を反復処理するようにコードを修正してください。
サーバーが構成された claude_desktop_config.json ファイルの例を次に示します。
{
"mcpServers": {
"integration-app-hubspot": {
"command": "npx",
"args": ["-y", "@integration-app/mcp-server"],
"env": {
"INTEGRATION_APP_TOKEN": "<your-integration-app-token>",
"INTEGRATION_KEY": "hubspot"
}
}
}
}テスト
すべてが期待どおりに動作するかどうかを理解するには、Claude に利用可能なツールについて問い合わせてください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides access to ACI.dev functions (tools) through either direct app-specific tools or a unified interface with dynamic tool discovery and execution based on user intent.254MIT
- FlicenseNot gradedqualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.46
- AlicenseNot gradedqualityDmaintenanceThis repository contains an implementation of an Miro Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Miro's tools and services through a unified API.1MIT
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/membranehq/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server