- Explore MCP Servers
- nexus-mcp-claude-desktop-server
Nexus Mcp Claude Desktop Server
What is Nexus Mcp Claude Desktop Server
Nexus MCP Claude Desktop Server is a lightweight bridge extension that allows Claude Desktop to connect to your VSCode workspace using the Model Context Protocol (MCP).
Use cases
Use cases for this server include enhancing productivity by allowing users to work within VSCode without switching applications, managing files and directories directly from Claude Desktop, and ensuring system security by controlling accessible directories.
How to use
To use the Nexus MCP Claude Desktop Server, install the extension from the VSIX file, configure your settings in VSCode, and ensure that the bridge starts automatically or manually as needed.
Key features
Key features include a minimal memory footprint, automatic startup with VSCode, status bar integration for easy control, file system access for reading and writing files, directory management, and security controls for accessible paths.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Nexus Mcp Claude Desktop Server
Nexus MCP Claude Desktop Server is a lightweight bridge extension that allows Claude Desktop to connect to your VSCode workspace using the Model Context Protocol (MCP).
Use cases
Use cases for this server include enhancing productivity by allowing users to work within VSCode without switching applications, managing files and directories directly from Claude Desktop, and ensuring system security by controlling accessible directories.
How to use
To use the Nexus MCP Claude Desktop Server, install the extension from the VSIX file, configure your settings in VSCode, and ensure that the bridge starts automatically or manually as needed.
Key features
Key features include a minimal memory footprint, automatic startup with VSCode, status bar integration for easy control, file system access for reading and writing files, directory management, and security controls for accessible paths.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Nexus MCP Bridge for VSCode
A lightweight bridge extension that lets Claude Desktop connect to your VSCode workspace via Model Context Protocol (MCP).
Features
- Minimal Memory Footprint: Designed to be lightweight and efficient
- Automatic Startup: Can start automatically when VSCode launches
- Status Bar Integration: Easily see and control the bridge status
- File System Access: Enables Claude to read and write files in your workspace
- Directory Management: Create directories and list contents
- Security Controls: Configure which paths are accessible
Why Use This Bridge?
If you’re using Claude Desktop with VSCode, this bridge allows you to:
- Reduce Memory Usage: Lightweight and efficient
- Stay in VSCode: No need to context switch between applications
- Protect Your System: Only expose directories you explicitly allow
Installation
- Install the extension from the VSIX file
- Configure your settings (optional)
- The bridge will start automatically if configured, or you can start it manually
Setup for Claude Desktop
In Claude Desktop, configure your claude_desktop_config.json file:
{
"mcpServers": {
"nexus-bridge": {
"url": "http://localhost:3000/mcp",
"disabled": false,
"alwaysAllow": [
"get_system_info",
"read_file",
"write_file",
"create_directory",
"list_directory",
"get_project_status"
]
}
}
}
Configuration
You can configure the extension in your VSCode settings:
{
"nexusMcpBridge.port": 3000,
"nexusMcpBridge.startOnLaunch": true,
"nexusMcpBridge.allowedPaths": [
"/path/to/your/project",
"/path/to/another/project"
]
}
Commands
- Start Nexus MCP Bridge: Start the MCP server
- Stop Nexus MCP Bridge: Stop the MCP server
- Toggle Nexus MCP Bridge: Toggle the server on/off (via status bar)
About
A lightweight VSCode extension for connecting with Claude Desktop via MCP.
License
MIT# nexus-mcp-claude-desktop-server
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










