Skip to main content
Glama

Cursor Talk to Figma MCP

by paragdesai1
tsup.config.ts282 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/talk_to_figma_mcp/server.ts'], format: ['cjs', 'esm'], dts: true, clean: true, outDir: 'dist', target: 'node18', sourcemap: true, minify: false, splitting: false, bundle: true, });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paragdesai1/parag-Figma-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server