Skip to main content
Glama

Figma MCP Server

by TimHolden
cli.js257 B
#!/usr/bin/env node import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; const __dirname = dirname(fileURLToPath(import.meta.url)); const serverPath = resolve(__dirname, './dist/index.js'); import(serverPath).catch(console.error);

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

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