Social Agents
AI-powered posting for Twitter & LinkedIn. Use it from the dashboard, via API, or as an MCP server — your call.
How it works
01
Sign In
Log in with X/Twitter. Connect LinkedIn if you want to post there too.
02
Add Your Keys
Bring your own Anthropic & Perplexity API keys. We never store or proxy them.
03
Start Posting
Use the dashboard, REST API, or connect it as an MCP server to any AI agent.
Built for any audience
Customize who you're writing for
By default it writes for founders & VCs. Override the audience to match yours.
Educators
Write for K-12 teachers. Focus on classroom applications and how students can benefit.
Policy & Government
Target policy makers. Analyze regulatory impact and what it means for citizens.
Developers
Write for engineers. Focus on architecture, DX, and real code examples.
Setup
What you'll need
Bring your own keys. Your credentials stay on your account.
Social Agents API Key
Sign in to generate yours →
Required
Twitter Developer Keys
API key, secret, access token from developer.x.com
Required
Anthropic API Key
For AI content generation — console.anthropic.com
Required
LinkedIn & Perplexity
LinkedIn connects via OAuth. Perplexity adds deep research.
Optional
For developers
Connect via API or MCP
Use the REST API directly, or add this config to use it as an MCP server.
JSON
{
"mcpServers": {
"social-agents": {
"command": "python",
"args": ["/path/to/mcp_server.py"],
"env": {
"SOCIAL_AGENTS_URL": "https://twitter.dagent.shop",
"SOCIAL_AGENTS_API_KEY": "your-api-key"
}
}
}
}
Install:
pip install mcp httpx — grab mcp_server.py from the repo