Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
VS Code Extensions Installer
package

VS Code Extensions Installer MCP Server

MCP server for installing VS Code extensions

vscodecursorextensionsautomation

About

## VS Code Extensions Installer MCP Server: Extension Management The **VS Code Extensions Installer MCP Server** automates VS Code extension management within Google Antigravity, enabling AI-assisted discovery, installation, and configuration of development extensions. ### Why VS Code Extensions Installer MCP? - **Smart Recommendations**: AI-powered extension recommendations based on project type and needs - **Bulk Installation**: Install multiple extensions at once with configuration presets - **Extension Profiles**: Save and restore extension configurations for different project types - **Dependency Management**: Automatically install required extension dependencies - **Update Management**: Keep extensions updated with controlled rollout options ### Key Features #### 1. Extension Installation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Install essential Python extensions including Pylance, Black formatter, and pytest" }] ) ``` #### 2. Profile Management ```python # Manage profiles response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create extension profile for React development and save current configuration" }] ) ``` #### 3. Extension Search ```python # Find extensions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search for highly-rated GraphQL extensions and compare their features" }] ) ``` #### 4. Configuration ```python # Configure extensions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Configure ESLint extension to use project config and enable auto-fix on save" }] ) ``` ### Configuration ```json { "mcpServers": { "vscode-extensions": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-vscode-extensions"], "env": { "VSCODE_CLI_PATH": "code", "EXTENSIONS_DIR": "~/.vscode/extensions" } } } } ``` ### Use Cases **Project Onboarding**: Set up development environments with required extensions quickly. **Team Standardization**: Ensure team members have consistent extension configurations. **Environment Profiles**: Switch between different extension sets for different project types. **Extension Auditing**: Review and manage installed extensions for security compliance. The VS Code Extensions Installer MCP Server streamlines extension management, ensuring developers have the right tools configured correctly.

Installation

Configuration
{
  "mcpServers": {
    "vscode-extensions": {
      "mcpServers": {
        "vscode-extensions": {
          "args": [
            "-y",
            "mcp-server-vscode-extensions"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Works with Cursor IDE
  2. 22. Install extensions via natural language
  3. 33. No configuration required

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers