The Superblocks MCP server lets AI coding agents (Cursor, Claude Code, Windsurf, and others) interact with your Superblocks organization directly. Agents can list applications, manage integrations, deploy apps, manage access control, and more — all through the Model Context Protocol.Documentation Index
Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Connect to the hosted Superblocks MCP server — no install required. You’ll need your Superblocks API token, which you can find in Personal Settings > API Key.- Cursor
- Claude Code
- Other MCP clients
What can the MCP server do?
Once connected, AI agents can use the following capabilities through natural language:| Category | Examples |
|---|---|
| Applications | List apps, view structure, check commit history, deploy, undeploy |
| Integrations | List, create, update, and delete integrations |
| Access control | View and manage application, workflow, and job permissions |
| Role management | Assign and update org-level roles for users and groups |
| Organization | View org summary, list members, manage builder seats |
| Folders | Create, update, and delete folders |
| Audit | Query audit events and compute aggregated metrics |
| Chat history | Retrieve Clark AI conversation history for any application |
| Billing | View plan summary and usage |
| Knowledge | List and view Knowledge entries |
Alternative: Local MCP server
If you prefer to run the MCP server locally, you can use the CLI-based setup instead. This requires Node.js 22+ and an API token.Authenticate
Run the following command, replacing
<token> with your Superblocks API key. You can find your API key in Personal Settings.Install the MCP server
Run the setup command for your IDE:This writes the MCP server configuration to
- Cursor
- Claude Code
- Other MCP clients
~/.cursor/mcp.json.--dry-run to preview the configuration without modifying any files:
Troubleshooting
Hosted server: authentication errors
Hosted server: authentication errors
Verify your API token is correct. You can find or regenerate it in Personal Settings > API Key.Make sure the If the token was recently regenerated, update it in your MCP client configuration and restart your IDE.
Authorization header uses the Bearer prefix:Local server: not connecting
Local server: not connecting
Verify the server starts correctly by running it directly:If you see the usage text, the server is installed correctly. Restart your IDE and check that the MCP server appears in your IDE’s MCP server list.
Local server: authentication errors
Local server: authentication errors
Re-run the login command to refresh your token:Your token is stored at
~/.superblocks/auth.json. You can verify it exists:Local server: Node.js version requirements
Local server: Node.js version requirements
The local MCP server requires Node.js 22 or later. Check your version:The hosted server at
app.superblocks.com/mcp has no local requirements.


