Integration App MCP Server (SSE) logo

Integration App MCP Server (SSE)

by integration-app

This is a remote implementation of the MCP server that exposes tools powered by Integration App. It allows clients to connect and access tools from active connections, using the MCP SSE transport.

View on GitHub

Last updated: N/A

What is Integration App MCP Server (SSE)?

This is a remote MCP (Model Context Protocol) server implementation that exposes tools powered by Integration App, utilizing the SSE transport for client connections.

How to use Integration App MCP Server (SSE)?

To use this server, you need Node.js, npm (or yarn), and an Integration App account with a valid JWT token. Clone the repository, install dependencies, build the project, configure environment variables (PORT, NODE_ENV), and deploy to your preferred hosting service. Connect to the server using the provided URL format with your JWT token.

Key features of Integration App MCP Server (SSE)

  • Remote MCP server implementation

  • Exposes tools powered by Integration App

  • Uses SSE transport

  • Supports both SSE and Streamable HTTP transports

  • Fetches tools from all active connections associated with the provided token

Use cases of Integration App MCP Server (SSE)

  • Connecting AI Chat Agents to Integration App tools

  • Integrating with Cursor code editor

  • Integrating with Claude AI assistant

  • Accessing Integration App tools remotely

  • Building custom MCP clients

FAQ from Integration App MCP Server (SSE)

What is MCP?

MCP stands for Model Context Protocol, a protocol for communication between applications.

What is SSE?

SSE stands for Server-Sent Events, a server push technology enabling real-time data streaming from a server to a client.

What are the prerequisites for running this server?

You need Node.js (v14 or higher), npm or yarn, and an Integration App account with a valid JWT token.

How do I configure the server for Cursor?

Update your ~/.cursor/mcp.json file with the server URL and restart Cursor.

How do I configure the server for Claude?

Update your ~/claude_desktop_config.json file with the server URL. Note that Anthropic only allows SSE MCP transports to Claude with MAX plan or higher.