Lightweight MCP server for posting to social media from Claude Code. X and LinkedIn working, more platforms coming.
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"
]
}
}
}
Run in terminal:
claude mcp add envious-social-mcp npx -y saurabhav88/Envious-Social-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"envious-social-mcp": {
"command": "npx",
"args": [
"-y",
"saurabhav88/Envious-Social-MCP"
]
}
}
}