FocusAny is an open-source AI productivity tool that combines global search, plugin ecosystem, LLM integration, MCP protocol, and visual workflow automation into one powerful desktop app. Whether you need quick file access, clipboard management, screenshot tools, AI chat across 40+ providers, or automated workflow orchestration — FocusAny has you covered.
🎯 Mission: Be your "second brain" — an infinitely extensible productivity hub.
🚀 Global Search | 🔌 Plugin Ecosystem | 🤖 40+ LLM Providers | ⚡ MCP Protocol | 🎨 Visual Workflow
| Feature | Description |
|---|---|
| Global Search | Instant search with pinyin fuzzy matching, context-aware (current file/image/text/window) |
| Quick Panel | Hotkey-activated action panel, follows your cursor |
| AI LLM Integration | 40+ built-in providers (OpenAI / Claude / Gemini / DeepSeek / Qwen, etc.), custom providers & models |
| MCP Protocol | Built-in MCP server (127.0.0.1:61000), plugin tools exposed to AI via standardized protocol |
| Visual Workflow | Drag-and-drop automation engine (triggers + conditions + LLM calls + commands) |
| Plugin Ecosystem | Install from store / local ZIP / dev directory — as easy as browser extensions |
| Clipboard History | Real-time monitoring (text/image/file), encrypted storage, search & WebDAV sync |
| Screenshot & Recording | Built-in screenshot, screen recording, color picker, screen lock |
| File Management | Quick file launch, file explorer integration, WebDAV remote sync |
| Window Management | Global hotkeys, detachable windows, cursor-tracked positioning |
| Dark Mode | Eye-friendly dark theme |
| Cross-Platform | Supports macOS / Windows / Linux |
FocusAny features a rich plugin ecosystem covering document editing, design, development tools, and utilities. Plugins can be installed via one-click from the store, imported from local ZIP, or loaded from a dev directory. Developers can build plugins quickly with focusany-sdk.
💡 Growing Fast: New plugins are added regularly. Developers can publish and monetize their own plugins via the FocusAny SDK.
FocusAny provides a complete SDK (focusany-sdk) supporting Vue / React and other frameworks. Plugins declare capabilities via config.json (actions, match rules, MCP tools, permissions, etc.).
npx focusany release-prepare # Pre-publish config checkFocusAny ships with built-in AI LLM and MCP (Model Context Protocol) support:
Use hundreds of models out of the box:
Global: OpenAI / Anthropic Claude / Google Gemini / Groq / Mistral / Perplexity / xAI Grok / Nvidia / GitHub Models
China: DeepSeek / Qwen / GLM (Zhipu) / Moonshot (Kimi) / Baichuan / Yi (01.AI) / Stepfun / Doubao (Volcengine) / Tencent Hunyuan / Baidu ERNIE / iFlytek Spark / 360 Brain / SiliconFlow / Ollama / LM Studio
Built-in MCP server at 127.0.0.1:61000 with HTTP + SSE dual protocol support. All plugin-registered MCP tools are accessible to any MCP-compatible AI client.
Drag-and-drop automation engine for creating complex workflows without coding:
- Triggers: Manual / Timer (Cron) / Event-based
- Node Types: Command execution / JavaScript / Conditions / LLM calls / MCP plugin tools
- Variables: Auto-pass data between nodes with
${variable}syntax - Run Logs: Real-time execution tracking
Visit the FocusAny Website to download the installation package for your system. Install with one click and start using!
⚠️ Only tested with Node.js 20
Ubuntu/Debian:
sudo apt install -y make gcc g++ python3Windows:
- Install Visual Studio 2019 with the "Desktop Development with C++" workload
macOS:
- Install Python 3
# Install dependencies
npm install
# Start development mode
npm run dev
# Build for production
npm run buildPlease mention "FocusAny" when adding friends
| 💬 WeChat Group | 🗣️ QQ Group |
|---|---|
- ⭐ Star us on GitHub / Gitee / GitCode
- 🐛 Report bugs or suggest features → Open an Issue
- 🔌 Build a plugin → Check out
/sdkdirectory andfocusany-sdk - 📖 Improve docs → PRs welcome
This project is open-sourced under the Apache-2.0 license. Free to use, modify, and distribute commercially.
⭐ If this project helps you, please give us a Star!
💝 Thanks to all contributors and users for your support


















