Originally published on sahansera.dev.
You have a model running in LM Studio. Now you want it to search the web, work with files, or trim a video. Where do you find the tool that makes that possible?
I've built Local AI Tools to help with that step. It's a free, open-source directory where you can browse native LM Studio plugins and MCP servers, search by capability, and inspect their setup information. You don't need an account to use it.
If you already know the plugin you want, a direct link is fine. This is for the stage before that: knowing what you want to do, but not what to install.
sahansera
/
local-ai-tools
Open-source marketplace for discovering LM Studio plugins, MCP servers, and other local AI tools.
Local AI Tools
Discover LM Studio plugins and MCP servers — with compatibility, setup, runtime, and provenance information in one place.
What is Local AI Tools?
Local AI Tools is an open-source discovery marketplace focused on one question:
What can I add to LM Studio?
LM Studio has its own native plugin ecosystem, while thousands of MCP servers live across the broader Model Context Protocol ecosystem. Finding the right tool — and understanding whether it can actually be used with LM Studio — is fragmented.
Local AI Tools brings those ecosystems together into a single searchable catalogue and adds an LM Studio-specific compatibility layer on top.
At a glance
Native LM Studio plugins
Discover public plugins from the LM Studio Hub and jump straight into LM Studio.
MCP servers
Discover servers from the official MCP Registry and see whether their published metadata maps safely to an
Finding the plugin is its own problem
In this Reddit discussion about LM Studio plugins, someone asks for a central listing. They then have to clarify that they mean native plugins, because several replies point them towards MCP servers.
Both can extend a local AI setup, but they're different integration types. A useful directory needs to make that distinction visible and help you understand the setup behind a promising description.
Local AI Tools brings together public plugin listings from LM Studio Hub and server listings from the official MCP Registry. You can browse them together or select either type. Search terms such as video, memory, or web search give you a starting point without needing a package name.
Discovery: Start with the capability you need, then check the type of integration and the setup it requires.
Try it with a video tool
Here's a concrete example using Local Video Tools, a native plugin I also maintain. It exposes video inspection, trimming, conversion, and FFmpeg job management to LM Studio.
sahansera
/
lmstudio-local-video-tools
Native LM Studio video tools for local inspection, trimming and conversion with FFmpeg — privacy-first and hardware accelerated.
🎬 Local Video Tools for LM Studio
Reliable video processing for your local AI.
Inspect, trim, convert, and manage long-running FFmpeg jobs directly from LM Studio — locally, with hardware acceleration, and without holding one AI tool call open for the duration of a video encode.
Try the prompts · Install · How it works · Latest release · Roadmap
v0.1.2 Early Preview is out. The core workflow has been validated with real 4K HEVC/H.265 MOV video on Apple Silicon, including lossless clipping, accurate re-encoding, VideoToolbox conversion, progress tracking, and cancellation. This release also includes filesystem and persisted-job boundary hardening ahead of the public preview.
What this is: a reliable local execution layer for concrete video operations. The model decides what operation to request; FFmpeg does the actual media processing locally.
💬 Try these prompts
Attach a video in LM Studio and talk to it naturally:
| What |
|---|
- Open Local AI Tools and select LM Studio plugins in the type filter.
- Search for
video. Look for Local Video Tools bysahansera; the author matters when similarly named tools appear. - Use the arrow to open its detail page. Check the description, runtime information, and upstream link.
- Read the plugin's installation instructions. This one needs FFmpeg and ffprobe installed locally, even though it has a direct LM Studio installation link.
- With those requirements understood, use the + on its card or Add to LM Studio on the details page to open the installation flow in LM Studio.
The same browsing approach works for other capabilities: narrow the type, search for the task, and inspect a candidate. The directory gets you to the tool and its setup information; the upstream instructions explain how to finish configuring it.
This example also shows why “there's an install button” and “everything is already set up” aren't the same thing.
Native plugins and MCP servers have different setup paths
Native Hub plugins use LM Studio's plugin installation links. Individual plugins can still depend on software installed on your machine, as the video example does.
MCP servers expose capabilities through the Model Context Protocol. LM Studio supports both local and remote MCP servers, with configuration supplied through mcp.json or an available Add to LM Studio link. The LM Studio MCP documentation explains those options.
For MCP listings, Local AI Tools checks whether the upstream metadata is sufficient to generate an LM Studio configuration. You'll see three outcomes:
| Label | What it tells you | What to do next |
|---|---|---|
| LM Studio Ready | The metadata can produce a configuration without additional user-supplied values. | Review the source and runtime requirements before adding it. |
| Setup required | Additional values are needed, such as credentials, paths, or arguments. | Open the details and check which inputs you need to supply. |
| Compatibility unknown | There isn't enough information to determine a configuration. | Check the upstream documentation for manual setup. |
The homepage initially filters for ready entries. Change the compatibility filter if you want to include tools that need setup or have unknown compatibility. An unknown label can reflect incomplete metadata, so it doesn't by itself establish that the server is incompatible.
Compatibility: Generating a configuration and verifying a tool's behaviour are separate jobs. The directory helps with the first.
Check what will run, and where
A local model can use an integration that calls a remote service. An API key, network access, or filesystem access can therefore matter just as much as the tool's name.
The directory surfaces runtime, API-key, source, and risk information where it's available. Some metadata is inferred, and these signals aren't a security audit. I haven't tested every listed tool with every model. Check the upstream project when deciding whether to install it.
The practical distinction is between finding a tool, configuring it, and having your chosen model use it successfully. The catalogue helps with the first two. Actual behaviour still depends on the tool, its environment, and the model.
Open source, with room for better metadata
Local AI Tools is MIT-licensed and built with Astro. Discovery and enrichment happen during the build, and the site is published as static files. The source repository is linked with this article if you'd like to inspect the implementation or contribute.
Listed tools stay with their own maintainers and retain their own licenses. This is an independent community project, not affiliated with or endorsed by LM Studio.
The most useful contributions are concrete: a missing plugin, an incorrect category, or a setup requirement that a listing overlooks. Include the public tool link and what needs correcting in a GitHub issue.
Browse Local AI Tools and search for something you'd like your local model to do. You shouldn't need to know the plugin's name before you can find it.
Disclosure: This article was written with AI assistance.



Top comments (0)