Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "toolbox": {4 "env": {5 "BFL_API_KEY": "your-bfl-api-key",6 "FIGMA_API_KEY": "your-figma-api-key",7 "TAVILY_API_KEY": "your-tavily-api-key",8 "DUCKDUCKGO_API_KEY": "your-duckduckgo-api-key"9 },10 "args": [11 "--prerelease=allow",12 "mcp-toolbox@latest",13 "stdio"14 ],15 "command": "uvx"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation