awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Best Figma MCP Servers

Ranking updated Jul 13, 2026

For an MCP server for integrating with Figma, the first results are grab/cursor-talk-to-figma-mcp (This repository is a dedicated Model Context Protocol server that enables AI agents to programmatically inspect, create, and manipulate Figma design elements, directly fulfilling the requirements for Figma-AI integration), mark3labs/mcp-go (This repository is a Go SDK for building Model Context Protocol servers rather than a pre-built Figma-specific MCP server, meaning it provides the tools to create one but does not include the required Figma API integration) and tobi/qmd (This is a local RAG and semantic search engine that implements the Model Context Protocol, but it lacks the specific Figma API integration required to interact with design files and elements). transitive-bullshit/chatgpt-api and idosal/git-mcp round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “best figma mcp servers”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Best Figma MCP Servers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • grab/cursor-talk-to-figma-mcpgrab avatar

    grab/cursor-talk-to-figma-mcp

    6,855View on GitHub↗

    This is a Figma MCP server that exposes document manipulation capabilities to AI assistants through the Model Context Protocol. It functions as a bridge between AI tools and Figma, enabling programmatic creation, reading, updating, and deletion of design elements including frames, text nodes, components, and connectors. The server provides AI-powered design generation that translates natural language prompts into complete UI screens and design elements within Figma. It includes a design annotation system for adding, updating, and retrieving markdown-supported annotations on nodes, along with

    This repository is a dedicated Model Context Protocol server that enables AI agents to programmatically inspect, create, and manipulate Figma design elements, directly fulfilling the requirements for Figma-AI integration.

    JavaScriptFigmaFigmaFigma Document Manipulation APIs
    View on GitHub↗6,855
  • mark3labs/mcp-gomark3labs avatar

    mark3labs/mcp-go

    8,806View on GitHub↗

    mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport

    This repository is a Go SDK for building Model Context Protocol servers rather than a pre-built Figma-specific MCP server, meaning it provides the tools to create one but does not include the required Figma API integration.

    GoModel Context ProtocolMCP ServersModel Context Protocol Servers
    View on GitHub↗8,806
  • tobi/qmdtobi avatar

    tobi/qmd

    9,498View on GitHub↗

    qmd is a local semantic search engine and RAG knowledge base indexer that functions as a Model Context Protocol server. It converts local documents, markdown files, and codebases into a searchable database to provide retrieval augmented generation capabilities for AI agents. The system exposes its search and retrieval tools via stdio or HTTP. It utilizes local model files for embeddings and reranking, supporting query expansion across multiple languages. The project employs abstract syntax tree based chunking to split source code at function and class boundaries. It implements hybrid vector-

    This is a local RAG and semantic search engine that implements the Model Context Protocol, but it lacks the specific Figma API integration required to interact with design files and elements.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    View on GitHub↗9,498
  • transitive-bullshit/chatgpt-apitransitive-bullshit avatar

    transitive-bullshit/chatgpt-api

    18,117View on GitHub↗

    This project is a tool for integrating existing HTTP APIs with AI agents by translating standard web endpoints into the Model Context Protocol. It provides a framework for constructing and managing libraries of functions that allow large language models to execute tasks and retrieve data. The system functions as an AI gateway that manages tool hosting, authentication, and routing. It includes capabilities for monetizing tool access through usage-based billing and payment processor integration, as well as the ability to publish service definitions to a gateway for commercial productization. T

    This is a general-purpose framework for building and hosting MCP servers rather than a pre-built Figma-specific integration, meaning you would need to configure it with Figma API endpoints yourself to achieve the desired functionality.

    TypeScriptModel Context ProtocolMCP Servers
    View on GitHub↗18,117
  • idosal/git-mcpidosal avatar

    idosal/git-mcp

    7,622View on GitHub↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    This is a Model Context Protocol server designed for indexing and querying Git repositories and documentation, rather than providing the specific Figma API integration required to interact with design files and frames.

    TypeScriptModel Context ProtocolMCP Servers
    View on GitHub↗7,622
  • modelcontextprotocol/csharp-sdkmodelcontextprotocol avatar

    modelcontextprotocol/csharp-sdk

    3,912View on GitHub↗

    The Model Context Protocol C# SDK is a library for building clients and servers that implement the Model Context Protocol to integrate AI tools and resources. It provides an AI tool integration framework and a multi-modal content handler to exchange text, images, and binary resources between AI models and external context providers. The SDK utilizes a JSON-RPC communication library to manage bidirectional data exchange. It features a transport-agnostic communication layer that supports standard input and output, HTTP, and in-memory pipes, with specific integration for ASP.NET Core hosting. T

    This repository is a software development kit for building MCP servers rather than a pre-built Figma-specific MCP server, meaning you would use this to develop the tool you are looking for instead of using it directly.

    C#MCP ServersModel Context Protocol ServersModel Context Protocol Implementations
    View on GitHub↗3,912
  • menloresearch/janmenloresearch avatar

    menloresearch/jan

    43,052View on GitHub↗

    Jan is a local language model desktop application and AI assistant orchestrator. It provides a unified interface for interacting with both resident models and remote cloud AI providers. The project functions as a host for the Model Context Protocol, connecting AI models to external tools and data sources. It also operates as an OpenAI compatible API server, exposing local models through a standardized server endpoint for other applications to query. The system supports the creation of specialized AI personas with custom instructions and allows for the management of hybrid model environments,

    Jan is an AI assistant and model orchestration platform that supports the Model Context Protocol, but it is a host application rather than a specific server implementation for integrating Figma design data.

    TypeScriptModel Context ProtocolModel Context Protocol Implementations
    View on GitHub↗43,052
  • mcp-use/mcp-usemcp-use avatar

    mcp-use/mcp-use

    10,137View on GitHub↗

    mcp-use is a development framework designed for building, deploying, and managing servers, clients, and autonomous agents using the Model Context Protocol. It provides a comprehensive toolkit for creating servers that expose custom tools, data resources, and prompts to compatible AI agents. The project distinguishes itself by offering a complete lifecycle for protocol-based applications, including a dedicated hosting platform for production servers and a compliance validator to ensure servers meet marketplace publishing requirements. It also features an observability suite for tracing protoco

    This is a development framework for building and managing MCP servers rather than a pre-built Figma-specific MCP server that provides the requested design data integration.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    View on GitHub↗10,137
  • langchain-ai/open-agent-platformlangchain-ai avatar

    langchain-ai/open-agent-platform

    1,859View on GitHub↗

    The Open Agent Platform is an orchestration environment for building, deploying, and managing autonomous AI agents. It provides a framework for constructing both single-task performers and complex multi-agent systems, utilizing a central supervisor pattern to coordinate collaborative workflows and task delegation. The platform distinguishes itself through a graph-based execution model that defines the sequence of logic and tool calls, paired with a visual configuration interface that allows for the creation of agent workflows without manual coding. It incorporates enterprise-grade security by

    This is a general-purpose agent orchestration platform that supports the Model Context Protocol, but it is not a specialized Figma-specific server designed to inspect and interact with design files.

    TypeScriptModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗1,859
  • the-pocket/pocketflow-tutorial-codebase-knowledgeThe-Pocket avatar

    The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge

    12,396View on GitHub↗

    This project is a comprehensive suite of AI tools and frameworks, featuring an LLM multi-agent orchestrator, an autonomous agent runtime, and a stateful application framework. It provides the infrastructure to build and manage specialized AI agents capable of coordinating complex tasks through graph-based workflows and shared state. The system is distinguished by its implementation of the Model Context Protocol, allowing for standardized resource discovery and communication between AI clients and servers. It further includes an AI-powered documentation generator designed to analyze source cod

    This repository is a general-purpose framework for building AI agents and orchestrators using the Model Context Protocol, but it lacks the specific Figma API integration and design-data inspection capabilities required for a Figma MCP server.

    PythonModel Context ProtocolModel Context Protocol ServersModel Context Protocol Implementations
    View on GitHub↗12,396
  • getsentry/xcodebuildmcpgetsentry avatar

    getsentry/XcodeBuildMCP

    4,367View on GitHub↗

    XcodeBuildMCP is a Model Context Protocol server and development tool bridge that provides AI agents with the ability to control xcodebuild, manage simulators, and automate the compilation and execution of Apple platform applications. It functions as a persistent daemon that proxies native IDE build and debug capabilities to external clients and agents. The project distinguishes itself by using the Model Context Protocol to expose build and device management tools through a standardized interface. It implements specialized skill priming and instruction configuration to ensure AI agents can in

    This is a Model Context Protocol server, but it is designed for Xcode build automation and Apple platform development rather than interacting with Figma design files or design data.

    TypeScriptMCP ServersModel Context Protocol Servers
    View on GitHub↗4,367
  • modelcontextprotocol/inspectormodelcontextprotocol avatar

    modelcontextprotocol/inspector

    8,721View on GitHub↗

    The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang

    This repository is a diagnostic and debugging tool for the Model Context Protocol itself, rather than a specific server implementation designed to integrate with Figma design data.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Implementations
    View on GitHub↗8,721
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
grab/cursor-talk-to-figma-mcp6.9KJavaScriptMITApr 29, 2026
mark3labs/mcp-go8.8KGoMITJun 16, 2026
tobi/qmd9.5KTypeScriptmitFeb 19, 2026
transitive-bullshit/chatgpt-api18.1KTypeScriptNOASSERTIONFeb 11, 2026
idosal/git-mcp7.6KTypeScriptapache-2.0Aug 21, 2025
modelcontextprotocol/csharp-sdk3.9KC#otherFeb 20, 2026
menloresearch/jan43.1KTypeScriptNOASSERTIONJun 16, 2026
mcp-use/mcp-use10.1KTypeScriptMITJun 23, 2026
langchain-ai/open-agent-platform1.9KTypeScriptMITFeb 25, 2026
the-pocket/pocketflow-tutorial-codebase-knowledge12.4KPythonMITMay 31, 2026

Related searches

  • an MCP server for connecting to Notion
  • an MCP server for connecting Obsidian notes
  • an MCP server for integrating Slack tools
  • an MCP server for browser automation tasks
  • an MCP server for integrating Jira workflows
  • a filesystem server for MCP integration
  • a Playwright MCP server for browser automation
  • a collection of Docker MCP servers