By todevelopers
Connects Claude Code to VS MCP Server — a Visual Studio 2022 extension exposing C#/Roslyn semantic analysis and the VS debugger via MCP at http://localhost:3001/sdk/.
Activate VS MCP debugging mode for C# development. Use when asked to debug, set breakpoints, inspect variables, step through code, attach to a process, or investigate crashes/exceptions in a .NET app connected to a running VS MCP Server.
Activate VS MCP semantic mode for C# development. Use when working with .cs, .csproj, or .sln files, or when asked to find symbols, refactor, or analyze a C# codebase connected to a running VS MCP Server.
A plugin marketplace for Claude Code by ToDevelopers, providing tools and integrations to extend Claude's capabilities.
Add this marketplace to Claude Code:
/plugin marketplace add todevelopers/claude-marketplace
Browse and install plugins:
/plugin
Install a specific plugin:
/plugin install vs-mcp-client@todevelopers-marketplace
List installed marketplaces:
/plugin marketplace list
A Claude Code plugin that connects Claude Code to the VS MCP Server — a Visual Studio 2022 extension exposing C#/Roslyn semantic analysis and the VS debugger via the Model Context Protocol (MCP).
claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace metadata
└── plugins/
└── vs-mcp-client/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .mcp.json # MCP server configuration
└── README.md
To contribute a plugin:
plugins/ with your plugin nameplugins/your-plugin-name/
├── .claude-plugin/
│ └── plugin.json
└── .mcp.json # if your plugin provides an MCP server
.claude-plugin/marketplace.jsonplugin.json){
"name": "your-plugin-name",
"version": "1.0.0",
"description": "What your plugin does",
"author": {
"name": "Your Name"
}
}
ToDevelopers — [email protected]
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub todevelopers/todevelopers-marketplace --plugin vs-mcp-clientTest plugin connecting Claude Code to a local MCP server at http://localhost:3001/test/.
Connect coding agents to the local GliderMCP C# semantic analysis server.
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
C# Language Server Protocol support using csharp-ls for code intelligence features
Roslyn-powered C# refactoring MCP server — 41 tools for code navigation, analysis, generation, and refactoring across entire .NET solutions
This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.