MCP serves as a universal bridge enabling language-model agents to invoke local applications via a secure, standardized interface. While at first glance MCP resembles traditional browser plugins, Microsoft's deeper innovation is linking MCP with the robust and mature Component Object Model (COM) system in Windows. However, it's essential to note: COM-based applications are not automatically available; developers must still create compact MCP "servers" to wrap each COM object. Nevertheless, this effort significantly reduces complexity compared to maintaining multiple per-model plugins.