Skip to main content
Glama

Figma MCP Server

by TimHolden
export class ResourceNotFoundError extends Error { constructor(message: string = 'Resource not found') { super(message); this.name = 'ResourceNotFoundError'; } } export class InvalidFigmaTokenError extends Error { constructor(message: string = 'Invalid Figma token') { super(message); this.name = 'InvalidFigmaTokenError'; } } export class InvalidUriError extends Error { constructor(message: string = 'Invalid URI') { super(message); this.name = 'InvalidUriError'; } }

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