Google PageRank for AI agents. 25,000+ tools indexed.

Figma MCP Bridge by gethopp

#3686 of 8164 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

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Figma MCP Bridge by gethopp
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-gethopp--figma-mcp-bridge)](https://agentrank-ai.com/skill/glama-gethopp--figma-mcp-bridge/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-gethopp--figma-mcp-bridge/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-gethopp--figma-mcp-bridge" alt="AgentRank"></a>

Supported Platforms

MCP

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 →