← Discover MCPs and Agents
m
MCPOtherMCP Registry

mcp-on-windows-samples

Samples for MCP servers on Windows

Links

README

From the repo.

MCP on Windows Samples

This project contains sample implementations for the Model Context Protocol (MCP) on Windows.

Samples Included

  • mcp-client-js - JavaScript MCP client that lists all registered MCP servers on Windows and allows manual tool invocation
  • mcp-host-electron - Electron application demonstrating MCP host integration on Windows, with MSIX packaging support
  • mcp-server-csharp - C# MCP server that can be packaged as either MSIX or MCPB (MCP Bundle) format
  • msix-app-with-server - WinUI 3 application with embedded MCP server, demonstrating shared functionality between app and server in a single MSIX package

Getting Started

Each sample contains its own README with specific setup and usage instructions. Navigate to the individual sample directories to get started.

Collected info

  • 30 stars
  • 10 forks
  • Language: JavaScript
  • Source updated: 6/19/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.