4,500+ servers built on MCP Fusion
Vinkius
Bluesky Social logo
Vinkius
CrewAI logo

How to Use the Bluesky Social MCP in CrewAI

Run autonomous agent teams to manage and grow your Bluesky Social presence using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Bluesky Social MCP on Cursor AI Code Editor MCP Client Bluesky Social MCP on Claude Desktop App MCP Integration Bluesky Social MCP on OpenAI Agents SDK MCP Compatible Bluesky Social MCP on Visual Studio Code MCP Extension Client Bluesky Social MCP on GitHub Copilot AI Agent MCP Integration Bluesky Social MCP on Google Gemini AI MCP Integration Bluesky Social MCP on Lovable AI Development MCP Client Bluesky Social MCP on Mistral AI Agents MCP Compatible Bluesky Social MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Bluesky Social MCP to CrewAI

Create your Vinkius account to connect Bluesky Social to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate CrewAI agents to curate and post content.

Discovering network trends is powered by the `search_profiles` tool acting as the eyes of your research agent. Set up a multi-agent team where one agent acts as a researcher and another acts as a writer. The researcher agent can search the network using `search_profiles` and check trends with `list_popular_feeds`, passing the findings to the writer. The writer agent then drafts a post and uses `create_post` to publish it. Because CrewAI manages shared memory, the agents remember which profiles they analyzed, preventing duplicate outreach and keeping your feed fresh.

Deploy an automated moderation crew with this MCP Server.

Monitoring incoming account activity relies on the `list_notifications` tool to track new interactions. Run a dedicated community crew that monitors your social graph. A moderator agent can watch your incoming notifications via `list_notifications` and check the profiles of new followers using `get_profile`. If a follower is identified as a bot, the agent immediately triggers `mute_user` to protect your account. The entire operation runs sequentially without requiring you to manually check your phone.

Discover and engage with industry peers autonomously.

Building your decentralized network is driven by the `follow_user` tool executing within your outreach crew. Grow your network by deploying an outreach crew. Your agent can list your current followers using `list_followers` and find related accounts by calling `search_profiles` with specific industry keywords. Once the target accounts are identified, the agent can run `follow_user` to build connections. The hierarchical execution model ensures a supervisor agent reviews the target list before any follow actions are taken.

Setup guide

Set up Bluesky Social MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Bluesky Social tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Bluesky Social Analyst",
    goal="Access and analyze Bluesky Social data via MCP.",
    backstory="Expert analyst with direct Bluesky Social access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Bluesky Social transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Bluesky Social MCP in CrewAI

Yes. You can use the MCP Server with CrewAI and apply a filter. Use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter` to restrict a junior agent to only reading feeds with `list_timeline` while reserving `create_post` for your editor agent.
The agents share the same underlying MCP Server token configured in your configuration. This allows both your research agent running `search_profiles` and your writer agent running `create_post` to authenticate directly under the same account.
You can set up a background task where an agent periodically runs `list_notifications`. CrewAI's sequential execution allows the output of this task to be handed directly to a responder agent to draft replies.
CrewAI supports stdio, SSE, and HTTP transports for this MCP Server. When connecting to Vinkius, using the HTTP endpoint in your `mcps` array is the easiest way to get up and running instantly.
All interactions with the AT Protocol occur within a secure, ephemeral V8 isolate on Vinkius. Your Bluesky Social passwords and profile data are never cached or exposed to other agents in the crew, keeping your credentials completely isolated.

Start using the Bluesky Social MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Bluesky Social. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.