Membit MCP Server connects your AI systems to live social insights via Membit’s API. Using the Model Context Protocol (MCP), the server exposes tools that make up-to-the-minute social context—trending discussion clusters, raw posts, and more—available to your AI agents in Cursor, Claude Desktop, Goose, and any MCP-compatible client.Documentation Index
Fetch the complete documentation index at: https://docs.membit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available tools
These tools are exposed by the Membit MCP server and can be called by MCP-compatible clients (e.g., Cursor, Claude Desktop).clusters.search
Search for trending discussion clusters across platforms.Free-text query describing the topic (e.g., “ai agents”, “us elections”).
Maximum number of clusters to return. Range: 1–50.
clusters.info
Get detailed context for a specific cluster label, including representative posts.Cluster label obtained from
clusters.search.Maximum number of representative posts to include. Range: 1–50.
posts.search
Search raw social posts that match your query across supported platforms.Free-text query describing the topic or keywords.
Maximum number of posts to return. Range: 1–100.
Remote MCP Server
Connect Membit’s remote MCP server directly without the need for local setup. This approach offers a streamlined experience that eliminates local installation and configuration requirements. Use the remote MCP server endpoint with your Membit API key:X-Membit-Api-Key: <your-api-key>. The configurations below handle this automatically for each client.
Obtain your Membit API key.
Configuring Remote MCP Clients
See platform-specific setup guides in the Integrations section.Local MCP
Run the server locally if you prefer.Requirements
- Membit API key (get one)
- Python 3.11+
- An MCP client (e.g., Claude Desktop, Goose, Cursor)
- Git (optional, if cloning)
API Key Configuration
Provide your key in one of two ways: Environment variable (recommended): Create a.env file in the project root: