MCP.so
登录

MCP Server: VS Code Extensions Installer

@siliconuy

关于 MCP Server: VS Code Extensions Installer

MCP tool for automatically installing VS Code extensions in Cursor

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

siliconuy

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器