Skip to main content
Glama

Figma MCP Server

by toddle-edu
tsup.config.ts474 B
import { defineConfig } from "tsup"; const isDev = process.env.NODE_ENV === "development"; export default defineConfig({ entry: ["src/index.ts"], format: ["esm"], outDir: "build", clean: true, sourcemap: true, dts: true, target: "es2022", minify: !isDev, splitting: false, bundle: true, banner: { js: "#!/usr/bin/env node", }, external: [], onSuccess: isDev ? "cross-env DANGEROUSLY_OMIT_AUTH=true npm run inspect" : undefined, });

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/toddle-edu/figma-mcp-server'

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