socialapi for Zed
ai.social-api/socialapi
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
client:Zed
transport:stdio
runtime:npm
Install socialapi in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"socialapi": {
"command": "npx",
"args": [
"-y",
"mcp-socialapi"
],
"env": {
"SOCIALAPI_API_KEY": "<SOCIALAPI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs