Planly Connector for AI agents.
11 live capabilities
Schedule and manage multi-channel social media content via your AI agent.
Waiting for input…
Why people use Planly
Planly for Social Media Content Scheduling
This Connector changes that by letting you do it all in one chat. You can ask your agent to pull your schedule, upload your media, or check your analytics without ever opening a browser. You get a single command center for your entire social presence.
What Vinkius changes
You get a hands-free way to manage your social media calendar using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking next week's content
A social media manager needs to see all posts for next week.
- Real-world use case 02
Coordinating multi-platform posts
A marketing team wants to post a TikTok and a tweet at the same time.
- Real-world use case 03
Overcoming writer's block
A content creator is stuck on a caption.
Complete set · 11capabilities
The complete Planly capability set.
These are the exact actions your AI can choose when you ask it to work with Planly.
01—04
4 capabilities in this set.
Part of 11 available through Planly.
- 01 Capability
List channels
Shows all the social profiles currently linked to your account. Use this to verify your active connections.
- 02 Capability
Delete schedule
Removes a specific post from your upcoming schedule. Use this to quickly clean up your content calendar.
- 03 Capability
Ai generate content
Uses Planly's internal AI to create captions and post ideas. It helps you get past writer's block instantly.
- 04 Capability
Create draft
Saves a new post as a draft for later review. Use this to stockpile content before it goes live.
05—08
4 capabilities in this set.
Part of 11 available through Planly.
- 05 Capability
Create schedule
Sets a new post to go live at a specific date and time. This is how you automate your social presence.
- 06 Capability
Finish media upload
Finalizes the upload process for images or videos. This ensures your media is ready for publishing.
- 07 Capability
Get schedule
Pulls the specific details for a single scheduled post. Use this to check the details of a single item.
- 08 Capability
List analytics
Retrieves performance data for your connected social channels. It helps you see how your posts are doing.
09—11
3 capabilities in this set.
Part of 11 available through Planly.
- 09 Capability
List schedules
Provides a full list of all your currently scheduled posts. This is great for getting a bird's eye view of your week.
- 10 Capability
List teams
Lists the different teams you have set up in Planly. Use this to manage your team structure.
- 11 Capability
Start media upload
Begins the process of uploading new images or video files. This is the first step in getting media onto your platform.
Set up in minutes
One URL. Then ask Planly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Planly 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_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Planly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly URL.
- Step 03
Save and start
Save the connection and enable Planly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"planly": {
"url": "https://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly
Open Agent mode in chat and ask: "Using Planly, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"planly": {
"url": "https://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly
Ask Copilot: "Using Planly, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"planly": {
"url": "https://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly
Open Cascade and ask: "Using Planly, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"planly": {
"url": "https://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly
Ask Cline: "Using Planly, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add planly --transport http "https://edge.vinkius.com/vk_preview_oQZgseWbTdTTjoKhPx7S5Ftw6Tfrib8bZgOvzVuJ/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 Planly
Ask Claude: "Using Planly, show me...". 11 tools are ready
Where the request belongs
Work Planly can move forward.
This is for social media managers who are tired of manual data entry, marketing teams coordinating across five different apps, and developers who need to pull social data into their own workflows.
Social Media Manager
Handles daily posting and analytics without clicking through five different tabs.
Marketing Coordinator
Manages multi-channel campaigns and media assets via chat.
Content Strategist
Generates and organizes drafts for entire teams in one place.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPlanable
Collaborate, approve, and manage your social media content calendar autonomously using AI.
Buffer
Plan, schedule, and publish social media content across all your channels with analytics that show what is working.
Loomly
Plan and approve social media content with a collaborative calendar that streamlines reviews and keeps your brand consistent.
Hootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
ContentStudio
Plan, create, and schedule social media content across all channels with AI writing assistance and performance analytics.
Ayrshare
Social media automation platform. publish posts, schedule content, and track analytics via AI.
Bring your own AI
Change the model, client or framework. Keep Planly 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 Planly.
The practical details behind the request, access and result.
How does the Planly MCP help with my social media?
The Planly MCP lets you manage your entire social media calendar through a natural conversation with your AI agent. You can schedule posts, upload media, and check stats without leaving your chat window.
Can I use the Planly MCP to manage multiple platforms?
Yes, you can manage multiple platforms like Instagram, TikTok, Twitter, and LinkedIn all in one place. The Connector pulls your connected channels so your agent can handle them all together.
Does the Planly MCP support AI content generation?
Yes, it connects to Planly's internal AI capabilities so you can ask your agent to brainstorm captions, generate content ideas, and write post copy on the fly.
How do I use the Planly MCP to upload videos?
You can simply tell your agent to start an upload for a video or image. The Connector handles the process, and you can tell the agent to finalize it once it's ready.
Can I see my social media analytics through the Planly MCP?
Yes, you can ask your agent to pull analytics for any of your connected channels. It will retrieve the data so you can see how your content is performing in real time.
Is the Planly MCP good for large marketing teams?
It is excellent for teams because it can manage multiple team structures and channel permissions. It helps coordinators keep everyone on the same page without manual updates.
Can my AI automatically find the scheduled posts for the next 7 days?
Yes! Use the list_schedules capability. Your agent will respond with complete metadata for all upcoming posts, including channel names, scheduled times, and content previews in seconds.
How do I find my Planly API Key?
Log in to your Planly account, navigate to Settings > Security, and you will find your unique secret API key (Bearer Token) there.
Can I use the AI to generate captions?
Absolutely. Use the ai_complete capability. Provide your prompt or post idea, and the agent will utilize Planly's integrated AI to return professional copy options.
One connection away
Give your agent a direct line to Planly.
Connect Planly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available