Install
bash
npm install -g @buzzbip/mcp
# Or run without global install
npx @buzzbip/mcpEnvironment variables
bash
# Required
BUZZBIP_API_KEY=bb_live_xxxxxxxxxxxxxxxx
# Optional
BUZZBIP_WORKSPACE_ID=wsp_abc123Cursor configuration
Add the server to your Cursor MCP settings (.cursor/mcp.json or Cursor Settings → MCP):
json
{
"mcpServers": {
"buzzbip": {
"command": "npx",
"args": ["-y", "@buzzbip/mcp"],
"env": {
"BUZZBIP_API_KEY": "bb_live_xxxxxxxxxxxxxxxx"
}
}
}
}Claude Desktop configuration
Add the same block to claude_desktop_config.json under mcpServers. Restart Claude Desktop after saving.
Verify connection
- Restart your AI client after updating MCP configuration
- Ask the assistant to list available BuzzBip tools
- Run a test query such as "Search contacts named Walid"
- Confirm the tool call succeeds and returns workspace data
Store API keys in environment variables or a secrets manager — never commit them to mcp.json in version control.
