AgentReacher
Connect your AI to social media. Open-source platform for AI agents.
README
AgentReacher
AgentReacher connects your AI to social media. Open-source platform for AI agents.
The product is intentionally split into two layers:
- the fully open-source product in this repository
- a hosted service layer for managed execution, connected accounts, analytics, and convenience
Social Integrations
| Platform | Status |
|---|---|
| X (Twitter) | ✅ |
| ✅ | |
| Bluesky | ✅ |
| ⏳ | |
| TikTok | ⏳ |
| YouTube | ⏳ |
| ⏳ | |
| Threads | ⏳ |
| ⏳ |
What is in this repo
- TanStack Start app for AgentReacher
- auth, billing, onboarding, workspace, and dashboard flows
- MCP server and CLI
- multi-platform social connection and publishing flows
- post creation, scheduling, and publishing APIs
- basic analytics and calendar views
Open Source vs Hosted
Everything in AgentReacher is open source in this repository.
The hosted service exists for users who want the completed product experience without assembling the infrastructure themselves.
The hosted layer primarily adds:
- managed deployment and operations
- connected account setup in a ready-to-use product
- managed credentials and third-party service configuration
- convenience, reliability, and reduced setup time
You can self-host the full product, but you will need your own accounts, credentials, and infrastructure for the third-party services AgentReacher integrates with.
Stack
- React 19
- TanStack Start
- Cloudflare Workers
- InstantDB
- Better Auth
- Stripe
- MCP SDK
Getting started
Prerequisites
- Node.js 22+
- pnpm
- an InstantDB app and admin token
Local development
- Install dependencies:
pnpm install
- Copy the environment template:
cp .env.example .env.local
- Fill in the required values in
.env.local.
At minimum, local development expects:
VITE_INSTANT_APP_IDINSTANT_APP_ADMIN_TOKENBETTER_AUTH_SECRETBETTER_AUTH_URLVITE_BETTER_AUTH_URL
- Start the app:
pnpm dev
MCP CLI
The package exposes an agentreacher CLI for MCP setup.
Initialize MCP config
npx -y agentreacher@latest init
If you install AgentReacher directly from an MCP registry, you can usually skip manual API key setup. On first use, the server opens a browser and walks you through sign-in automatically.
For local development inside this repository:
node bin/agentreacher.mjs init
There is a sanitized example config at .mcp.json.example.
Available MCP tools
list_connected_social_accountsget_social_connection_oauth_urlconnect_bluesky_accountinstagram_publish_mediacreate_text_postcreate_image_postupload_mediaschedule_postpublish_post_nowlist_postssubmit_feedback
The tool schema is defined in src/lib/agent-mcp-spec.json.
Current limitations and notes
- some providers have provider-specific media and OAuth constraints
- self-hosting requires your own platform app credentials and API configuration
- media publishing flows depend on publicly reachable assets where the provider requires them
- media must be reachable at a public
httporhttpsURL - Instagram video publishing uses the Reels flow
- Bluesky uses direct account connection instead of OAuth
Deployment
For self-hosting:
- set Cloudflare Worker secrets separately from
wrangler.jsonc - replace placeholder vars and routes in
wrangler.jsonc - configure your own InstantDB, Stripe, Better Auth providers, Resend, Upstash, OpenAI, Runware, and social platform apps as needed
Project policy
- License: MIT
- Contributions: CONTRIBUTING.md
- Security reporting: SECURITY.md
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.