5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .
5ire (pronounced "fai-er") is a free, cross-platform desktop application written in TypeScript that acts as both an AI chat interface and a full MCP client, connecting to Anthropic's Claude alongside OpenAI, Azure, Google, Mistral, DeepSeek, Grok, Doubao, and Ollama. It integrates with Claude through the Anthropic API and supports MCP tools and prompts, allowing users to connect external MCP servers that can interact with file systems, databases, and remote data sources. A built-in marketplace backed by an open repository lets users discover and share MCP servers via one-click installation. The application also includes a local knowledge base that uses the bge-m3 embedding model to parse and vectorize docx, xlsx, pptx, pdf, txt, and csv files for on-device RAG, a prompts library with variable support, and API usage analytics that track spending per provider. Developers, researchers, and power users who want a single desktop client spanning multiple AI providers with extensible tooling are the primary audience.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/nanbingxyz/5ire{
"mcpServers": {
"5ire": {
"command": "node",
"args": ["/path/to/5ire/dist/index.js"]
}
}
}Resumen de MCP Servers
<div align="center">
<a href="https://github.com/nanbingxyz/5ire">
<img src="https://5ire.app/logo.png" alt="Logo" width="120">
</a>
<br />
<span>(pronounced "fai-er")</span>
<h1>A Sleek AI Assistant & MCP Client</h1>
<div>
<a href="https://modelcontextprotocol.io/clients" target="_blank"><img src="https://badge.mcpx.dev/?type=client" /></a>
<img src="https://badge.mcpx.dev/?type=client&features=tools,prompts" />
<a href="https://discord.gg/ADfBTGd5jd"><img src="https://dcbadge.limes.pink/api/server/ADfBTGd5jd?style=flat&theme=clean" alt="5ire discord server"/></a>
<img src="https://img.shields.io/badge/price-free-brightgreen.svg"/>
<a href="https://linkedin.com/in/nanbing" target="_blank"><img src="https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff" alt="follow on LinkedIn"></a>
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
<a href="https://github.com/nanbingxyz/5ire/graphs/commit-activity" target="_blank">
<img alt="Commits last month" src="https://img.shields.io/github/commit-activity/m/nanbingxyz/5ire?labelColor=%20%2332b583&color=%20%2312b76a"></a>
<a href="https://github.com/nanbingxyz/5ire/issues" target="_blank">
<img alt="Issues closed" src="https://img.shields.io/github/issues-search?query=repo%3Ananbingxyz%2F5ire%20is%3Aclosed&label=issues%20closed&labelColor=%20%237d89b0&color=%20%235d6b98"></a>
<a href="https://mseep.ai/app/92bbc79d-4b4d-4707-8d43-2d3d8ebb4fa8" target="_blank"><img src="https://mseep.ai/badge.svg" alt="Verified on MseeP"/></a>
</div>
<br />
<img src="https://github.com/user-attachments/assets/e622e1da-09b9-4212-b71c-ad9d39bf3cd5" width="100%"/>
<br />
<p>
<br />
<div style="display:flex;justify-content:space-around;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:15px;">
<span style="font-size:12px;">OpenAI</span>
<span style="font-size:12px;">/ Azure</span>
<span style="font-size:12px;">/ Anthropic</span>
<span style="font-size:12px;">/ Google</span>
<span style="font-size:12px;">/ Mistral</span>
<span style="font-size:12px;">/ Doubao</span>
<span style="font-size:12px;">/ Grok</span>
<span style="font-size:12px;">/ DeepSeek</span>
<span style="font-size:12px;">/ Ollama</span>
</div>
<br />
<a href="https://x.com/intent/follow?screen_name=1ronben">Twitter</a>
·
<a href="https://github.com/nanbingxyz/5ire/releases/latest">Releases</a>
</p>
<div><a href="https://buymeacoffee.com/ironben"><img src="https://github.com/user-attachments/assets/2265e2d6-2a17-4a48-b779-52a925261135" style="width:200px"/></a></div>
<br />
<video src="https://github.com/user-attachments/assets/741b23d3-31df-4749-bde4-103e2d415953.mp4"></video>
</div>
<br />
### Before to activating tools feature, ensure the following components are installed:
- Python
- Node.js
- uv (Python package manager)
These components are required as they constitute the runtime environment for the MCP Server. If you don't anticipate using the tools feature immediately, you may choose to skip this installation step and complete it later when the need arises.
For detailed installation instructions, please see our [Installation Guide](INSTALLATION.md).
<br/>
### 💪 Getting involved
If you want to contribute code to 5ire or develop your own apps based on 5ire, start with the [Development Setup Guide](DEVELOPMENT.md).
Visit [Wiki](https://deepwiki.com/nanbingxyz/5ire) for more details.
**🚀 To integrate 5ire’s one-click server installation into your website, see the** [One-Click Server Installation Integration Guide](https://github.com/nanbingxyz/5ire/wiki/One%E2%80%90Click-Server-Installation-Integration-Guide).
<br/>
### 💬 Community
**[Join the Discord](https://discord.gg/ADfBTGd5jd)**, By joining, you’ll get:
- Faster responses to your questions and issues
- Direct input on new features and improvements
- A place to share ideas, tips, and feedback with other 5ire users
- Opportunities to co-build and shape the future of 5ire together
<br/>
# Features
## ⚒️ Support Tools via MCP Servers
MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
With tools, you can access the file system, obtain system information, interact with databases, access remote data, and more, rather than just having a simple conversation.
https://github.com/user-attachments/assets/5aa98f2b-c26d-435e-8196-73fa414066eb
We have created an open [marketplace for MCP Servers](https://github.com/nanbingxyz/mcpsvr). it empowers users to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.
https://github.com/user-attachments/assets/be66c30e-bb29-4dfe-9f25-8d396470ed60
## 💡 Local Knowledge Base
We have integrated the bge-m3 as our local embedding model, which excels in multilingual vectorization. 5ire now supports parsing and vectorization of docx, xlsx, pptx, pdf, txt, and csv documents, enabling storage of these vectors to power robust Retrieval-Augmented Generation (RAG) capabilities locally.

## 📈 Usage Analytics
By keeping track of your API usage and spending, you can gain a better understanding of how much you're spending on the API and make informed decisions to optimize your use of the service.

## ✨ Prompts Library
The prompt library provides an effective way to create and organize your own prompts. These prompts are highly versatile, thanks to their support for variables.

## 🔖 Bookmarks
You can bookmark each conversation, and even if the original messages are deleted, the saved bookmarked content remains unaffected.

## 🔍 Quick Search
You can perform keyword searches across all conversations, quickly pinpointing the information you need.

> [!TIP]
> Since 5ire uses native dependencies, it needs to be packaged on the corresponding platform. If it is on Mac OS, you may also need to configure APPLE_TEAM_ID, APPLE_ID, and APPLE_ID_PASS for notarization to avoid security alerts.
<hr/>
## Discover Exceptional MCP Servers
[MCPSvr](https://github.com/nanbingxyz/mcpsvr), a community-driven directory of MCP servers, empowers developers to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.
Lo que la gente pregunta sobre 5ire
¿Qué es nanbingxyz/5ire?
+
nanbingxyz/5ire es mcp servers para el ecosistema de Claude AI. 5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers . Tiene 5.2k estrellas en GitHub y se actualizó por última vez 23d ago.
¿Cómo se instala 5ire?
+
Puedes instalar 5ire clonando el repositorio (https://github.com/nanbingxyz/5ire) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar nanbingxyz/5ire?
+
Nuestro agente de seguridad ha analizado nanbingxyz/5ire y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene nanbingxyz/5ire?
+
nanbingxyz/5ire es mantenido por nanbingxyz. La última actividad registrada en GitHub es de 23d ago, con 74 issues abiertos.
¿Hay alternativas a 5ire?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega 5ire en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/nanbingxyz-5ire)<a href="https://claudewave.com/repo/nanbingxyz-5ire"><img src="https://claudewave.com/api/badge/nanbingxyz-5ire" alt="Featured on ClaudeWave: nanbingxyz/5ire" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。