MCP server that enhances prompts for Claude Code using enterprise playbook rules
Project description
ClaudeBoost MCP
Supercharge your Claude Code prompts with enterprise-grade enhancement.
ClaudeBoost is an MCP server that transforms vague prompts into structured, enterprise-quality instructions. It classifies your prompt's domain, scores it across 6 dimensions, and rewrites it using playbook-powered rules.
Quick Start
1. Install
pip install claudeboost-mcp
2. Add to Claude Code
claude mcp add claudeboost -- claudeboost-mcp
Or add manually to ~/.claude/mcp_settings.json:
{
"mcpServers": {
"claudeboost": {
"command": "claudeboost-mcp",
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}
3. Set your Anthropic API key
export ANTHROPIC_API_KEY="sk-ant-..."
4. Use it
/boost build me an ETL pipeline
Or just type any prompt — ClaudeBoost auto-boosts all task prompts.
Features
- 7 Domain Detection — Data Science, Data Engineering, Business Analytics, General Coding, Documentation, DevOps, Other
- 6-Dimension Scoring — Specificity, Verification, Context, Constraints, Structure, Output (1-5 each, /30 total)
- 3 Boost Levels — Light (clarify only), Medium (balanced), Full (enterprise playbook)
- RLHF Feedback Loop — Rate boosts and leave feedback → improves future enhancements
- Web Dashboard — View history, stats, score histograms at claudeboost.com
Commands
| Command | Description |
|---|---|
/boost <prompt> |
Boost a specific prompt |
/boost --login |
Sign in (opens browser) |
/boost --logout |
Sign out |
/boost-settings --level light|medium|full |
Change boost intensity |
/boost-settings --auto true|false |
Toggle auto-boost |
/boost-help |
Show all commands |
--raw |
Add to end of prompt to skip boost |
Requirements
- Python 3.10+
- Anthropic API key
- Claude Code CLI
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claudeboost_mcp-0.2.0.tar.gz.
File metadata
- Download URL: claudeboost_mcp-0.2.0.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dd7c40cf8dee36b6e91f969119de5b6e6a4a16f4865306bdb43b749c447bb42
|
|
| MD5 |
0220e037b8b7f5cd15a8eb269b26d2a0
|
|
| BLAKE2b-256 |
24fc43aa8c143940f0a94484bdbe971c8d66cee1d0efbc3cae328665aa32f89b
|
File details
Details for the file claudeboost_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: claudeboost_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142b9574e1c37f7eccdaec5cfc064d2c26cd371a1bc61f954821075374010b3b
|
|
| MD5 |
61e6ff2cc3c4958b1f5e197aa0dffaca
|
|
| BLAKE2b-256 |
a199ff73cf753037ee4a5be3100b8d847a528c0e5b35f855fda369adc1779a5f
|