MCP Connector

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/mcp

Add to Claude

  1. 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. 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. 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. 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/mcp

What 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_overview

Orients the AI in your workspace: boards, channels, team, and what is connected.

search_brain

Semantic search over your knowledge base: docs, video transcripts, and synced content.

get_video_performance

Per-video performance rows from your connected YouTube, TikTok, and Instagram channels.

search_tasks

Find kanban cards by fuzzy text query or card number like KB-26.

get_card_state

Full state of one card: stage, due date, assignees, comments, and time per stage.

get_board_stage_counts

Live snapshot of a board: how many cards sit in each stage right now.

youtube_channel

Look up any public YouTube channel: subscribers, total views, and top or recent videos.

instagram_account

Look up a public Instagram business or creator account: followers, bio, recent posts.

create_card

Create a card on one of your boards, straight from the conversation.

create_task

Push a task into your workspace task list.

manage_card

Update, move, assign, or comment on a card: structured single edits at no credit cost. No deletes on this surface.

manage_task

Update, rename, or complete a task. No deletes on this surface.

save_to_brain

Push a note or a public video/post link into your Brain (links are transcribed).

competitor_channel

Analyze any public YouTube channel or Instagram account: recent uploads ranked by outlier multiple vs their own baseline.

manage_competitors

Track competitor channels; they feed niche scans and the weekly watch.

get_weekly_rollup

Weekly board KPIs: completed, created, cycle time, per-stage dwell.

list_creations

Recent Library creations with fetchable media links.

get_conversation_update

Poll a long-running kloudie job: still working, or here is the finished reply.

ask_kloudie

Hand 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.