How to Use the GetStream MCP in Cursor
Generate real feed code and test social graph APIs directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GetStream MCP to Cursor
Create your Vinkius account to connect GetStream to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write real feed code inside Cursor
The `get_feed` tool pulls live activity data directly into your Cursor editor so your agent can write code against real GetStream payloads. When you ask Cursor to build a new timeline component, it uses `add_activity_to_feed` to verify the exact schema returned by your active feeds. You can modify activities on the fly using `partial_update_activity` to test how your Cursor code handles real-time updates. This live feedback loop ensures your Cursor TypeScript interfaces match your actual GetStream production payload structures exactly.
Build social graphs using the Cursor MCP Server
The `batch_follow` tool lets you construct complex social graphs and verify GetStream follow relationships directly within Cursor's agent mode. Instead of writing custom seed scripts, you tell Cursor to link test feeds using `follow_feed` or break connections with `unfollow_feed`. The agent queries `list_feed_follows` to confirm the GetStream state, then writes the exact backend logic in Cursor to replicate those relationships. This GetStream MCP Server integration turns your Cursor editor into a live testing ground for complex timeline fan-out architectures.
Manage collections and objects in Cursor
The `batch_post_collections` tool syncs external database tables with your GetStream feeds, allowing Cursor to generate accurate data-mapping layers. Your Cursor agent retrieves specific items using `get_collection_object` to check if your data matches your local database schemas. If a schema changes, you can clean up test data using `delete_collection_object` right from the Cursor terminal panel. The Cursor editor uses this live GetStream access to ensure your backend synchronization logic never falls out of step with your production database.
Set up GetStream MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the GetStream MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent GetStream transactions." If the MCP tools are loaded correctly, Cursor will call the GetStream tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"getstream-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by GetStream. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 GetStream MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GetStream MCP today
We host it, we monitor it, we maintain it. You just paste one token.