By todevelopers
Test plugin connecting Claude Code to a local MCP server at http://localhost:3001/test/.
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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimConnects 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/.
npx claudepluginhub todevelopers/todevelopers-marketplace --plugin test-pluginSkills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
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.
Model Context Protocol Mcp Expert subagent
MCP server management and integration tools
This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.
MCP server for Next.js developer tooling