Quickstart
Get your MCP servers connected in a few minutes.
1. Create an account
Go to bloque.run and sign up. You can sign in with GitHub or email.
2. Create a Hub
A Hub is your top-level project in Bloque. One is created automatically when you first sign up. You can rename it or create additional Hubs from the Hub switcher in the sidebar (Starter and Pro plans).
3. Generate an API key
Navigate to API Keys in the sidebar and create a new key. Copy it — you will use it in step 5.
4. Add an MCP server
Go to MCP Servers and click Add Server. You can:
- Search the Bloque registry and add a server in one click
- Paste a GitHub URL or npm package name and let the wizard auto-configure it
- Enter connection details manually (command, URL, or environment variables)
See Add an MCP Server for details.
5. Connect your MCP client
Open the Setup Guide in the sidebar to get the connection snippet for your client. The key values are:
| Field | Value |
|---|---|
| URL | Shown in Setup Guide |
| Authorization | Bearer <your API key> |
Step-by-step instructions for Claude, Claude Code, Codex, ChatGPT, VS Code, Cursor, and LM Studio are in Client Settings.
What's next
- Concepts — understand Hubs and more
- Authenticate an MCP server — set up OAuth or credentials
- Playground — test tools interactively (Starter / Pro)