
A TypeScript-based MCP server that provides tools for installing MCP servers in VS Code.
A TypeScript-based MCP server that provides tools for installing MCP servers in VS Code.
A TypeScript-based MCP server that provides tools for installing MCP servers in VS Code.
This MCP server implements tools to help install other MCP servers in VS Code. It demonstrates core MCP concepts by providing:
Run this tool directly with npx:
npx github:digitarald/vscode-mcp-installer-docsThe tool will either connect to an existing MCP client or provide installation instructions.
mcp-server-to-vscode-cli-command - Generate VS Code CLI command
mcp-server-to-vscode-uri - Generate VS Code URI for protocol handler
The server defines a configuration schema for MCP servers with:
name: Name of the MCP servercommand: Command to run the MCP serverargs (optional): Arguments to pass to the commandenv (optional): Environment variables to set for the MCP serverInstall dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchTo use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"vscode-installer": {
"command": "/path/to/vscode-installer/build/index.js"
}
}
}Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspectorThe Inspector will provide a URL to access debugging tools in your browser.
// Example configuration
{
"name": "My MCP Server",
"command": "/path/to/server.js",
"args": ["-v"],
"env": {"DEBUG": "true"}
}Use the mcp-server-to-vscode-cli-command tool with the above configuration to generate a CLI command for installing the MCP server in VS Code.
Use the mcp-server-to-vscode-uri tool with your server configuration to generate a VS Code URI that can be used with protocol handlers for one-click installation.
Example markdown with installation badges:
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add vscode-installer -- /path/to/vscode-installer/build/index.js{
"mcpServers": {
"vscode-installer": {
"command": "/path/to/vscode-installer/build/index.js"
}
}
}code --add-mcp '{"name":"vscode-installer","command":"/path/to/vscode-installer/build/index.js"}'[mcp_servers.vscode-installer]
command = "/path/to/vscode-installer/build/index.js"Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/vs-code-mcp-installer-docs to learn what the "VS Code MCP Installer Docs" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx github:digitarald/vscode-mcp-installer-docsThis server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/vs-code-mcp-installer-docs)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "vs-code-mcp-installer-docs" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.