Catalog
Agentreacher
Officialby thijssmudde
Connect your AI to social media. Create, schedule, and publish posts to 9+ platforms.
Create, schedule, and publish posts to 9+ social media platforms via AI.
README not available yet.
Install
Configuration
Environment variables
AGENTREACHER_API_KEYrequiredsecretYour AgentReacher API key (starts with ar_live_). Get one at https://agentreacher.com or via `npx agentreacher init`.
claude_desktop_config.json
{
"mcpServers": {
"agentreacher": {
"command": "npx",
"args": [
"-y",
"agentreacher@0.9.0"
],
"env": {
"AGENTREACHER_API_KEY": "<YOUR_AGENTREACHER_API_KEY>"
}
}
}
}