GetStream Connector for AI agents.
23 live capabilities
Manage social feeds and follower relationships through natural language.
Waiting for input…
Why people use GetStream
GetStream for Solving Manual Feed Management
This Connector changes that by letting you manage your feeds through natural language. You can ask your agent to perform updates or manage followers, and you get the results instantly without ever touching a dashboard.
What Vinkius changes
You get a conversational interface for your entire social feed infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking feed health
A Product Manager needs to see if a feed is healthy and asks the agent to show the latest activities using get_feed.
- Real-world use case 02
Testing follow logic
A Developer wants to test a new follow logic and asks the agent to make a timeline follow a specific user using follow_feed.
- Real-world use case 03
Moderating content
A Community Manager needs to moderate a feed and asks the agent to remove a specific activity using remove_activity_from_feed.
Complete set · 23capabilities
The complete GetStream capability set.
These are the exact actions your AI can choose when you ask it to work with GetStream.
01—04
4 capabilities in this set.
Part of 23 available through GetStream.
- 01 Capability
Add activity to feed
This capability adds a new activity to a specific feed. It helps you keep your users updated with real-time content.
- 02 Capability
Add to collection
This capability adds an object to a specific collection. It makes it easy to group related items for better organization.
- 03 Capability
Batch delete collections
This capability deletes multiple collections in one batch. It saves time when you need to clean up large amounts of data.
- 04 Capability
Batch follow
This capability lets you follow multiple feeds at once. It simplifies the process of building out complex social relationships.
05—08
4 capabilities in this set.
Part of 23 available through GetStream.
- 05 Capability
Batch get collections
This capability retrieves multiple collections in a single request. It speeds up the way your agent pulls grouped data.
- 06 Capability
Batch post collections
This capability creates or updates multiple collections in a batch. It's great for bulk-managing your social infrastructure.
- 07 Capability
Delete collection object
This capability deletes a single object from a collection. It gives you precise control over individual items in your groups.
- 08 Capability
Delete file
This capability deletes a file based on its URL. Use it to quickly remove content that is no longer needed.
09—12
4 capabilities in this set.
Part of 23 available through GetStream.
- 09 Capability
Follow feed
This capability makes one feed follow another. It allows you to build dynamic social connections between different feeds.
- 10 Capability
Get activities
This capability fetches specific activities using an ID. It's perfect for looking up the details of a single post or event.
- 11 Capability
Get collection object
This capability retrieves a specific object from a collection. It lets your agent pull specific data points from a grouped set.
- 12 Capability
Get open graph
This capability scrapes Open Graph data from a web URL. It automatically enriches your activity content with metadata from external links.
13—16
4 capabilities in this set.
Part of 23 available through GetStream.
- 13 Capability
List feed followers
This capability lists which feeds are following a specific feed. It helps you understand your social graph and reach.
- 14 Capability
List feed follows
This capability lists which feeds a specific feed is following. Use it to see what content your feed is currently prioritizing.
- 15 Capability
Partial update activity
This capability updates specific fields on an activity without rewriting the whole object. It prevents accidental data loss when you only want to change one detail.
- 16 Capability
Process image
This capability resizes or processes images for your feed. It ensures your media looks consistent across different devices.
17—20
4 capabilities in this set.
Part of 23 available through GetStream.
- 17 Capability
Remove activity from feed
This capability removes an activity from a specific feed. It gives you a way to moderate content and keep feeds clean.
- 18 Capability
Unfollow feed
This capability stops a feed from following another. It allows you to quickly prune social connections that are no longer relevant.
- 19 Capability
Update activities
This capability updates the metadata for your activities. It ensures your activity details stay current as things change.
- 20 Capability
Update collection object
This capability updates a specific object inside a collection. It gives you granular control over grouped content.
21—23
3 capabilities in this set.
Part of 23 available through GetStream.
- 21 Capability
Upload file
This capability uploads a file to the service. It handles the heavy lifting of getting your data into the system.
- 22 Capability
Upload image
This capability uploads an image to the service. It makes it easy to share rich media within your social feeds.
- 23 Capability
Get feed
This capability pulls activities from a feed with pagination. It provides a reliable way to browse through all your recent content.
Set up in minutes
One URL. Then ask GetStream to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GetStream 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_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GetStream for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream URL.
- Step 03
Save and start
Save the connection and enable GetStream in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"getstream": {
"url": "https://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream
Open Agent mode in chat and ask: "Using GetStream, help me...". 23 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"getstream": {
"url": "https://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream
Ask Copilot: "Using GetStream, help me...". 23 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"getstream": {
"url": "https://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream
Open Cascade and ask: "Using GetStream, help me...". 23 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"getstream": {
"url": "https://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream
Ask Cline: "Using GetStream, help me...". 23 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add getstream --transport http "https://edge.vinkius.com/vk_preview_vcVyeOfRCZKbY1Rayhmqr5cHbaAg9iVKR7qzi2l2/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 GetStream
Ask Claude: "Using GetStream, show me...". 23 tools are ready
Where the request belongs
Work GetStream can move forward.
Who wakes up in the morning needing this? It's the product manager who's tired of clicking through dashboards at 2am to check feed health, the developer testing social logic, and the community manager trying to moderate a growing social graph.
Product Manager
Monitors feed health and activity patterns without leaving their chat interface.
Developer
Tests feed logic and activity updates directly from the IDE to speed up social feature integration.
Community Manager
Manages social graphs and moderates feed content through natural conversation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBluesky Social
Publish posts, follow accounts, and engage with the decentralized social network through your AI-powered workflow.
Hootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
Pixelfed (Instagram Alternative)
Manage your Pixelfed presence. post photos, interact with the community, and track notifications directly from any AI agent.
Later (Social Media Management)
Manage social media via Later. schedule posts, access your media library, and analyze profile performance.
Curator.io
Equip your AI agent to manage social media feeds, monitor posts, and audit sources directly via the Curator.io API.
Emplifi
Equip your AI agent to manage social profiles, track post metrics, and monitor care automation via the Emplifi API.
Bring your own AI
Change the model, client or framework. Keep GetStream 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 GetStream.
The practical details behind the request, access and result.
How can I manage my social feeds with an AI?
You can use the GetStream MCP to give your AI agent direct access to your social infrastructure. This lets you perform actions like updating content, managing followers, and organizing feeds using natural language commands.
Can GetStream help me automate my follower relationships?
Yes, it can. By connecting this Connector, your agent can manage follower connections, follow new feeds, or unfollow others automatically based on your instructions.
How do I use GetStream to update activity metadata?
You can simply ask your agent to update specific parts of an activity. The Connector handles the request to change metadata without you having to manually edit the entire record.
Is GetStream good for managing large social networks?
It is designed specifically for that. It provides the capabilities needed to manage feeds, follow relationships, and large collections of data at scale.
Can I use an AI agent to upload images to my feed?
Yes, your agent can handle image uploads and even process them for your feed directly through the GetStream MCP integration.
How does GetStream handle Open Graph data for my links?
The Connector can scrape Open Graph data from any URL you provide. Your agent can then use that data to automatically enrich your feed activities with relevant information.
Can I retrieve specific activities using their unique identifiers?
Yes. Use the get_activities capability by providing a comma-separated list of activity IDs or foreign IDs to fetch their full metadata.
How do I check which feeds a specific user is currently following?
You can use the list_feed_follows capability. Provide the feed slug and user ID to get a comprehensive list of all target feeds being followed.
Is it possible to update only a single field in an activity without sending the whole object?
Absolutely. The partial_update_activity capability allows you to set or unset specific fields on an activity using a JSON payload, preserving the rest of the data.
One connection away
Give your agent a direct line to GetStream.
Connect GetStream once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available