
MCP Workboard
Connect your coding agent to WorkBoard so OKRs, goals, and strategy updates stay in sync without leaving the editor.
Overview
MCP Workboard is an MCP server for the Build phase that connects coding agents to WorkBoard for OKR and strategy execution workflows.
What is this MCP server?
- stdio MCP bridge to the WorkBoard OKR and strategy execution platform
- Packaged as mcp-workboard-crunchtools on PyPI (v0.6.1)
- Positioned as a secure MCP server for enterprise-style goal workflows
- Fits agents that need to read or act on objectives during planning and weekly reviews
- Server schema version 0.6.1
- Single PyPI package identifier mcp-workboard-crunchtools with stdio transport
Community signal: 1 GitHub stars.
What problem does it solve?
You track company or product OKRs in WorkBoard but your agent cannot see objectives or progress when you plan sprints or write updates.
Who is it for?
Solo builders or tiny teams already paying for WorkBoard who want agent-assisted OKR check-ins and strategy updates.
Skip if: Builders without WorkBoard who only need GitHub issues, Linear, or a markdown roadmap in the repo.
What do I get? / Deliverables
Your agent can call WorkBoard through MCP so goal context and execution data stay aligned with the work you do in the terminal.
- Registered stdio MCP server entry pointing at WorkBoard
- Agent-callable tools for OKR and strategy data exposed by the server implementation
Recommended MCP Servers
Journey fit
Strategy and OKR execution sit in the build phase when solo builders turn a roadmap into tracked outcomes alongside shipping work. PM subphase covers goal tracking, priorities, and execution systems—not just code—where WorkBoard lives.
How it compares
WorkBoard SaaS integration via MCP, not a standalone OKR skill or generic notes plugin.
Common Questions / FAQ
Who is MCP Workboard for?
Indie and small-team builders who use WorkBoard for OKRs and want their Claude Code or Cursor agent to access that system through MCP.
When should I use MCP Workboard?
Use it during build and PM cycles when you want agents to ground tasks in live objectives instead of pasted quarterly goal text.
How do I add MCP Workboard to my agent?
Install the PyPI package mcp-workboard-crunchtools, configure stdio MCP in your client, and supply WorkBoard authentication per the crunchtools repo README.