Skip to main content
Glama

mcp-figma

by smithery-ai
api.d.ts398 B
import { AuthManager } from './auth.js'; export declare const BASE_URL = "https://api.figma.com/v1"; export declare class FigmaApi { private authManager; constructor(authManager: AuthManager); makeRequest<T>(path: string, method?: 'GET' | 'POST' | 'PUT' | 'DELETE', data?: any): Promise<T>; buildQueryString(params: Record<string, string | number | boolean | undefined>): string; }

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/smithery-ai/mcp-figma'

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