ContentStudio Connector for AI agents.
13 live capabilities
Manage social media scheduling and performance analytics through natural conversation.
Waiting for input…
Why people use ContentStudio
ContentStudio for Social Media Scheduling and Management
This Connector changes that by bringing your entire dashboard into your AI agent. You can stay in one window and tell your agent to schedule a week of content or ask for a summary of your engagement. You get a unified way to move content from a draft to a live post without ever touching a dashboard button.
What Vinkius changes
You get a conversational interface for your entire social media content calendar.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Scheduling a product launch
A manager needs to schedule a product launch.
- Real-world use case 02
Checking monthly performance
A marketer needs to check performance.
- Real-world use case 03
Finding content for a new reel
A creator is stuck on a draft.
Complete set · 13capabilities
The complete ContentStudio capability set.
These are the exact actions your AI can choose when you ask it to work with ContentStudio.
01—04
4 capabilities in this set.
Part of 13 available through ContentStudio.
- 01 Capability
Check contentstudio status
Verify that your connection to the platform is active. This ensures your agent can communicate with your account without errors.
- 02 Capability
Create post
Schedule a new social media update for a specific date and time. This allows you to queue content for multiple platforms at once.
- 03 Capability
Delete post
Remove a specific post from your content queue. You can use this to cancel scheduled updates or clear out old drafts.
- 04 Capability
Get social account
Retrieve specific details for a connected social profile. This helps you see follower counts and connection status quickly.
05—07
3 capabilities in this set.
Part of 13 available through ContentStudio.
- 05 Capability
Get analytics
Fetch high-level performance data for your social media accounts. Use this to see overall engagement and follower growth trends.
- 06 Capability
Get post analytics
Get detailed metrics for a single social media post. This shows you exactly how many likes, shares, and comments a post received.
- 07 Capability
Get post
Pull the full content and details of an existing post. This is useful for reviewing specific captions or scheduled times.
08—10
3 capabilities in this set.
Part of 13 available through ContentStudio.
- 08 Capability
List social accounts
View a complete list of all social media profiles connected to your account. This gives you a bird's-eye view of your multi-channel presence.
- 09 Capability
List posts by status
See your content organized by its current state. You can quickly find drafts, scheduled posts, or items that failed to go live.
- 10 Capability
List categories
Browse the different content categories you've created. This helps you keep your content plan structured and organized.
11—13
3 capabilities in this set.
Part of 13 available through ContentStudio.
- 11 Capability
List media
Access your library of uploaded images and videos. This makes it easy to find assets for reuse in future posts.
- 12 Capability
List posts
Get a full list of all your social media posts. This provides a complete overview of your content history.
- 13 Capability
List workspaces
See all the different workspaces you have set up. This helps you manage content for different brands or projects.
Set up in minutes
One URL. Then ask ContentStudio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ContentStudio 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_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ContentStudio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio URL.
- Step 03
Save and start
Save the connection and enable ContentStudio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstudio": {
"url": "https://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio
Open Agent mode in chat and ask: "Using ContentStudio, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstudio": {
"url": "https://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio
Ask Copilot: "Using ContentStudio, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstudio": {
"url": "https://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio
Open Cascade and ask: "Using ContentStudio, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstudio": {
"url": "https://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio
Ask Cline: "Using ContentStudio, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contentstudio --transport http "https://edge.vinkius.com/vk_preview_CSRbGSuMXMyzMqE0z1osgjGrkYNMYDbDn5CIUWv5/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 ContentStudio
Ask Claude: "Using ContentStudio, show me...". 13 tools are ready
Where the request belongs
Work ContentStudio can move forward.
This is for social media managers who are drowning in browser tabs and marketing teams who need to see hard data without manual exports.
Social Media Manager
Drafts and schedules posts across LinkedIn, Twitter, and Instagram using voice commands.
Marketing Coordinator
Pulls weekly engagement reports to see which content actually performed.
Content Creator
Quickly grabs assets from the media library to build out new post ideas.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBuffer
Plan, schedule, and publish social media content across all your channels with analytics that show what is working.
Sprout Social
Empower your AI with a full social media command center. Draft posts, track global analytics, and master listening topics natively across all brands.
Loomly
Plan and approve social media content with a collaborative calendar that streamlines reviews and keeps your brand consistent.
Planable
Collaborate, approve, and manage your social media content calendar autonomously using AI.
Expansify AI
Scale your content marketing with AI that generates, repurposes, and distributes content across channels automatically.
Typefully
Write, schedule, and grow your audience on Twitter and LinkedIn with an editor that helps you craft threads that go viral.
Bring your own AI
Change the model, client or framework. Keep ContentStudio 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 ContentStudio.
The practical details behind the request, access and result.
Can I use ContentStudio MCP to schedule posts for multiple platforms?
Yes, you can use your AI agent to queue content for Instagram, Twitter, LinkedIn, and Facebook all at once. This allows you to manage your entire social presence from a single conversation.
How do I see my social media engagement with the ContentStudio MCP?
You can simply ask your agent to pull analytics for a specific post or your account as a whole. It will provide you with data on likes, shares, reach, and follower growth.
Can the ContentStudio MCP help me find my old images?
Yes, your agent can browse your uploaded media library. You can ask it to find specific images or videos so you can reuse them in your future content.
Can I use ContentStudio MCP to see which posts failed to publish?
Yes, you can ask your agent to filter your posts by status. This makes it easy to identify any posts that failed to go live so you can fix them quickly.
Does the ContentStudio MCP work with my existing ContentStudio account?
Yes, it connects directly to your existing account. You just need to provide your API key from your profile settings to get started.
Can I use ContentStudio MCP to track my follower growth?
Yes, the agent can retrieve account-level analytics to show you how your follower count is changing over time across your connected profiles.
Can I create and schedule posts to multiple social accounts at once?
Yes! The create_post action accepts a JSON payload with content, media attachments, schedule date, and target account IDs. You can publish to Instagram, Twitter, LinkedIn, and Facebook simultaneously in a single command.
Can I track how individual posts are performing?
Yes. Use get_post_analytics with a specific Post ID to retrieve likes, shares, comments, impressions, and reach for that post. For account-wide metrics, use get_analytics with the Social Account ID to see follower growth, engagement rates, and top-performing content.
Can I filter posts by their publishing status?
Yes. The list_posts_by_status capability accepts a status parameter. 'draft', 'scheduled', 'published', or 'failed'. This lets you quickly find posts that need review (drafts), are queued for delivery (scheduled), or encountered errors during publishing (failed).
One connection away
Give your agent a direct line to ContentStudio.
Connect ContentStudio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available