
Bucket
JS/TS SDKs for Bucket.co
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install bucketco/bucket-javascript-sdk -c claude
This command will automatically install and configure the Bucket MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Bucket": {
"command": "npx",
"args": [
"-y",
"workspaces"
],
"env": {}
}
}
}
Bucket
Feature flags for SaaS that run on TypeScript. Learn more and get started
React SDK
Client side React SDK
Vue SDK (beta)
Client side Vue SDK
Browser SDK
Browser SDK for use in non-React web applications
Node.js SDK
Node.js SDK for use on the server side.
Bucket CLI
CLI to interact with Bucket and generate types
OpenFeature Browser Provider
Use Bucket with OpenFeature in the browser through the Bucket OpenFeature Browser Provider
OpenFeature Node.js Provider
Use the Bucket with OpenFeature on the server in Node.js through the Bucket OpenFeature Node.js Provider
Development
Versioning
- Create a new branch locally
- Run
yarn run version
- Push and PR
Publishing
The Github Action will automatically publish any versioned packages when merging to main
Stars
10Forks
7Last commit
1 month agoRepository age
3 yearsLicense
MIT
Auto-fetched from GitHub .