Server data from the Official MCP Registry
Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.
Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.
Plumb is a well-architected Figma MCP server with solid security fundamentals. Authentication is properly scoped to the plugin pairing mechanism and optional REST token handling. Code quality is high with proper error handling and input validation. The loopback-only WebSocket bridge and deliberate plugin pairing click provide good access controls. No malicious patterns or dangerous credential handling detected. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FIGMA_TOKEN
Environment variable: PLUMB_SESSION_NAME
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tathagat22-plumb-mcp": {
"env": {
"FIGMA_TOKEN": "your-figma-token-here",
"PLUMB_SESSION_NAME": "your-plumb-session-name-here"
},
"args": [
"-y",
"plumb-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.