bloom-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bloom-mcpShow me my Bloom Growth scorecard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bloom-mcp
MCP server for Bloom Growth — update metrics, check scorecards, and manage rocks directly from Claude.
Prerequisites
Node.js 18+ — nodejs.org
1Password CLI — install guide, must be signed in with
op signinClaude Code CLI and/or Claude Desktop
A
Bloom Growthitem in yourEmployee1Password vault withEmailandPasswordfields
Related MCP server: Notion MCP Server
Install
git clone https://github.com/tbohling15/bloom-mcp.git ~/bloom-mcp
cd ~/bloom-mcp
npm install
npm run build
bash install.shThe installer will:
Check Node.js and 1Password CLI are present
Verify your Bloom credentials in 1Password
Build the server
Register
bloom-growthin Claude Code (~/.claude.json) and Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)
Restart Claude after running the installer.
Auth
Credentials are fetched automatically from 1Password at runtime:
op://Employee/Bloom Growth/Email
op://Employee/Bloom Growth/PasswordTokens are cached for their full TTL — no repeated logins. To verify your 1Password item is set up correctly:
op read "op://Employee/Bloom Growth/Email"
op read "op://Employee/Bloom Growth/Password"Both commands should print a value. If either fails, open 1Password and create an item named Bloom Growth in the Employee vault with your Bloom login credentials.
Alternatively, set BLOOM_USERNAME and BLOOM_PASSWORD environment variables to bypass 1Password entirely.
Tools
Tool | Description |
| All your measurables with current scores |
| Metrics assigned to you |
| Details for one metric by ID |
| Full score history (includes week/score IDs for updates) |
| Update a score by score ID |
| Post a score for a specific week |
| Your Level 10 meetings |
| Scorecard for a specific meeting |
| Your quarterly rocks / goals |
| Open todos for a meeting |
Example prompts
Once installed, try these in Claude:
"Show me my Bloom Growth scorecard"
"List my measurables in Bloom"
"Update my [metric name] score to [value] for this week in Bloom Growth"
"List my quarterly rocks in Bloom"
"What todos are open for my leadership meeting?"
Install via Claude Code
Team members can also paste this into a Claude Code session and let Claude run the setup:
Please set up the Bloom Growth MCP server for me. Here's what to do:
1. Run the install script at ~/Downloads/bloom-mcp/install.sh (adjust this path to wherever I saved the bloom-mcp folder)
2. The script will check for Node.js and 1Password CLI, verify my Bloom credentials in 1Password, build the server, and register it in my Claude config
3. After it finishes, confirm the setup worked and tell me what prompts I can use
Go ahead and run it now.Update the path in step 1 to wherever the bloom-mcp folder was saved.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbohling15/bloom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server