figma-mcp-server

figma-mcp-server

0

The figma_mcp_server is a Model Context Protocol server that provides a simple note storage solution. It supports storing and summarizing notes with a custom URI scheme and offers tools for adding new notes. The server is built to enable easy debugging through the MCP Inspector.

figma_mcp_server MCP server

A MCP server project

Components

Resources

  • Implements a note storage system with a custom URI scheme
  • Notes have a name, description, and text/plain mimetype

Prompts

  • Provides a prompt for summarizing stored notes with optional detail level

Tools

  • Implements a tool for adding new notes, requiring name and content as arguments

Configuration

(TODO: Configuration details specific to implementation)

Quickstart

Install

  • Configuration paths for MacOS and Windows

Development

Building and Publishing

  1. Sync dependencies
  2. Build package distributions
  3. Publish to PyPI with credentials

Debugging

  • Recommend using the MCP Inspector for debugging