Integration App MCP Server
Official集成应用程序 MCP 服务器
概述
这是模型上下文协议 (MCP) 服务器的实现,它公开由Integration App支持的工具。
Related MCP server: MCP REST API Server
管理工具
此服务器使用集成应用工作区中定义的操作作为工具。要了解其工作原理以及如何有效地管理每个应用程序的工具,请参阅“使用工具”指南。
运行服务器
您需要向服务器提供两个环境变量:
INTEGRATION_APP_TOKEN- 用于访问 Integration App API 的令牌INTEGRATION_KEY- 您想要使用工具的集成密钥
此服务器每次只公开一个集成的工具。如果您想公开多个集成的工具,您可以创建多个服务器或修改代码以迭代多个集成。
以下是配置了服务器的 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