MCP server for installing VS Code extensions
MCP tool for automatically installing VS Code extensions in Cursor IDE through natural language commands.
{
"mcpServers": {
"vscode-extensions": {
"mcpServers": {
"vscode-extensions": {
"args": [
"-y",
"mcp-server-vscode-extensions"
],
"command": "npx"
}
}
}
}
}