Dsodol Cc Win Marketplace
dsodol-cc_win_marketplace is a Claude Code plugin for the Build phase that adds an MCP server exposing native Windows tools to your agent on Win dev machines.
Give Claude Code on Windows an MCP server that exposes native Windows tools so the agent can run OS-level tasks without fragile shell workarounds.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dsodol-cc_win_marketplace@dsodol/cc_win_marketplaceBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dsodol/cc_win_marketplace") and the paste-ready config with skillselion.get_install_config("plugin:dsodol/cc_win_marketplace").
What it does
dsodol-cc_win_marketplace is a community Claude Code plugin that packages an MCP server tuned for Windows workstations. Indie builders on Windows often hit friction when agent skills assume bash paths, WSL gaps, or missing PowerShell-aware tooling; this marketplace entry exists to register native Windows-oriented tools behind the MCP protocol so Claude Code can call them with structured tool definitions. You install it during the build phase when you are wiring agent tooling for local automation, repo scripts, or desktop-adjacent workflows. It is not a cross-platform cloud deploy helper—it is environment integration for Win32-centric development. After registration, Claude Code can discover the server’s tools alongside your other MCP plugins. Treat it as platform glue: verify tool schemas, test permissions, and document which operations are safe for unattended agent runs on your machine.
Highlights
- MCP server plugin aimed at Claude Code on Microsoft Windows
- Surfaces native Windows tools to the agent instead of generic Unix-only assumptions
- Single-plugin marketplace bundle (dsodol/cc_win_marketplace)
- Community catalog listing with Windows and Claude keywords for discovery
- Complements other MCP servers when your stack is Win-first
Why builders use it
Claude Code on Windows often lacks first-class access to OS-native utilities that Linux-centric MCP setups take for granted.
Claude Code gains MCP-backed Windows-native tool calls so local agent workflows stop breaking on path, shell, and platform assumptions.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dsodol-cc_win_marketplace for?
Windows-based Claude Code users who want an MCP server with native Windows tools registered in the agent.
When should I use dsodol-cc_win_marketplace?
Use it while building or automating on Windows when Claude Code needs structured access to OS-level tools via MCP.
How do I add dsodol-cc_win_marketplace to my agent?
Add the dsodol/cc_win_marketplace plugin from the Claude Code marketplace, enable the bundled MCP server, and confirm tool discovery in your Claude Code MCP settings.
Comments
Share how you use dsodol-cc_win_marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.