get_me
Pack: figma · Endpoint: https://gateway.pipeworx.io/figma/mcp
Get the signed-in Figma user: id, email, handle, and avatar image URL. Use to identify whose Figma account is connected.
Example call
curl -X POST https://gateway.pipeworx.io/figma/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_me","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"figma": {
"url": "https://gateway.pipeworx.io/figma/mcp"
}
}
}
See Getting Started for client-specific install steps.