An MCP server for automatic license plate recognition
Connect Omni to Claude, Cursor or any other MCP client and it stops being a tab you switch to. An MCP server for automatic license plate recognition. The omni mcp server is what makes that connection.
The server ships on PyPI as omni-lpr, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_models — Lists the available detector and OCR modelsrecognize_plate — Recognizes text from a pre-cropped license plate imagedetect_and_recognize_plate — Detects and recognizes all license plates in a full imagerecognize_plate_from_path — Recognizes text from a pre-cropped license plate image at a given pathdetect_and_recognize_plate_from_path — Detects and recognizes plates in a full image at a given pathQuickstart — You can get started with Omni-LPR in a few minutes by following the steps described belowUsage — Omni-LPR exposes its capabilities as "tools" that can be called via a REST API or over the MCPIntegration — You can connect any client that supports the MCP protocol to the server. The following examples show how to use the server with [LMDocumentation — The Documentation tool exposed by this serverExamples — Check out the examples directory for usage examplesContributing — Contributions are always welcome! Please see CONTRIBUTING.md for details on how to get startedAcknowledgements — The Acknowledgements tool exposed by this serverPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Omni's toolset — list_models, recognize_plate, detect_and_recognize_plate and 9 more — is a fair guide to whether it matches your workflow. It is maintained by habedi; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_models | Lists the available detector and OCR models. |
| recognize_plate | Recognizes text from a pre-cropped license plate image. |
| detect_and_recognize_plate | Detects and recognizes all license plates in a full image. |
| recognize_plate_from_path | Recognizes text from a pre-cropped license plate image at a given path. |
| detect_and_recognize_plate_from_path | Detects and recognizes plates in a full image at a given path. |
| Quickstart | You can get started with Omni-LPR in a few minutes by following the steps described below. |
| Usage | Omni-LPR exposes its capabilities as "tools" that can be called via a REST API or over the MCP. |
| Integration | You can connect any client that supports the MCP protocol to the server. The following examples show how to use the server with [LM Studio](https://lmstudio.ai/). |
| Documentation | The Documentation tool exposed by this server. |
| Examples | Check out the [examples](examples) directory for usage examples. |
| Contributing | Contributions are always welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to get started. |
| Acknowledgements | The Acknowledgements tool exposed by this server. |
{
"mcpServers": {
"omni-lpr-local": {
"url": "http://127.0.0.1:8000/mcp/"
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.