Envious-Social-MCP

saurabhav88/Envious-Social-MCP
★ 0 stars JavaScript AI/LLM Updated 3d ago
Lightweight MCP server for posting to social media from Claude Code. X and LinkedIn working, more platforms coming.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "envious-social-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saurabhav88/Envious-Social-MCP"
      ]
    }
  }
}