Dali by Lulu
Rank #7,175io.github.Lulu-The-Narwhal/dali
The prediction MCP — score your prompt before you generate, so you never waste a credit.
Dali by Lulu is a Model Context Protocol (MCP) server published by lulu-the-narwhal. It ranks #7,175 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Dali by Lulu is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 108,416 of 115,591 servers on MCP Toplist.
Use Dali by Lulu
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dali https://dali.getlulu.dev/mcpclaude mcp add dali -- uvx dali-mcp[mcp_servers.dali]
url = "https://dali.getlulu.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.dali]
command = "uvx"
args = ["dali-mcp"]Add to ~/.codex/config.toml.
https://dali.getlulu.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dali": {
"command": "uvx",
"args": [
"dali-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dali": {
"url": "https://dali.getlulu.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dali": {
"command": "uvx",
"args": [
"dali-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dali": {
"type": "http",
"url": "https://dali.getlulu.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dali": {
"type": "stdio",
"command": "uvx",
"args": [
"dali-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dali": {
"serverUrl": "https://dali.getlulu.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dali": {
"command": "uvx",
"args": [
"dali-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dali": {
"url": "https://dali.getlulu.dev/mcp"
}
}
}{
"mcpServers": {
"dali": {
"command": "uvx",
"args": [
"dali-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.github.Lulu-The-Narwhal%2Fdali)<a href="https://mcptoplist.com/server/io.github.Lulu-The-Narwhal%2Fdali"><img src="https://mcptoplist.com/badge/io.github.Lulu-The-Narwhal%2Fdali.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
lulu-the-narwhal
Other servers by lulu-the-narwhal
- Lulu Ads — Publisher Concierge#12,621 · 1 ver
- crypto-price-mcp#51,841
- Air Quality MCP#52,732 · 2 vers
- air-quality-mcp#64,479
- domain-rdap-mcp#64,480
- fx-converter-mcp#64,481
- holidays-mcp#64,482
- postal-lookup-mcp#64,483
Available versions (2)
| Version | Published |
|---|---|
| 0.5.8 | Jul 12, 2026 |
| 0.4.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Dali by Lulu?
- Dali by Lulu is maintained by lulu-the-narwhal, which publishes 16 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Dali by Lulu listed on the Official MCP Registry?
- Yes — Dali by Lulu is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dali by Lulu have?
- MCP Toplist tracks 2 versions of Dali by Lulu, most recently published on Jul 12, 2026.
- Where can I find the source code for Dali by Lulu?
- The source code for Dali by Lulu is hosted at github.com/lulu-the-narwhal/dali-mcp.