Stats
Actions
Tags
From socials
Connects to social media platforms via Reclaim Protocol for identity verification and data retrieval. Runs locally and may require Reclaim credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"socials": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-claude-mcp.sh"
],
"env": {
"SOCIALS_MCP_DEV_MODE": "0",
"SOCIALS_MCP_RECLAIM_PORT": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
SOCIALS_MCP_DEV_MODE=0SOCIALS_MCP_RECLAIM_PORT=1npx claudepluginhub brainrot-creations/claude-plugins --plugin socials