I tried to use it with Cursor on Mac Book Pro M1:
All MCP has tools but not electron:
{
"mcpServers": {
"decent-sampler-drums": {
"name": "decent-sampler-drums",
"command": "npx",
"args": [
"-y",
"@dandeliongold/mcp-decent-sampler-drums"
],
"transport": {
"type": "stdio"
}
},
"snyk": {
"command": "npx -y snyk@latest mcp -t stdio",
"env": {},
"args": []
},
"electron": {
"command": "npx -y electron-mcp-server",
"args": [],
"transport": {
"type": "stdio"
},
"env": {
"SECURITY_LEVEL": "balanced",
"SCREENSHOT_ENCRYPTION_KEY": "your-32-byte-hex-string-here"
}
}
}
}
I tried to use it with Cursor on Mac Book Pro M1:
All MCP has tools but not electron:
{
"mcpServers": {
"decent-sampler-drums": {
"name": "decent-sampler-drums",
"command": "npx",
"args": [
"-y",
"@dandeliongold/mcp-decent-sampler-drums"
],
"transport": {
"type": "stdio"
}
},
"snyk": {
"command": "npx -y snyk@latest mcp -t stdio",
"env": {},
"args": []
},
"electron": {
"command": "npx -y electron-mcp-server",
"args": [],
"transport": {
"type": "stdio"
},
"env": {
"SECURITY_LEVEL": "balanced",
"SCREENSHOT_ENCRYPTION_KEY": "your-32-byte-hex-string-here"
}
}
}
}