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
code

VS Code MCP Server

MCP server exposing VS Code features

vscodeideeditordevelopment

About

## VS Code MCP Server: IDE Integration and Extension The **VS Code MCP Server** integrates Visual Studio Code capabilities into Google Antigravity, enabling AI-assisted editor operations, workspace management, and development workflow automation. ### Why VS Code MCP? - **Editor Integration**: Direct integration with VS Code for seamless AI-assisted editing - **Extension Access**: Leverage VS Code extensions through AI-powered automation - **Workspace Management**: Manage multi-root workspaces and project configurations - **Debugging Support**: Control VS Code debugging sessions programmatically - **Settings Control**: Configure editor settings and preferences automatically ### Key Features #### 1. Editor Operations ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Open file in VS Code, navigate to function definition, and show references" }] ) ``` #### 2. Workspace Management ```python # Manage workspace response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Add folder to workspace and configure workspace-specific settings" }] ) ``` #### 3. Extension Control ```python # Control extensions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Install recommended extensions for Python development and configure them" }] ) ``` #### 4. Debugging ```python # Manage debugging response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Start debugging session with breakpoint at line 42 and inspect variables" }] ) ``` ### Configuration ```json { "mcpServers": { "vscode": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-vscode"], "env": { "VSCODE_IPC_HOOK": "auto", "VSCODE_WORKSPACE": "/path/to/workspace" } } } } ``` ### Use Cases **Editor Automation**: Automate repetitive editor tasks through AI assistance. **Project Setup**: Configure development environments with appropriate settings and extensions. **Code Navigation**: Navigate large codebases efficiently with AI-guided exploration. **Debugging Assistance**: Set up and control debugging sessions programmatically. The VS Code MCP Server bridges AI assistance with your IDE, enabling powerful editor automation and workflow integration.

Installation

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

How to Use

  1. 11. Install via VS Code marketplace
  2. 22. Exposes file viewing and editing
  3. 33. Works with Cursor, Windsurf, and other forks

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