Bluesky Automation Connector for AI agents.
20 live capabilities
Manage your social presence and find new leads on the AT Protocol.
Waiting for input…
Why people use Bluesky Automation
Bluesky Automation for Scaling Social Engagement
This Connector lets your agent do the heavy lifting. It can scan for keywords, draft replies, and monitor trends in real time, turning a manual chore into a background process.
What Vinkius changes
You get a direct pipeline from your AI agent to the Bluesky network for automated social management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Brand Monitoring
A marketing manager asks the agent to find all mentions of a product launch and summarize the sentiment using `search_posts`.
- Real-world use case 02
Lead Generation
A founder asks the agent to find users talking about 'SaaS' and pull their follower lists for outreach using `search_users`.
- Real-world use case 03
Community Management
A creator asks the agent to reply to every mention with a helpful link to their latest guide using `reply_to_post`.
Complete set · 20capabilities
The complete Bluesky Automation capability set.
These are the exact actions your AI can choose when you ask it to work with Bluesky Automation.
01—04
4 capabilities in this set.
Part of 20 available through Bluesky Automation.
- 01 Capability
Get profile
Pull detailed profile information for a specific user. This is useful for qualifying potential leads.
- 02 Capability
Reply to post
Reply to a specific post with automatic link cards. It makes your interactions more useful to others.
- 03 Capability
Repost
Share someone else's content directly to your profile. This is great for sharing important news.
- 04 Capability
Search posts
Find posts across the network using specific keywords. Use this for social listening and research.
05—08
4 capabilities in this set.
Part of 20 available through Bluesky Automation.
- 05 Capability
Search users
Look for specific users based on their profile keywords. This is perfect for targeted lead generation.
- 06 Capability
Get notifications
Get alerts for mentions and replies to manage your community. This helps you stay on top of direct interactions.
- 07 Capability
Follow user
Follow a specific user just by using their handle. It makes it easy to build your network quickly.
- 08 Capability
Get timeline
Pull the latest posts from your own home timeline. Use this to see what your followers are seeing.
09—12
4 capabilities in this set.
Part of 20 available through Bluesky Automation.
- 09 Capability
Like post
Like a post using its public URL to show support. This helps boost engagement for others.
- 10 Capability
Publish post
Share a new post with automatic link parsing and hashtags. It ensures your content looks professional.
- 11 Capability
Delete post
Remove your own previous posts using the URL or AT URI. Use this to clean up your profile history.
- 12 Capability
Get author feed
View the specific timeline of another user. This helps you see what a specific person is sharing.
13—16
4 capabilities in this set.
Part of 20 available through Bluesky Automation.
- 13 Capability
Get custom feed
Pull posts from a specific custom feed or algorithm. Use this to find niche content.
- 14 Capability
Mute user
Silence a specific user to keep your timeline clean. This is a key way to manage your feed.
- 15 Capability
Get trending topics
See what is currently trending across the network. Use this to find timely conversation starters.
- 16 Capability
Unfollow user
Remove a user from your following list to curate your feed. This helps you stay focused on relevant content.
17—20
4 capabilities in this set.
Part of 20 available through Bluesky Automation.
- 17 Capability
Get followers
Get a list of users following a specific handle for lead research. This helps you find your audience.
- 18 Capability
Get follows
See who a specific user is currently following. Use this to understand the networks of your peers.
- 19 Capability
Get post thread
Read the full conversation of a post to understand the context. This prevents your agent from making awkward replies.
- 20 Capability
Quote post
Add your own commentary to someone else's post. This is a high-impact way to engage with content.
Set up in minutes
One URL. Then ask Bluesky Automation to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bluesky Automation from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Bluesky Automation, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bluesky Automation for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Bluesky Automation URL.
- Step 03
Save and start
Save the connection and enable Bluesky Automation in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesky-automation": {
"url": "https://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Bluesky Automation
Open Agent mode in chat and ask: "Using Bluesky Automation, help me...". 20 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesky-automation": {
"url": "https://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Bluesky Automation
Ask Copilot: "Using Bluesky Automation, help me...". 20 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesky-automation": {
"url": "https://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Bluesky Automation
Open Cascade and ask: "Using Bluesky Automation, help me...". 20 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bluesky-automation": {
"url": "https://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Bluesky Automation
Ask Cline: "Using Bluesky Automation, help me...". 20 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bluesky-automation --transport http "https://edge.vinkius.com/vk_preview_DycCjb9JN51ZzkAY5Ix9GXjrDS2fbItuqGN4YhQY/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Bluesky Automation
Ask Claude: "Using Bluesky Automation, show me...". 20 tools are ready
Where the request belongs
Work Bluesky can move forward.
This is for the community manager who is overwhelmed by mentions, the founder trying to find early adopters, and the marketing lead who needs to track brand sentiment at scale.
Community Manager
They use this to monitor mentions and reply to community members automatically during peak hours.
Growth Marketer
They use this to identify trending topics and find new users who are talking about their niche.
Founder
They use this to keep their profile active and find early adopters without spending hours on the app.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChili Piper
Manage scheduling and lead routing via Chili Piper. track meetings, monitor queues, and manage teams directly from any AI agent.
Customerly
Combine live chat, email marketing, and customer surveys in one platform that helps SaaS companies grow and retain users.
Integrate (Integrate.com)
Manage marketing campaigns, leads, and sources via Integrate.com API.
Ayrshare
Social media automation platform. publish posts, schedule content, and track analytics via AI.
Blueshift
Orchestrate customer engagement via Blueshift. manage campaigns, track events, and sync customer data directly from any AI agent.
VBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
Bring your own AI
Change the model, client or framework. Keep Bluesky connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Bluesky.
The practical details behind the request, access and result.
Can I use the Bluesky Automation MCP to find new customers?
Yes, the Connector can search the network for specific keywords and pull follower lists to help you identify and qualify potential leads.
How does the Bluesky Automation MCP handle link previews?
It handles them automatically. When your agent publishes a post with a URL, it ensures the rich metadata and link cards are included.
Can I use this to manage my community on Bluesky?
Yes, it is designed for community management. Your agent can monitor mentions, replies, and likes to keep your audience engaged.
Does the Bluesky Automation MCP work with my existing account?
It works with your existing account. You just need to create a secure App Password in your settings and provide it to the Connector.
Can I use the Bluesky Automation MCP to see what is trending?
Yes, the Connector can fetch current trending topics across the entire network so you can stay on top of what people are talking about.
How do I create an App Password?
Log into your Bluesky account on the web or mobile app, navigate to Settings > Advanced > App Passwords, and click 'Add App Password'. Name it 'Connector' and use the generated password.
Will my main Bluesky password be safe?
Yes. This Connector explicitly requires an App Password, which provides scoped access without exposing your main account credentials. You can revoke this App Password at any time from your Bluesky settings.
Do links in posts appear clickable?
Yes. All posts automatically detect URLs, @mentions, and #hashtags and convert them into rich text facets. the AT Protocol standard for clickable elements. Posts with URLs also include a link card preview with the page's title and description.
Is there a character limit for the posts?
Yes, Bluesky enforces a strict 300-character limit per post. Your AI agent is instructed to automatically keep all published text within this limit, ensuring your posts are never rejected.
One connection away
Give your agent a direct line to Bluesky.
Connect Bluesky once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available