Skip to main content
Glama

Claude Talk to Figma MCP

by arinspunk
logger.ts488 B
// Custom logging functions that write to stderr instead of stdout to avoid being captured export const logger = { info: (message: string) => process.stderr.write(`[INFO] ${message}\n`), debug: (message: string) => process.stderr.write(`[DEBUG] ${message}\n`), warn: (message: string) => process.stderr.write(`[WARN] ${message}\n`), error: (message: string) => process.stderr.write(`[ERROR] ${message}\n`), log: (message: string) => process.stderr.write(`[LOG] ${message}\n`) };

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/arinspunk/claude-talk-to-figma-mcp'

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