10 DAYS ONLY · $500 VALUE Top 100 Viral Hooks + Repurpose Engine (Claude Skills) Start free → Start free →
Replit Agent

Replit Agent Social Media MCP Setup

Replit Agent connects to a social media MCP server by adding it as a custom integration by URL, rather than by pasting a JSON config file. Add https://mcp.blotato.com/mcp as a custom MCP server in Replit Integrations, and Agent fetches the tool list automatically and makes it available across all your projects.

Endpoint https://mcp.blotato.com/mcp API key header

Updated August 2026

How to connect Replit Agent to social media

  1. Connect your social accounts in Blotato and copy your API key from Settings then API.
  2. In Replit, open Integrations and choose to add a custom MCP server, since Blotato is not in the pre-listed catalog.
  3. Set the base URL to https://mcp.blotato.com/mcp and supply your API key.
  4. Mention the server in an Agent chat. Agent fetches the tool list and picks the right tool for the request.
Custom MCP server, added by URL in Integrations
Base URL:  https://mcp.blotato.com/mcp
API key:   YOUR_API_KEY

How do I know it worked?

Ask Replit Agent to list your connected accounts. It calls blotato_list_accounts and returns your platforms, which confirms both the connection and the authentication in one step. If you see your accounts, setup is done.

First prompt to run
What social media accounts do I have connected?
An AI agent answering "what social accounts do i have connected?" by calling Blotato and listing 10 connected social media accounts across Twitter, Bluesky, Instagram, Threads, LinkedIn, Facebook, YouTube, Pinterest, and TikTok
The reply you are looking for: the agent calls Blotato and lists every connected account. Here it returns 10 accounts across all nine platforms.

Worth knowing before you rely on it: analytics prompts only return data for X, Instagram, Facebook, Threads, and Bluesky. The other four platforms publish normally but report no metrics yet.

What to ask Replit Agent once it is connected

When someone submits the form, post their testimonial to X.
The app you are building calls blotato_create_post through Agent. The publishing is a feature of the thing you shipped rather than a manual step you do afterwards.
Announce the deploy on LinkedIn.
blotato_create_post, but expect Agent to ask for confirmation before it runs. A post that has not appeared is usually waiting on that prompt rather than failing.
Check the account is still connected before posting.
blotato_get_user returns the account and its subscription status, which is worth calling first in anything that runs on its own: API access depends on an active paid plan, so it is better checked up front than discovered by a publish that fails.

What breaks, and how to fix it

The thing to know on Replit is that Agent asks for confirmation before running a tool that needs it, so a publish can sit waiting on a prompt rather than failing outright. If a post has not appeared, check for a pending confirmation in the chat before re-checking the connection. Blotato is also not in the pre-listed catalog, so use the custom-server path rather than looking for it by name.

What is different about Replit Agent

Replit connects MCP servers at the account level rather than per project, so a server added once is available across every project you build, and Agent fetches the tool list itself instead of you declaring tools. It is also the only client here with a shareable install link, which encodes the server name and base URL into a one-click Add to Replit badge.

Vendor documentation: Replit Agent MCP setup. For how a client discovers and calls tools once connected, see the MCP client concepts reference.

FAQ

Replit Agent social media FAQs

01 Can Replit Agent post to social media?
Yes. Replit Agent cannot reach a social account on its own, because it has no platform credentials. Connecting it to Blotato's hosted MCP server at https://mcp.blotato.com/mcp gives it tools to publish and schedule across nine platforms: X, LinkedIn, Facebook, Instagram, TikTok, YouTube, Threads, Bluesky, and Pinterest. Replit Agent authenticates with api key header.
02 How do I connect Replit Agent to social media?
Replit Agent connects to a social media MCP server by adding it as a custom integration by URL, rather than by pasting a JSON config file. Add https://mcp.blotato.com/mcp as a custom MCP server in Replit Integrations, and Agent fetches the tool list automatically and makes it available across all your projects.
03 How do I set up Replit Agent for social media?
Setting up Replit Agent for social media takes one connection. Connect your social accounts in Blotato, then give Replit Agent the hosted MCP endpoint https://mcp.blotato.com/mcp and authenticate with api key header. For Replit Agent specifically that means: custom mcp server, added by url in integrations. Once it loads, Replit Agent can publish and schedule to X, LinkedIn, Facebook, Instagram, TikTok, YouTube, Threads, Bluesky, and Pinterest from a plain-language prompt.
04 What is the best way to manage social media with Replit Agent?
Let Replit Agent do the drafting and decision making, and let a publishing layer hold the accounts and the schedule. The thing that makes this work on Replit Agent in particular: Replit connects MCP servers at the account level rather than per project, so a server added once is available across every project you build, and Agent fetches the tool list itself instead of you declaring tools. It is also the only client here with a shareable install link, which encodes the server name and base URL into a one-click Add to Replit badge.
05 What goes wrong when connecting Replit Agent?
The thing to know on Replit is that Agent asks for confirmation before running a tool that needs it, so a publish can sit waiting on a prompt rather than failing outright. If a post has not appeared, check for a pending confirmation in the chat before re-checking the connection. Blotato is also not in the pre-listed catalog, so use the custom-server path rather than looking for it by name.
06 Does Replit Agent need to be running for a scheduled post to go out?
No. Scheduling runs on Blotato rather than inside Replit Agent. Once the agent queues a post, it publishes at the scheduled time whether or not Replit Agent, your terminal, or your laptop is on. This is the practical difference between an agent that drafts and a system that runs unattended.
07 What can I ask Replit Agent to do once it is connected?
"When someone submits the form, post their testimonial to X." The app you are building calls blotato_create_post through Agent. The publishing is a feature of the thing you shipped rather than a manual step you do afterwards. "Announce the deploy on LinkedIn." blotato_create_post, but expect Agent to ask for confirmation before it runs. A post that has not appeared is usually waiting on that prompt rather than failing. "Check the account is still connected before posting." blotato_get_user returns the account and its subscription status, which is worth calling first in anything that runs on its own: API access depends on an active paid plan, so it is better checked up front than discovered by a publish that fails.
08 How much does it cost to connect Replit Agent?
Starter is $29/mo flat for 20 connected accounts, and the price does not scale with posting volume. API and MCP access is not part of the 7-day trial: generating a key activates the paid Starter plan, so plan on subscribing rather than trialing it.

Connecting a different agent?

Same endpoint, same accounts, one setup per client. The AI agents for social media hub covers what all of them share, including every tool your agent can call.