Cleo MCP Server
Rank #118io.github.kryptobaseddev/cleo-mcp-server
MCP server providing cleo-server capabilities
Cleo MCP Server is a Model Context Protocol (MCP) server published by kryptobaseddev. It ranks #118 of 132,046 servers tracked on MCP Toplist, and its repository has 160 GitHub stars. Cleo MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 42 tracked versions. It was first listed on Dec 6, 2025 and most recently updated on Mar 18, 2026.
Ranks ahead of 131,928 of 132,046 servers on MCP Toplist.
Use Cleo MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cleo-mcp-server -e "CLEO_PROJECT_DIR=<your CLEO_PROJECT_DIR>" -- npx -y @cleocode/cleo --mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.cleo-mcp-server]
command = "npx"
args = ["-y", "@cleocode/cleo", "--mcp-server"]
[mcp_servers.cleo-mcp-server.env]
CLEO_PROJECT_DIR = "<your CLEO_PROJECT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cleocode/cleo",
"--mcp-server"
],
"env": {
"CLEO_PROJECT_DIR": "<your CLEO_PROJECT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cleocode/cleo",
"--mcp-server"
],
"env": {
"CLEO_PROJECT_DIR": "<your CLEO_PROJECT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cleo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cleocode/cleo",
"--mcp-server"
],
"env": {
"CLEO_PROJECT_DIR": "<your CLEO_PROJECT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cleocode/cleo",
"--mcp-server"
],
"env": {
"CLEO_PROJECT_DIR": "<your CLEO_PROJECT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cleo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cleocode/cleo",
"--mcp-server"
],
"env": {
"CLEO_PROJECT_DIR": "<your CLEO_PROJECT_DIR>"
}
}
}
}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.kryptobaseddev%2Fcleo-mcp-server)<a href="https://mcptoplist.com/server/io.github.kryptobaseddev%2Fcleo-mcp-server"><img src="https://mcptoplist.com/badge/io.github.kryptobaseddev%2Fcleo-mcp-server.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kryptobaseddev
Available versions (42)
| Version | Published |
|---|---|
| 2026.3.35 | Mar 18, 2026 |
| 2026.3.34 | Mar 17, 2026 |
| 2026.3.33 | Mar 17, 2026 |
| 2026.3.32 | Mar 17, 2026 |
| 2026.3.31 | Mar 16, 2026 |
| 2026.3.30 | Mar 16, 2026 |
| 2026.3.29 | Mar 16, 2026 |
| 2026.3.28 | Mar 9, 2026 |
| 2026.3.23 | Mar 8, 2026 |
| 2026.3.22 | Mar 8, 2026 |
| 2026.3.20 | Mar 8, 2026 |
| 2026.3.20-beta.1 | Mar 8, 2026 |
| 2026.3.18 | Mar 7, 2026 |
| 2026.3.19 | Mar 7, 2026 |
| 2026.3.17 | Mar 7, 2026 |
| 2026.3.16 | Mar 7, 2026 |
| 2026.3.15 | Mar 6, 2026 |
| 2026.3.14 | Mar 6, 2026 |
| 2026.3.13-beta.1 | Mar 3, 2026 |
| 2026.3.12 | Mar 3, 2026 |
| 2026.3.11 | Mar 3, 2026 |
| 2026.3.10 | Mar 3, 2026 |
| 2026.3.7 | Mar 2, 2026 |
| 2026.2.5 | Feb 22, 2026 |
| 0.98.4 | Feb 19, 2026 |
| 0.98.3 | Feb 14, 2026 |
| 0.98.2 | Feb 14, 2026 |
| 0.97.0 | Feb 13, 2026 |
| 0.95.4 | Feb 13, 2026 |
| 0.95.0 | Feb 13, 2026 |
| 0.94.3 | Feb 13, 2026 |
| 0.94.2 | Feb 13, 2026 |
| 0.94.1 | Feb 13, 2026 |
| 0.92.1 | Feb 12, 2026 |
| 0.90.3 | Feb 11, 2026 |
| 0.90.2 | Feb 11, 2026 |
| 0.90.1 | Feb 11, 2026 |
| 0.90.0 | Feb 11, 2026 |
| 0.88.0 | Feb 11, 2026 |
| 0.87.1 | Feb 10, 2026 |
| 0.86.0 | Feb 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cleo MCP Server?
- Cleo MCP Server is maintained by kryptobaseddev, which publishes 1 MCP server (42 total versions) tracked on MCP Toplist.
- Is Cleo MCP Server listed on the Official MCP Registry?
- Yes — Cleo MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Cleo MCP Server have?
- MCP Toplist tracks 42 versions of Cleo MCP Server, most recently published on Mar 18, 2026.
- Where can I find the source code for Cleo MCP Server?
- The source code for Cleo MCP Server is hosted at github.com/kryptobaseddev/cleo.git.
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.