Setup MCP servers in Cursor
Instructions
Here is my current mcp json file in Cursor IDE settings.
You can use lots of MCP servers from varius tools. surf and find tools. research. and use if useful.
But just make sure to enable only mcp servers which you only need for the spesific scenario/implimentation
{
"mcpServers": {
"jetbrains": {
"url": "http://localhost:64342/sse"
},
"Figma": {
"url": "https://mcp.figma.com/mcp"
},
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
},
"Playwright": {
"command": "npx -y @playwright/mcp@latest",
"env": {},
"args": []
},
"atlassian-mcp-server": {
"url": "https://mcp.atlassian.com/v1/mcp",
"type": "http"
}
}
}