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.

コメント

「開発者ツール」の他のコンテンツ