Leafengines
Rank #26,975io.github.QWarranto/leafengines
MCP server providing leafengines capabilities
Leafengines is a Model Context Protocol (MCP) server published by QWarranto. It ranks #26,975 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Leafengines is listed across 3 registries — Official MCP, Smithery and Glama, with 8 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 88,485 of 115,460 servers on MCP Toplist.
Use Leafengines
claude mcp add leafengines -e "LEAFENGINES_API_KEY=<your LEAFENGINES_API_KEY>" -- npx -y @ancientwhispers54/leafengines-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.leafengines]
command = "npx"
args = ["-y", "@ancientwhispers54/leafengines-mcp-server"]
[mcp_servers.leafengines.env]
LEAFENGINES_API_KEY = "<your LEAFENGINES_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leafengines": {
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<your LEAFENGINES_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leafengines": {
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<your LEAFENGINES_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"leafengines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<your LEAFENGINES_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leafengines": {
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<your LEAFENGINES_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"leafengines": {
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<your LEAFENGINES_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.QWarranto%2Fleafengines)<a href="https://mcptoplist.com/server/io.github.QWarranto%2Fleafengines"><img src="https://mcptoplist.com/badge/io.github.QWarranto%2Fleafengines.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)
QWarranto
Available versions (8)
| Version | Published |
|---|---|
| 1.1.6 | Mar 31, 2026 |
| 1.1.5 | Mar 31, 2026 |
| 1.1.4 | Mar 31, 2026 |
| 1.1.3 | Mar 31, 2026 |
| 1.1.2 | Mar 31, 2026 |
| 1.1.1 | Mar 31, 2026 |
| 1.1.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Leafengines?
- Leafengines is maintained by QWarranto, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Leafengines listed on the Official MCP Registry?
- Yes — Leafengines is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Leafengines have?
- MCP Toplist tracks 8 versions of Leafengines, most recently published on Mar 31, 2026.
- Where can I find the source code for Leafengines?
- The source code for Leafengines is hosted at github.com/QWarranto/leafengines-claude-mcp.