Bring Content Calendar
to Claude Desktop
Create your Vinkius account to connect Planable to Claude Desktop and start using all 10 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Planable MCP Server?
Connect your Planable workspaces directly to your AI agent to radically streamline your social media collaboration loops. You can review scheduled posts, approve mockups, respond to team comments, and oversee the content pipeline directly from your primary interface.
What you can do
- Workspace & Pages — View active workspaces, team members, and all connected social accounts isolated in their respective boundaries.
- Content Pipeline — Retrieve post drafts, schedule future publications, and query statuses (draft, pending_approval, scheduled, published).
- Approval Workflow — Radically speed up content sign-off. Instruct your AI to transition posts from pending directly to approved, or formally reject them with custom revision notes.
- Collaboration — Add, fetch, and monitor chronological threaded comments on any isolated post.
How it works
- Subscribe to this Planable integration
- Inject your Planable Enterprise API Key
- Manage your social content engine using Claude, Cursor, or any MCP client
Who is this for?
- Social Media Managers — bulk-schedule text content and respond to designer comments without opening browsers.
- Marketing Directors — quickly list all pending posts, read them out via the AI, and mass-approve the calendar.
- Community Teams — monitor scheduled outputs mapped onto federated social accounts easily.
Built-in capabilities (10)
Add a comment to a Planable post for team collaboration
Approve a Planable post in the approval workflow. Moves it to scheduled status
Create a Planable post. Instructions: Pass workspace_id, page_id, content text, and scheduled_at (ISO 8601). Post enters approval workflow
Get a Planable post by ID. Returns full content, media, schedule, approval history, and comments
List comments on a Planable post. Returns comment IDs, authors, and text
List social pages (connected accounts) in a Planable workspace. Returns page IDs, platform types, and display names
List posts in a Planable workspace by status. Returns post IDs, content previews, scheduled times, and approval status. Instructions: status = draft|pending_approval|approved|scheduled|published
List members of a Planable workspace. Returns member IDs, names, emails, and roles
List Planable workspaces. Returns workspace IDs, names, and member counts. Planable is a social collaboration platform for content planning and approval
Reject a Planable post with feedback. Returns it to draft for revisions
Why Claude Desktop?
Claude Desktop is the definitive way to connect Planable to your AI workflow. Add Vinkius Edge URL to your config, restart the app, and Claude immediately exposes all 10 tools in the chat interface. ask a question, Claude calls the right tool, and you see the answer. Zero code, zero context switching.
- —
Claude Desktop is the reference MCP client. it was designed alongside the protocol itself, ensuring the most complete and stable MCP implementation available
- —
Zero-code configuration: add a server URL to a JSON file and Claude instantly discovers and exposes all available tools in the chat interface
- —
Claude's extended thinking capability lets it reason through multi-step tool usage, chaining multiple API calls to answer complex questions
- —
Enterprise-grade security with local config storage. your tokens never leave your machine, and connections go directly to Vinkius Edge network
Planable in Claude Desktop
Why run Planable with Vinkius?
The Planable connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 10 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Planable using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Planable and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Planable to Claude Desktop through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Planable for Claude Desktop
Every request between Claude Desktop and Planable is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
Can my AI automatically review and bulk-approve pending posts?
Yes. Instruct the agent to run list_posts filtered by 'pending_approval'. Tell your LLM to ensure they lack profanities or adhere strictly to brand tone. If they pass, you can command the AI to loop over their unique IDs mapping the approve_post mutation simultaneously, scheduling the calendar effortlessly.
Can I leave comments for the rest of my design team through this?
Absolutely. Using the reject_post functionality or directly targeting add_comment on a specific Post ID, the agent injects your exact critique ("Make the background logo larger") back into the underlying Planable portal in real-time. Your team sees your notes just as if you were logged onto their board.
Will the API tell me exactly which social channel the post is meant for?
Yes! Running list_pages maps the organizational identifiers. The API correlates structural pages inside your workspace to logical federated networks (Facebook, LinkedIn, TikTok), telling your agent explicitly what bounds to consider regarding content formatting constraints.
How does Claude Desktop discover MCP tools?
When Claude Desktop starts, it reads the claude_desktop_config.json file and connects to each configured MCP server. It calls the tools/list endpoint to fetch the schema for every available tool, then surfaces them as clickable options in the chat interface via the 🔌 icon.
What happens if the MCP server is temporarily unavailable?
Claude Desktop handles disconnections gracefully. if the server is unreachable at startup, the tools simply won't appear. Once the server becomes available again, restarting Claude Desktop will re-establish the connection. There is no timeout penalty or error loop.
Can I connect multiple MCP servers simultaneously?
Yes. You can add as many servers as you need in the mcpServers section of the config file. Each server appears as a separate tool provider, and Claude can use tools from multiple servers in a single conversation turn.
Is there a limit on the number of tools per server?
Claude Desktop can handle hundreds of tools per server. However, for optimal LLM performance, Vinkius servers are designed to expose focused, well-documented tool sets rather than overwhelming the model with too many options.
Does Claude Desktop support Streamable HTTP transport?
Yes. Claude Desktop supports both SSE (Server-Sent Events) and the newer Streamable HTTP transport that Vinkius uses. Simply provide the server URL. Claude auto-negotiates the transport protocol.
Server not appearing after restart
Ensure the JSON is valid (no trailing commas). Check the file path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\\Claude\\ (Windows).
Authentication error
Verify your Vinkius token is correct. Go to cloud.vinkius.com to regenerate it if needed.
Tools not showing in chat
Click the 🔌 icon at the bottom of the chat input. If it shows 0 tools, the server may still be connecting. wait a few seconds.
Explore More MCP Servers
View all →
OfficeRnD Hybrid
10 toolsHybrid work management — book desks, rooms, and manage office resources via OfficeRnD.

Pinterest Ads
10 toolsManage advertising and pins via Pinterest Ads — list campaigns, track analytics, and audit audiences directly from any AI agent.

Okendo Reviews
10 toolsManage customer reviews and social proof via Okendo — track ratings, questions, and product feedback directly from your AI agent.

Particle IoT
8 toolsAccess Particle IoT devices via API — read sensor variables, control device functions, manage devices, and publish events from any AI agent.
