Back to Home
microsoft icon

mcp-on-windows-samples

Verified Safe

by microsoft

Overview

Demonstrates building and packaging a C# Model Context Protocol (MCP) server for Windows in MSIX and MCPB formats, and provides client samples to interact with it.

Installation

Run Command
No command provided

Security Notes

Client applications use `child_process.execFile` to invoke `odr.exe` to manage and proxy MCP server connections. This relies on the security and integrity of the `odr.exe` executable itself (which is part of the MCP platform). User-provided input for tool parameters is converted (e.g., JSON.parse, Number) before being sent to the server. The security of tool execution depends on the C# server's (source not provided) internal implementation and its handling of these inputs. MSIX packaging involves installing a development certificate, a common but privileged step for development environments.

Similar Servers

Stats

Interest Score38
Security Score7
Cost ClassLow
Stars14
Forks5
Last Update2026-01-07

Tags

MCPC#WindowsServerMSIXMCPBDevelopmentProtocolSample