io.github.rudraptpsingh/figbridge MCP Server
io.github.rudraptpsingh/figbridge
What is the io.github.rudraptpsingh/figbridge MCP server?
Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles.
How to install io.github.rudraptpsingh/figbridge
Copy-paste configuration for popular MCP clients.
FIGBRIDGE_PORTPreferred TCP port for the local HTTP+SSE bridge that the Figma plugin connects to. Defaults to 7331. If the port is in use, the bridge walks 7331..7340 automatically.
{
"mcpServers": {
"figbridge": {
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "<YOUR_FIGBRIDGE_PORT>"
}
}
}
}{
"mcpServers": {
"figbridge": {
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "<YOUR_FIGBRIDGE_PORT>"
}
}
}
}{
"mcpServers": {
"figbridge": {
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "<YOUR_FIGBRIDGE_PORT>"
}
}
}
}{
"servers": {
"figbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "<YOUR_FIGBRIDGE_PORT>"
}
}
}
}claude mcp add figbridge --env FIGBRIDGE_PORT=<YOUR_FIGBRIDGE_PORT> -- npx -y figbridge-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.