Skip to main content
Membrane provides a cloud MCP server that exposes its API as tools for AI agents. Your agent gets access to all Membrane operations — managing connections, running actions, querying data, and more.

Setup

Add Membrane’s MCP server to your agent’s configuration:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
Cursor (.cursor/mcp.json in your project):
For other MCP clients, use the URL above and follow your client’s configuration format.

Authentication

The MCP server supports OAuth — your agent will prompt you to log in when it first connects. If your MCP client doesn’t support OAuth, you can authenticate by adding a Bearer token in the Authorization header:
As a last resort, append the token to the URL:
See Authentication for how to get a token.