MCP.so
Sign In

MCP Server: VS Code Extensions Installer

@siliconuy

About MCP Server: VS Code Extensions Installer

MCP tool for automatically installing VS Code extensions in Cursor

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

siliconuy

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Server: VS Code Extensions Installer?

MCP Server: VS Code Extensions Installer is an MCP server that automatically downloads and installs VS Code extensions from the official marketplace into Cursor IDE using natural language queries.

How to use MCP Server: VS Code Extensions Installer?

Install it with npm install mcp-server-vscode-extensions, then start the server with npm start. Use the search_extensions tool with a natural language query to find extensions, then call install_extension with the returned publisher, extension name, and version to install.

Key features of MCP Server: VS Code Extensions Installer

  • Natural language search for VS Code extensions
  • Smart ranking based on installs and ratings
  • Automatically downloads and installs VSIX files
  • Handles gzipped VSIX files correctly
  • Validates downloaded extensions before installation
  • Installs extensions to the correct Cursor extensions directory

Use cases of MCP Server: VS Code Extensions Installer

  • AI agents that need to install extensions on demand
  • Automated developer environment setup scripts
  • Natural language–driven extension discovery and installation
  • Streamlining IDE configuration for Cursor users

FAQ from MCP Server: VS Code Extensions Installer

What is MCP Server: VS Code Extensions Installer?

It is an MCP server that installs VS Code extensions from the official marketplace into Cursor IDE.

How do I install the server?

Run npm install mcp-server-vscode-extensions and then start it with npm start.

How do I search for and install an extension?

Use the search_extensions tool with a natural language query, then call install_extension with the publisher, extension name, and version from the result.

Does it work with standard VS Code or only Cursor?

It installs extensions to the Cursor extensions directory, so it is designed specifically for Cursor IDE.

How does it handle different VSIX formats?

The server handles gzipped VSIX files correctly and validates downloaded extensions before installation.

Comments

More Developer Tools MCP servers