MCP server for interacting with VSCode and forks (Cursor, Windsurf and others)
Overview
what is vsc-mcp?
vsc-mcp is a server designed for interacting with Visual Studio Code (VSCode) and its forks, such as Cursor and Windsurf, enabling enhanced functionality and integration.
how to use vsc-mcp?
To use vsc-mcp, install the extension from the VSCode marketplace. The server will start automatically when VSCode launches, and you can manually start or stop the server using the commands: Start MCP Server and Stop MCP Server.
key features of vsc-mcp?
- File Management: Retrieve a list of currently opened files and close files based on provided labels.
- Theme Management: List available VSCode themes, get the current theme, and change the theme by display name.
use cases of vsc-mcp?
- Managing files efficiently within VSCode.
- Customizing the development environment with different themes.
- Integrating with other tools and extensions that require MCP server functionality.
FAQ from vsc-mcp?
- How do I install vsc-mcp?
Install the extension from the VSCode marketplace to get started.
- Can I manually control the MCP server?
Yes! You can start and stop the server using the provided commands in VSCode.
- What tools are currently supported?
Currently, vsc-mcp supports file and theme management.