-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCP Server won't connect #57
Comments
Hi, just click the +Add new global MCP server button and fill in the following:
|
Thanks @inhyeokjo I tried that and still could not connect. |
I'm not familiar with Windows so unfortunately can't help that much. A cursory web search seems to say it might be related to your node version? Do you know what you're running? Could you try Node 18 if not already running it? |
@GLips thanks - I'm running Node v18.16.0. |
hey, with the new Cursor update you can by pass a config JSON object to the mcp.json file, here is what is working for me
|
Thank you. After changing the existing configuration
to
and running Thank you! |
@GLips I've connected successfully, but the cursor still reports an errorresult:Error fetching file: [object Object] |
I changed my comment! Maybe you didn't put your figma-key |
@inhyeokjo thank you, I got it to work using your format! :) thank you! |
A Dockerfile config demo:
{
"mcpServers": {
"figma": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"FIGMA_API_KEY="xxx",
"--rm",
"mcp-figma"
]
}
}
} Works ok. |
I have a Windows 11 Lenovo 4060 laptop.
I've tried to connect the Figma MCP server to Cursor, but without luck.
I've noticed in the notes and in several videos, please have the button 'Add MCP Server' when they click on 'MCP' in settings.
I have a button that says 'Add new global MCP server'.
Can anyone help me get over this issue.
The text was updated successfully, but these errors were encountered: