How to Use the Hullo MCP in Claude Code
Manage your coworking space from the terminal. Claude Code uses Hullo to script member check-ins and community updates headlessly.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hullo MCP to Claude Code
Create your Vinkius account to connect Hullo to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Coworking Scripts in Claude Code
Hullo functions as an MCP Server that turns your terminal into a headless workspace management system. You can write a quick bash script that tells Claude Code to pull the daily check-in roster using `list_members`. This is perfect for DevOps engineers running cron jobs. Pipe the output to your logging system, or use `get_member` to verify desk bookings for specific tenants during a morning audit.
Broadcast Updates via CLI
Community managers should not have to log into a web portal to send a fire drill announcement. You can trigger the `send_message` tool directly from your command line. Pass the message data as a JSON string and Claude Code pushes it to your tenants immediately. You can also pull recent replies by running the `get_conversation` tool in your terminal.
Hullo MCP Server CI/CD Integration
Automate your tenant onboarding process completely. When a new company signs a lease, your CI/CD pipeline can trigger Claude Code to execute the `create_member` tool. The agent handles the JSON payload and provisions the new accounts. It then runs `list_conversations` to add the new members to the appropriate community channels, all without human intervention.
Set up Hullo MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehullo-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Hullo transactions." It will automatically discover and invoke the available Hullo tools.
claude mcp add --transport http hullo-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Hullo MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hullo MCP today
We host it, we monitor it, we maintain it. You just paste one token.