Llmopt
Rank #17,760io.metavert/llmopt
MCP server providing llmopt capabilities
Llmopt is a Model Context Protocol (MCP) server published by jonradoff. It ranks #17,760 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Llmopt is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 97,700 of 115,460 servers on MCP Toplist.
Use Llmopt
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http llmopt https://llmopt.metavert.io/mcp[mcp_servers.llmopt]
url = "https://llmopt.metavert.io/mcp"Add to ~/.codex/config.toml.
https://llmopt.metavert.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"llmopt": {
"url": "https://llmopt.metavert.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llmopt": {
"type": "http",
"url": "https://llmopt.metavert.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llmopt": {
"serverUrl": "https://llmopt.metavert.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llmopt": {
"url": "https://llmopt.metavert.io/mcp"
}
}
}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.metavert%2Fllmopt)<a href="https://mcptoplist.com/server/io.metavert%2Fllmopt"><img src="https://mcptoplist.com/badge/io.metavert%2Fllmopt.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
jonradoff
Other servers by jonradoff
View all jonradoff servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Llmopt?
- Llmopt is maintained by jonradoff, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Llmopt listed on the Official MCP Registry?
- Yes — Llmopt is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Llmopt have?
- MCP Toplist tracks 2 versions of Llmopt, most recently published on Mar 6, 2026.
- Where can I find the source code for Llmopt?
- The source code for Llmopt is hosted at github.com/jonradoff/llmopt.