Cce MCP Server
Rank #3,056io.github.OdinBot33/cce-mcp-server
MCP server providing cce-server capabilities
Cce MCP Server is a Model Context Protocol (MCP) server published by OdinBot33. It ranks #3,056 of 132,046 servers tracked on MCP Toplist, and its repository has 85 GitHub stars. Cce MCP Server is listed across 2 registries — Official MCP and mcp.so, with 5 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 128,990 of 132,046 servers on MCP Toplist.
Use Cce MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cce-mcp-server -e "SUPABASE_URL=<your SUPABASE_URL>" -e "SUPABASE_SERVICE_ROLE_KEY=<your SUPABASE_SERVICE_ROLE_KEY>" -- npx -y cce-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.cce-mcp-server]
command = "npx"
args = ["-y", "cce-mcp-server"]
[mcp_servers.cce-mcp-server.env]
SUPABASE_URL = "<your SUPABASE_URL>"
SUPABASE_SERVICE_ROLE_KEY = "<your SUPABASE_SERVICE_ROLE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cce-mcp-server": {
"command": "npx",
"args": [
"-y",
"cce-mcp-server"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cce-mcp-server": {
"command": "npx",
"args": [
"-y",
"cce-mcp-server"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cce-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cce-mcp-server"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cce-mcp-server": {
"command": "npx",
"args": [
"-y",
"cce-mcp-server"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cce-mcp-server": {
"command": "npx",
"args": [
"-y",
"cce-mcp-server"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_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.OdinBot33%2Fcce-mcp-server)<a href="https://mcptoplist.com/server/io.github.OdinBot33%2Fcce-mcp-server"><img src="https://mcptoplist.com/badge/io.github.OdinBot33%2Fcce-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
OdinBot33
Available versions (5)
| Version | Published |
|---|---|
| 1.3.1 | Mar 13, 2026 |
| 1.3.0 | Mar 13, 2026 |
| 1.2.1 | Mar 13, 2026 |
| 1.0.2 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cce MCP Server?
- Cce MCP Server is maintained by OdinBot33, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Cce MCP Server listed on the Official MCP Registry?
- Yes — Cce MCP Server is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Cce MCP Server have?
- MCP Toplist tracks 5 versions of Cce MCP Server, most recently published on Mar 13, 2026.
- Where can I find the source code for Cce MCP Server?
- The source code for Cce MCP Server is hosted at github.com/OdinBot33/cce-mcp-server.
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.