clawpipe-mcp-server
v3.2.0
Published
ClawPipe MCP server — expose the AI pipeline as tools for Claude, ChatGPT, and other AI agents.
Maintainers
Readme
clawpipe-mcp-server
Model Context Protocol server for ClawPipe — expose the intelligent AI pipeline as tools for Claude, ChatGPT, and other AI agents.
Tools
| Tool | Description |
|------|-------------|
| clawpipe_prompt | Send a prompt through the full pipeline (Booster, Pack, Cache, Route, Call, Learn) |
| clawpipe_analyze_cost | Estimate cost of a prompt without sending it |
| clawpipe_stats | Get current session telemetry snapshot |
| clawpipe_booster_check | Check if Booster can resolve a prompt without AI |
Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"clawpipe": {
"command": "npx",
"args": ["clawpipe-mcp-server"],
"env": {
"CLAWPIPE_API_KEY": "cp_xxx"
}
}
}
}Cursor
Add to Cursor settings → MCP:
{
"mcpServers": {
"clawpipe": {
"command": "npx",
"args": ["-y", "clawpipe-mcp-server"],
"env": { "CLAWPIPE_API_KEY": "cp_xxx" }
}
}
}Smithery
One-click install via smithery.ai/server/clawpipe — the smithery.yaml in this repo is the submission manifest.
Official MCP Registry
Submitted via server.json (root of this package). Search "clawpipe" in the MCP Registry.
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| CLAWPIPE_API_KEY | Yes | Your ClawPipe API key |
| CLAWPIPE_PROJECT_ID | No | Project ID (defaults to mcp-default) |
Publishing / registration
- npm:
npm publish --access public(package isclawpipe-mcp-server). - Official MCP Registry: submit
server.jsonat https://registry.modelcontextprotocol.io/submit - Smithery: connect the GitHub repo at https://smithery.ai/new —
smithery.yamlis auto-detected. - Glama + mcp.so: both index from GitHub topics. Ensure
mcptopic is set on the repo.
Development
npm install
npm run build
npm testLicense
MIT
