Cross-Platform AI Client · MCP Marketplace

Add Browser-Based MCP Tools to 5ire

5ire is a cross-platform AI client (Mac, Windows, Linux) with a built-in MCP marketplace. It makes connecting MCP servers easy through its graphical configuration. Connect Agent MCP Studio's relay bridge to give 5ire access to your browser-built custom tools.

Share:

Prerequisites

Step-by-Step Setup

  1. Get your relay URL

    Open the studio → SettingsMCP Relay Bridge → copy URL → click Connect. Then download bridge.js:

    curl -O https://agentmcp.studio/bridge.js && npm install ws
  2. Open 5ire Settings → MCP

    In 5ire: click the Settings gear → MCP tab → Add Server. Choose Custom from the marketplace dropdown.

  3. Configure the server

    Fill in:

    • Name: Agent MCP Studio
    • Command: node
    • Arguments: /path/to/bridge.js wss://agentmcp.studio/api/relay/YOUR-UUID

    Toggle the server Active and save. 5ire will launch bridge.js and show the available tools in the chat interface.

  4. Use your tools in 5ire chat

    Open a chat, enable Tools mode, and ask the AI to use one of your browser-built tools. The bridge chip in Agent MCP Studio will confirm the connection is live.

Frequently Asked Questions

Yes — 5ire supports MCP tool servers. In 5ire's Settings → MCP Servers, add your bridge.js server configuration and 5ire's AI assistant can call Agent MCP Studio tools during your conversations.

5ire is a local-first AI assistant application that works with multiple LLM providers (OpenAI, Anthropic, Gemini, and local models). It emphasizes privacy and local data, with MCP support for extending AI capabilities with custom tools.

Yes — 5ire supports local LLMs via Ollama. MCP tool calling depends on the model's function calling capabilities. Use instruction-tuned models (Llama 3 Instruct, Qwen Instruct) for best MCP tool compatibility in 5ire.

5ire is free to download and use. It's a desktop application for macOS and Windows. You bring your own API keys for cloud LLMs, or use local models via Ollama at no cost.

Check: (1) MCP server is enabled in 5ire settings, (2) Node.js is installed and accessible, (3) relay UUID matches Studio Settings exactly, (4) you clicked Connect in Agent MCP Studio, (5) 5ire was restarted after adding the server.

Related Integrations