Secure MCP server for WorkBoard OKR and strategy execution platform
MCP Workboard MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Secure MCP server for WorkBoard OKR and strategy execution platform.
Once MCP Workboard is connected, these are the calls the assistant has available:
workboard_get_user — Get a user by ID or the current authenticated userworkboard_list_users — List all users (Data-Admin role required)workboard_create_user — Create a new user (Data-Admin role required)workboard_update_user — Update an existing userworkboard_get_objectives — Get objectives associated with a user (API capped at 15)workboard_get_objective_details — Get details for a specific objective with key resultsworkboard_get_my_objectives — Get the current user's owned objectives by ID (recommended)workboard_create_objective — Create a new objective with key results (Data-Admin required)workboard_get_my_key_results — List current user's key results with metric IDs and progressworkboard_update_key_result — Update key result progress for weekly OKR check-insworkboard_get_workstreams — Get team workstreams accessible to the authenticated userworkboard_get_workstream_activities — Get workstream details with all action itemsmcp-workboard-crunchtools on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: WORKBOARD_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Workboard's toolset — workboard_get_user, workboard_list_users, workboard_create_user and 11 more — is a fair guide to whether it matches your workflow. It is maintained by crunchtools; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| workboard_get_user | Get a user by ID or the current authenticated user |
| workboard_list_users | List all users (Data-Admin role required) |
| workboard_create_user | Create a new user (Data-Admin role required) |
| workboard_update_user | Update an existing user |
| workboard_get_objectives | Get objectives associated with a user (API capped at 15) |
| workboard_get_objective_details | Get details for a specific objective with key results |
| workboard_get_my_objectives | Get the current user's owned objectives by ID (recommended) |
| workboard_create_objective | Create a new objective with key results (Data-Admin required) |
| workboard_get_my_key_results | List current user's key results with metric IDs and progress |
| workboard_update_key_result | Update key result progress for weekly OKR check-ins |
| workboard_get_workstreams | Get team workstreams accessible to the authenticated user |
| workboard_get_workstream_activities | Get workstream details with all action items |
| workboard_get_team_workstreams | Get all workstreams belonging to a specific team |
| workboard_create_workstream | Create a new workstream for a team |
{
"mcpServers": {
"workboard": {
"command": "uvx",
"args": ["mcp-workboard-crunchtools"],
"env": {
"WORKBOARD_API_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| WORKBOARD_API_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.