
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
vscode-mcp-server
Advanced tools
A Model Context Protocol (MCP) server for VS Code integration, enabling AI agents like Goose or Claude to interact with VS Code.
You can install the Code MCP Server using npx:
npx vscode-mcp-server install
This command will:
If you want to test the package locally before publishing to npm, you can use npm pack
:
Clone the repository and navigate to the server directory:
git clone https://github.com/block/code-mcp.git
cd code-mcp/server
Create a tarball of the package:
npm pack
This will create a file like vscode-mcp-server-X.X.X.tgz
in the current directory.
Install the package globally from the local tarball:
npm install -g ./vscode-mcp-server-X.X.X.tgz
Once installed, you can configure your AI assistant to use this server. The server provides various tools for interacting with VS Code, including:
After installation, you'll need to configure your AI assistant to use this server.
vscode-mcp-server
VSCode MCP Server
Allows interaction with VSCode through the Model Context Protocol
npx vscode-mcp-server
Add the following to your Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.json
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vscode-mcp-server": {
"command": "npx",
"args": ["vscode-mcp-server"],
"env": {}
}
}
}
For other AI assistants that support the Model Context Protocol, refer to their documentation for how to configure external MCP servers. You'll typically need to provide:
npx vscode-mcp-server
To use these workflows:
You'll need to add an npm token to your GitHub repository secrets:
Update the version
npm version patch/minor/major
Publish
npm publish
FAQs
VSCode MCP Server for AI assistants to interact with VSCode
The npm package vscode-mcp-server receives a total of 371 weekly downloads. As such, vscode-mcp-server popularity was classified as not popular.
We found that vscode-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.