social data mcp for Zed
io.github.mrocker/social-data-mcp
X/Twitter, YouTube and TikTok data tools in one stdio MCP server (Apify-hosted). Pay per result.
client:Zed
transport:stdio
runtime:npm
Install social data mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"social-data-mcp": {
"command": "npx",
"args": [
"-y",
"social-data-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs