Skip to main content
Glama

Claude Talk to Figma MCP

by mulerrr
test.yml680 B
name: Tests on: push: jobs: test-and-build: runs-on: ubuntu-latest name: Build & Test strategy: matrix: node-version: [18.x, 20.x] steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Bun uses: oven-sh/setup-bun@v1 with: bun-version: latest - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: bun install - name: Build project run: bun run build - name: Run all tests run: bun run test

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/mulerrr/figma-mcp-mini'

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