The VSCode Internal Command MCP Server is an extension that transforms Visual Studio Code into a Model Context Protocol (MCP) server, enabling external clients to execute internal VSCode commands through HTTP Streaming and Server-Sent Events (SSE).
The VSCode Internal Command MCP Server is an extension that transforms Visual Studio Code into a Model Context Protocol (MCP) server, enabling external clients to execute internal VSCode commands through HTTP Streaming and Server-Sent Events (SSE).
npx -y vscode-internal-command-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bestk-vscode-internal-command-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y vscode-internal-command-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from vscode internal command?"
No configuration required. This server works out of the box.
"What resources are available in vscode internal command?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in vscode internal command"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in vscode internal command with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.