JetBrains / JetBrains/mcp-server-plugin
Impossible to run Figma-Context-MCP
Open
- Dominant language
- Kotlin
- Stars
- 134
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Node is installed by using nvm and figma-developer-mcp is installed by using npx
The below configuration does not work
```
{
"mcpServers": {
"Framelink Figma MCP": {
"command": "npx",
"args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}
```
whereas when running from the command line it works perfectly.
Considering as well that in `--figma-api-key=YOUR-KEY` the = is escaped to \u003
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.