Figma MCP Bridge by gethopp
37 score
Figma MCP Bridge is a combined Figma plugin and MCP server that bypasses Figma's free API rate limits by streaming live document data directly to AI tools via a local WebSocket connection instead of the standard cloud API.
Ranked #3686 out of 8164 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness 22d ago
Issue Health 64%
Stars 123
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Platforms medium impact
Supported Platforms
From the README
# Figma MCP Bridge
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Local development](#local-development)
- [Structure](#structure)
- [How it works](#how-it-works)
<br/>
<br/>
While other amazing Figma MCP servers like [Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP/) exist, one issues is the [API limiting](https://github.com/GLips/Figma-Context-MCP/issues/258) for free users.
The limit for free accounts is 6 requests per month, yes **per month**.
Figma MCP Bridge is a solution to this problem. It is a plugin + MCP server that streams live Figma document data to AI tools without hitting Figma API rate limits, so its Figma MCP for the rest of us ✊
## Demo
[Watch a demo of building a UI in Cursor with Figma MCP Bridge](https://youtu.be/ouygIhFBx0g)
## Quick Start
### 1. Add the MCP server to your favourite AI tool
Add the following to your AI tool's MCP configuration (e.g. Cursor, Windsurf, Claude Desktop):
```json
{
"figma-bridge": {
"command": "npx",
Read full README on GitHub →