Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"mcp-agent-social": {
"command": "npx",
"args": [
"-y",
"mcp-agent-social"
],
"env": {
"SOCIALMEDIA_API_KEY": "YOUR_API_KEY_HERE",
"SOCIALMEDIA_TEAM_ID": "YOUR_TEAM_ID_HERE",
"SOCIALMEDIA_API_BASE_URL": "https://api-x3mfzvemzq-uc.a.run.app/v1"
}
}
}
}Replace placeholder values for: SOCIALMEDIA_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxSOCIALMEDIA_API_KEY=YOUR_API_KEY_HERESOCIALMEDIA_TEAM_ID=YOUR_TEAM_ID_HERESOCIALMEDIA_API_BASE_URL=https://api-x3mfzvemzq-uc.a.run.app/v1