MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/Integration App
CommunicationOfficial
I

Integration App

Interact with any other SaaS applications on behalf of your customers.

38 starsUpdated Mar 4, 2026
View on GitHub

Ads

Overview

The Membrane MCP Server is a Model Context Protocol (MCP) server, it provides actions for connected integrations on Membrane as tools. Here's our official AI Agent Example that shows you how to use this MCP server in your application. - Node.js (v18 or higher) - A Membrane account To run the development server locally, start it with: The server will be live at http://localhost:3000 ⚡️ Deploy your own instance of this MCP server to any cloud hosting service of your choice. The project includes a Dockerfile for easy containerized deployment.

Installation

npm install

Configuration

{
  "mcpServers": {
    "membrane": {
      "url": "https://<HOSTED_MCP_SERVER_URL>/sse?token={ACCESS_TOKEN}"
    }
  }

Capabilities

  • Enable specific integration tools

    Use `enable-tools` in dynamic mode to activate only the actions needed for a session, such as `gmail-send-email`.

  • Filter tools by integration

    Pass the `apps` query parameter (e.g., `?apps=google-calendar`) to fetch tools from specific connected services.

  • Manage persistent chat sessions

    Include an `x-chat-id` header to reuse the same MCP session across a conversation, and retrieve session mappings via `GET /mcp/sessions`.

  • Authenticate with a Membrane token

    Provide an access token via query parameter or `Authorization` header to connect to the server over SSE or Streamable HTTP.

Tags

  • api
  • workflow-automation
  • communication

Related MCP servers

E

ElevenLabs

Official

The official ElevenLabs MCP server

1.5kCommunicationUpdated 8 days ago
R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026