mcp company social presence mapper for Grok
com.mambabuilt/mcp-company-social-presence-mapper
Map a company domain to its social media URLs and follower counts via Apify.
client:Grok
transport:stdio
runtime:npm
Install mcp company social presence mapper in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-company-social-presence-mapper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-company-social-presence-mapper"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs