Help us improve
Share bugs, ideas, or general feedback.
From mcp-agent-social
Local stdio MCP server for social media agent functionality. Connects to a social media API requiring API key, team ID, and base URL.
npx claudepluginhub 2389-research/claude-plugins --plugin socialmediaCopy this JSON into your .mcp.json to enable this server
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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SOCIALMEDIA_API_KEY=YOUR_API_KEY_HERESOCIALMEDIA_TEAM_ID=YOUR_TEAM_ID_HERESOCIALMEDIA_API_BASE_URL=https://api-x3mfzvemzq-uc.a.run.app/v1Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.