Workbeam
Official MCP server

Connect your AI assistant to real team context.

WorkBeam exposes a secure Model Context Protocol server so Cursor, Claude, VS Code, Windsurf, and other clients can answer questions from your team's actual work: projects, meetings, workflows, knowledge, and productivity signals.

See setup steps
Works withClaude DesktopClaude CodeCursorVS CodeWindsurf
config
Create API Key
Step 1

Generate a key on your API Keys page — you only see it once.

tx_5cecju••••••••NoqSd6SQ
action
Add MCP Server
Step 2

Paste the endpoint and key into Claude, Cursor, or any MCP client.

"workbeam-team-information"
url: ai.workbeam.ai/mcp/team-information
auth: Bearer tx_•••
Workbeam AI
output
Agent Connected
Step 3

Your assistant can now answer questions from your team's real work.

WorkBeam tools available
get my team's work()

MCP Setup

Three steps from WorkBeam API key to an AI assistant with live team context.

1. Create a scoped API key
Generate a key in WorkBeam and revoke it any time from your API Keys page.
2. Add the WorkBeam MCP server
Paste the server URL and bearer token into Cursor, Claude, VS Code, Windsurf, or another MCP client.
3. Ask grounded team questions
Let your assistant search work context, meetings, workflows, stats, and team knowledge with account-scoped access.
workbeam-team-information

Server configuration

Use the WorkBeam MCP endpoint with a bearer token generated from your API Keys page. Your assistant only gets the data available to that account and key.

Endpoint
https://ai.workbeam.ai/mcp/team-information

Client JSON

replace token before use
{
  "mcpServers": {
    "workbeam-team-information": {
      "url": "https://ai.workbeam.ai/mcp/team-information",
      "headers": {
        "Authorization": "Bearer tx_your_api_key_here"
      }
    }
  }
}

Need the complete product setup flow? Start with the WorkBeam setup guide, then return here to connect MCP.

What your assistant can do

MCP turns WorkBeam into a live context source for AI tools, without manual copy-paste.

Summarize what your team worked on this week.
Find meetings, workflows, documents, or webpages related to a project.
Check activity, work patterns, scores, and timezone context for attached team members.
Give AI coding agents real product and team context without copying private notes into chat.

Scoped by your account

MCP access follows the same account and team boundaries as WorkBeam. API keys are revocable, and the token should be treated like a password.

Built for grounded answers

Assistants can retrieve WorkBeam context instead of relying on stale prompts or copied snippets. For privacy details, read the WorkBeam data policy.