Omni Lpr
Rank #9,904io.github.habedi/omni-lpr
An MCP server for automatic license plate recognition
Omni Lpr is a Model Context Protocol (MCP) server published by habedi. It ranks #9,904 of 132,046 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. Omni Lpr is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Aug 27, 2025 and most recently updated on Jul 5, 2026.
Ranks ahead of 122,142 of 132,046 servers on MCP Toplist.
Use Omni Lpr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http omni-lpr https://{baseurl}/mcp/claude mcp add omni-lpr -- uvx omni-lpr[mcp_servers.omni-lpr]
url = "https://{baseurl}/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.omni-lpr]
command = "uvx"
args = ["omni-lpr"]Add to ~/.codex/config.toml.
https://{baseurl}/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"omni-lpr": {
"command": "uvx",
"args": [
"omni-lpr"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"omni-lpr": {
"url": "https://{baseurl}/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"omni-lpr": {
"command": "uvx",
"args": [
"omni-lpr"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"omni-lpr": {
"type": "http",
"url": "https://{baseurl}/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"omni-lpr": {
"type": "stdio",
"command": "uvx",
"args": [
"omni-lpr"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"omni-lpr": {
"serverUrl": "https://{baseurl}/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"omni-lpr": {
"command": "uvx",
"args": [
"omni-lpr"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"omni-lpr": {
"url": "https://{baseurl}/mcp/"
}
}
}{
"mcpServers": {
"omni-lpr": {
"command": "uvx",
"args": [
"omni-lpr"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.habedi%2Fomni-lpr)<a href="https://mcptoplist.com/server/io.github.habedi%2Fomni-lpr"><img src="https://mcptoplist.com/badge/io.github.habedi%2Fomni-lpr.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
habedi
Available versions (5)
| Version | Published |
|---|---|
| 0.3.5 | Jul 5, 2026 |
| 0.3.6 | Jul 5, 2026 |
| 0.3.4 | Nov 8, 2025 |
| 0.3.2 | Sep 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Omni Lpr?
- Omni Lpr is maintained by habedi, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Omni Lpr listed on the Official MCP Registry?
- Yes — Omni Lpr is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Omni Lpr have?
- MCP Toplist tracks 5 versions of Omni Lpr, most recently published on Jul 5, 2026.
- Where can I find the source code for Omni Lpr?
- The source code for Omni Lpr is hosted at github.com/habedi/omni-lpr.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.