Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BitScale MCP ServerList my grids and show the data for the 'Sales Outreach' grid."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BitScale MCP Server
Connect your BitScale workspace to Claude via the Model Context Protocol (MCP).
Setup
1. Install uv (one-time)
macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"2. Add to Claude Desktop config
Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:
{
"mcpServers": {
"bitscale": {
"command": "uvx",
"args": ["bitscale-mcp"],
"env": {
"BITSCALE_API_KEY": "your_api_key_here"
}
}
}
}3. Restart Claude Desktop
That's it. No cloning, no pip install — uvx pulls and runs the package automatically.
Tools
Tool | Description |
| Get workspace name, plan, and member info |
| List all Grids with optional search & pagination |
| Fetch a Grid's column schema and row data |
| Trigger a Grid run (full or selected rows) |
| Poll the status of a Grid run |
| Rotate the workspace API key |
Usage Examples
"List all my BitScale grids"
"Run the Leads Enrichment grid"
"What columns does my Outbound grid have?"
"Check the status of run xyz456 on grid abc123"
Claude Code
claude mcp add bitscale \
--command uvx \
--args bitscale-mcp \
--env BITSCALE_API_KEY=your_api_key_hereAPI Reference
Requests hit https://api.bitscale.ai/api/v1, authenticated via X-API-KEY. Default rate limit: 5 req/s per workspace.
Endpoint | Method | Tool |
| GET |
|
| GET |
|
| GET |
|
| POST |
|
| GET |
|
| POST |
|
⚠️ API Key Rotation
Calling rotate_api_key immediately invalidates the current key. Update BITSCALE_API_KEY in your config and restart Claude Desktop after rotating.
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.