Connect Claude to your workspace
kloudboard ships a hosted MCP server. Add it to Claude as a custom connector and your AI can work with your real boards, Brain, and channel data without leaving the chat.
Connector URL
One URL is all you need. There is no API key and no client secret: the connector uses OAuth 2.1 with automatic client registration, so you approve access by signing in with your kloudboard account.
https://api.kloudboard.com/api/mcpAdd to Claude
- 1
Open connector settings in Claude
In claude.ai or the Claude desktop app, go to Settings, then Connectors, and click Add custom connector.
- 2
Paste the connector URL
Name it kloudboard and paste the URL above. Leave the advanced fields (client ID and secret) empty; none are needed.
- 3
Sign in and pick a workspace
Click Connect. You will be sent to kloudboard to sign in and choose which workspace to share. The connection is scoped to that one workspace.
- 4
Use it in any chat
Claude can now search your Brain, read real performance data, manage cards, and hand bigger jobs to Kloudie. Toggle the tools per chat from the connectors menu.
Using Claude Code?
claude mcp add --transport http kloudboard https://api.kloudboard.com/api/mcpWhat Claude can do
The connector exposes these tools. Fast reads answer in about a second; ask_kloudie runs kloudboard's own agent as you and uses your workspace's AI credits.
get_workspace_overviewOrients the AI in your workspace: boards, channels, team, and what is connected.
search_brainSemantic search over your knowledge base: docs, video transcripts, and synced content.
get_video_performancePer-video performance rows from your connected YouTube, TikTok, and Instagram channels.
search_tasksFind kanban cards by fuzzy text query or card number like KB-26.
get_card_stateFull state of one card: stage, due date, assignees, comments, and time per stage.
get_board_stage_countsLive snapshot of a board: how many cards sit in each stage right now.
youtube_channelLook up any public YouTube channel: subscribers, total views, and top or recent videos.
instagram_accountLook up a public Instagram business or creator account: followers, bio, recent posts.
create_cardCreate a card on one of your boards, straight from the conversation.
create_taskPush a task into your workspace task list.
manage_cardUpdate, move, assign, or comment on a card: structured single edits at no credit cost. No deletes on this surface.
manage_taskUpdate, rename, or complete a task. No deletes on this surface.
save_to_brainPush a note or a public video/post link into your Brain (links are transcribed).
competitor_channelAnalyze any public YouTube channel or Instagram account: recent uploads ranked by outlier multiple vs their own baseline.
manage_competitorsTrack competitor channels; they feed niche scans and the weekly watch.
get_weekly_rollupWeekly board KPIs: completed, created, cycle time, per-stage dwell.
list_creationsRecent Library creations with fetchable media links.
get_conversation_updatePoll a long-running kloudie job: still working, or here is the finished reply.
ask_kloudieHand a job to Kloudie, kloudboard's own AI agent: scripts in your voice, retention-grounded review, planning, and workspace actions.
Access and security
- Each connection is scoped to the single workspace you pick at consent. Claude never sees your other workspaces.
- Standard OAuth 2.1 with PKCE. Access tokens are short-lived and stored hashed on our side.
- Revoke a connection at any time from your workspace settings in the app; it stops working immediately.
- Any MCP client that speaks streamable HTTP with OAuth works too, not just Claude.