How to Use the Front MCP in Claude Code
Bring your inbox to the terminal. Use Claude Code to automate Front workflows via CLI commands.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Front MCP to Claude Code
Create your Vinkius account to connect Front 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.
Terminal-based Front MCP Server
Connect this server to your terminal to list shared inboxes with `list_shared_inboxes`. It pipes the output directly into your shell for easy parsing. Get metadata for any conversation using `get_conversation_details`. It is built for scripts that need to track status updates or team assignments.
Automate replies via Claude Code
Call `send_inbox_reply` from your CI/CD pipeline or a local shell script. It sends your message text to the right thread without a GUI. Use `list_conversation_messages` to fetch thread history for log analysis. This is ideal for automated reporting on support volume.
Search and monitor via Claude Code
Query your entire inbox from the command line using `search_conversations`. It returns results in a format you can pipe to other tools. Check your API health with `verify_api_status`. If the check fails, the server exits with a non-zero code, making it easy to integrate into your monitoring setup.
Set up Front 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 seefront-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Front transactions." It will automatically discover and invoke the available Front tools.
claude mcp add --transport http front-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 Front MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Front MCP today
We host it, we monitor it, we maintain it. You just paste one token.