Integration App MCP Server
OfficialServidor MCP de la aplicación de integración
Descripción general
Esta es una implementación del servidor de Protocolo de contexto de modelo (MCP) que expone herramientas impulsadas por Integration App .
Related MCP server: MCP REST API Server
Administrar herramientas
Este servidor utiliza como herramientas las acciones definidas en el espacio de trabajo de una aplicación de integración. Para comprender cómo funciona y cómo administrar eficazmente las herramientas de cada aplicación, consulte la guía "Uso de herramientas" .
Ejecutando el servidor
Instalar node.js
Configurar algunas acciones en el espacio de trabajo de su aplicación de integración
Obtén el token de la aplicación de integración desde la página de configuración de tu espacio de trabajo o generélo usando tu clave y secreto del espacio de trabajo ( Guía de autenticación ).
Debe proporcionar dos variables de entorno al servidor:
INTEGRATION_APP_TOKEN: token para acceder a la API de la aplicación de integraciónINTEGRATION_KEY- clave de la integración para la que desea utilizar herramientas
Este servidor expone las herramientas de una sola integración a la vez. Si desea exponer herramientas de varias integraciones, puede crear varios servidores o modificar el código para iterar sobre varias integraciones.
Aquí hay un ejemplo del archivo claude_desktop_config.json con el servidor configurado:
{
"mcpServers": {
"integration-app-hubspot": {
"command": "npx",
"args": ["-y", "@integration-app/mcp-server"],
"env": {
"INTEGRATION_APP_TOKEN": "<your-integration-app-token>",
"INTEGRATION_KEY": "hubspot"
}
}
}
}Pruebas
Para saber si todo funciona como se espera, puedes preguntarle a Claude qué herramientas están disponibles:
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