5ire
5ire is a cross-platform desktop AI assistant that serves as an MCP client, compatible with major service providers.
5ire provides users with a sleek interface to interact with various AI models through the Model Context Protocol. It supports a local knowledge base and integrates tools that enhance the user experience, making it a versatile assistant for both personal and professional use. The application is designed to be user-friendly and efficient, allowing seamless access to AI capabilities across different platforms.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"5ire": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-5ire"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions