Plumb (plumb-mcp)
Rank #2,278io.github.tathagat22/plumb-mcp
Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.
Plumb (plumb-mcp) is a Model Context Protocol (MCP) server published by tathagat22. It ranks #2,278 of 115,460 servers tracked on MCP Toplist, and its repository has 76 GitHub stars. Plumb (plumb-mcp) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 24, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 113,182 of 115,460 servers on MCP Toplist.
Use Plumb (plumb-mcp)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add plumb-mcp -e "FIGMA_TOKEN=<your FIGMA_TOKEN>" -e "PLUMB_SESSION_NAME=<your PLUMB_SESSION_NAME>" -- npx -y plumb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.plumb-mcp]
command = "npx"
args = ["-y", "plumb-mcp"]
[mcp_servers.plumb-mcp.env]
FIGMA_TOKEN = "<your FIGMA_TOKEN>"
PLUMB_SESSION_NAME = "<your PLUMB_SESSION_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"plumb-mcp": {
"command": "npx",
"args": [
"-y",
"plumb-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"PLUMB_SESSION_NAME": "<your PLUMB_SESSION_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"plumb-mcp": {
"command": "npx",
"args": [
"-y",
"plumb-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"PLUMB_SESSION_NAME": "<your PLUMB_SESSION_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"plumb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plumb-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"PLUMB_SESSION_NAME": "<your PLUMB_SESSION_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"plumb-mcp": {
"command": "npx",
"args": [
"-y",
"plumb-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"PLUMB_SESSION_NAME": "<your PLUMB_SESSION_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"plumb-mcp": {
"command": "npx",
"args": [
"-y",
"plumb-mcp"
],
"env": {
"FIGMA_TOKEN": "<your FIGMA_TOKEN>",
"PLUMB_SESSION_NAME": "<your PLUMB_SESSION_NAME>"
}
}
}
}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.tathagat22%2Fplumb-mcp)<a href="https://mcptoplist.com/server/io.github.tathagat22%2Fplumb-mcp"><img src="https://mcptoplist.com/badge/io.github.tathagat22%2Fplumb-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
tathagat22
Other servers by tathagat22
View all tathagat22 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.10.0 | May 27, 2026 |
| 0.7.1 | May 24, 2026 |
Frequently asked questions
- Who maintains Plumb (plumb-mcp)?
- Plumb (plumb-mcp) is maintained by tathagat22, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Plumb (plumb-mcp) listed on the Official MCP Registry?
- Yes — Plumb (plumb-mcp) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Plumb (plumb-mcp) have?
- MCP Toplist tracks 2 versions of Plumb (plumb-mcp), most recently published on May 27, 2026.
- Where can I find the source code for Plumb (plumb-mcp)?
- The source code for Plumb (plumb-mcp) is hosted at github.com/tathagat22/plumb-mcp.