Claude Desktop supports custom MCP integrations (currently in beta). By connecting Membit, you give Claude access to real-time social context—so it can answer with what’s happening now across the web.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.
Prerequisites
Before you begin, make sure you have:- Claude Desktop installed (macOS or Windows)
- A Membit account with an API key get your API key
- Basic familiarity with editing configuration files
Set up Membit Remote MCP
Follow these steps to enable the Membit MCP server in Claude Desktop:Add the Membit MCP configuration
Paste the following JSON into
claude_desktop_config.json:Validate your JSON: ensure quotes are correct and there are no trailing commas.
Use Membit with Claude
Now that the integration is set, try a chat enhanced with real-time context:Ask context-aware questions
Try prompts that benefit from up-to-the-minute context:
- “What’s trending in AI today?”
- “Summarize the latest crypto news from real conversations”
- “What are people discussing about [your topic] right now?”
Claude may ask to run tools—allow tool usage so it can call the Membit MCP.

Responses should include timely insights sourced from current public conversations.
Troubleshooting
Config file not detected
Config file not detected
Problem: Claude doesn’t load the MCP configuration.Solutions:
- Verify the file path is exact for your OS:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
C:\\Users\\%USERNAME%\\AppData\\Roaming\\Claude\\claude_desktop_config.json
- macOS:
- Ensure Claude Desktop was fully restarted after edits
- Confirm the file encoding is UTF-8 without BOM
JSON syntax errors
JSON syntax errors
Problem: Configuration fails to parse.Solutions:
- Validate JSON with an online linter
- Remove trailing commas and ensure double quotes are used
- Confirm braces and brackets are properly matched
API key authentication fails
API key authentication fails
Problem: Membit tools show auth errors.Solutions:
- Ensure
env.API_KEYcontains your exact Membit API key - Confirm the header name is
X-Membit-Api-Key(case-sensitive) - Regenerate your API key in Membit if issues persist
Membit tools not appearing
Membit tools not appearing
Problem: Tools don’t show up in Claude.Solutions:
- Double-check the
mcpServersobject name and structure - Ensure
npxis available on your system PATH - Try adding
-ytonpxargs (already included above) - Restart Claude after any config changes
Claude won't run tools
Claude won't run tools
Problem: Claude replies without using the MCP.Solutions:
- Make prompts more explicit: “Use the available tools to check what’s happening now about…”
- Allow tool usage when prompted in the chat
- Ask about timely topics that require fresh context
