Back to Home
Bowlly MCP Server
Connect Bowlly product data to Claude Desktop or Cursor via MCP (Model Context Protocol).
Quick Setup (Recommended)
This runs the interactive setup wizard and can update your Claude Desktop config automatically.
npx @bowlly/mcp-server --setup
You’ll need a Bowlly API key (environment variable: BOWLLY_API_KEY). Public self-serve key issuance is not available yet.
Manual Setup
Add this to your MCP client config and restart the app.
Claude Desktop
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%/Claude/claude_desktop_config.json
- Linux: ~/.config/Claude/claude_desktop_config.json
Cursor
- Project: .cursor/mcp.json
- User: ~/.cursor/mcp.json
{
"mcpServers": {
"bowlly": {
"command": "npx",
"args": ["-y", "@bowlly/mcp-server"]
}
}
}
Notes
- MCP tools return product data without affiliate links; share the provided detailUrl as-is (it includes src=agent for attribution).
- API reference: /api-docs
- GPT Actions spec (ChatGPT Custom GPTs): /gpt-actions.yaml