Stats
Actions
Tags
From memi
Connects to the Figma API to access design files and assets. Requires a Figma token and file key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memi": {
"command": "memi",
"args": [
"mcp",
"start",
"--no-figma"
],
"env": {
"FIGMA_TOKEN": "${FIGMA_TOKEN}",
"FIGMA_FILE_KEY": "${FIGMA_FILE_KEY}"
}
}
}
}Replace placeholder values for: FIGMA_TOKEN, FIGMA_FILE_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
memiCommand-line arguments passed to the server process
Environment variables set when the server starts
FIGMA_TOKEN=${FIGMA_TOKEN}FIGMA_FILE_KEY=${FIGMA_FILE_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub sarveshsea/memi --plugin memi