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