boon-mcp-server
v1.0.1
Published
Boon coaching data MCP server for Claude
Readme
Boon MCP Server
Connects your Boon coaching data to Claude. Ask Claude about your coaching goals, session history, action items, and more.
Setup
npx boon-mcp-setup [email protected]Then restart Claude Desktop.
Try it
Open Claude Desktop and ask:
- "Help me prepare for my next coaching session"
- "What are my coaching goals?"
- "What happened in my last few sessions?"
- "What action items do I have?"
- "Show me my competency scores"
- "What patterns has my coach noticed?"
Tools
| Tool | What it does |
|---|---|
| prepare_for_next_session | Everything you need for session prep in one call |
| get_my_coaching_goals | Your goals, focus areas, and recent session themes |
| get_my_recent_sessions | Session summaries with themes, goals, plans, and Zoom links |
| get_my_development_plan | Action items grouped by status |
| get_my_competency_scores | Competency scores with progression over time |
| get_my_coach_feedback | Recurring themes, coaching wins, and practice scores |
Requirements
- Claude Desktop
- Node.js 18+
- A Boon coaching account (your company email)
Updating
To update to the latest version, run the setup command again:
npx boon-mcp-setup [email protected]Development
git clone https://github.com/boon-coaching/boon-mcp-server.git
cd boon-mcp-server
npm install
npm run buildRun locally:
[email protected] npm start