AI-powered local file management with state-of-the-art models
Most developer tooling work still happens through a UI a human drives. Local MCP server moves it into the conversation instead. AI-powered local file management with state-of-the-art models.
This software uses AI to organize your local files. It operates locally with Ollama. It does not need a cloud connection. You can also connect it to an OpenAI-compatible endpoint or Anthropic Claude.
Installation goes through your MCP client rather than a global install: point it at local-file-organizer on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 10 tools. What each one is for:
Intelligence — Learns patterns, tracks preferences, suggests actions, and adds tags automatically (see [automation.suggestions](docs/developer/capability-matrix.md#aDeduplication — Finds duplicate files with hash and semantic checks (requires optional [dedup] extra; see [deduplication.manage](docs/developer/capability-matrix.md#dAuto-Update — Manages application updates safely across platforms (see updates.manage)Cross-Platform — Operates on macOS, Windows, and Linux (see cli surface status)macOS — ~/Library/Application Support/file-organizer/Linux — ~/.config/file-organizer/ (or $XDG_CONFIG_HOME/file-organizer/)Windows — %APPDATA%/file-organizer/Interfaces — The Interfaces tool exposed by this serverOrganization — The Organization tool exposed by this serverEssentials — The Essentials tool exposed by this serverConfiguration is passed through the environment: FO_PROVIDER. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Local's toolset — Intelligence, Deduplication, Auto-Update and 7 more — is a fair guide to whether it matches your workflow.
This entry was verified against Local's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Intelligence | Learns patterns, tracks preferences, suggests actions, and adds tags automatically (see [automation.suggestions](docs/developer/capability-matrix.md#automationsuggestions) and [automation.tags](docs/developer/capability- |
| Deduplication | Finds duplicate files with hash and semantic checks (requires optional [dedup] extra; see [deduplication.manage](docs/developer/capability-matrix.md#deduplicationmanage)). |
| Auto-Update | Manages application updates safely across platforms (see [updates.manage](docs/developer/capability-matrix.md#updatesmanage)). |
| Cross-Platform | Operates on macOS, Windows, and Linux (see [cli surface status](docs/developer/capability-matrix.md#summary-statistics)). |
| macOS | ~/Library/Application Support/file-organizer/ |
| Linux | ~/.config/file-organizer/ (or $XDG_CONFIG_HOME/file-organizer/) |
| Windows | %APPDATA%/file-organizer/ |
| Interfaces | The Interfaces tool exposed by this server. |
| Organization | The Organization tool exposed by this server. |
| Essentials | The Essentials tool exposed by this server. |
{
"mcpServers": {
"local-file-organizer": {
"command": "uvx",
"args": ["local-file-organizer"],
"env": {
"FO_PROVIDER": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| FO_PROVIDER | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.