MCP Sys Bridge
未认领An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.
安装
uvx mcp-sys-bridge工具(4 个)
copy_to_clipboard
Copies the provided text to the local clipboard. This replaces the current clipboard contents. Provider failures are returned to the client as MCP tool errors.
get_current_date_info
Returns local calendar and clock fields, including ISO calendar values, English day and month names, timezone name, and UTC offset. isodatetime is timezone-aware, for example 2026-08-08T20:30:00-06:00.
open_urls
Opens HTTP or HTTPS URLs in the default browser. URLs without a scheme use HTTPS. Other schemes are rejected so an MCP client cannot accidentally invoke arbitrary protocol handlers.
send_notification
Sends a local system notification with a title, message, optional application name, and a non-negative timeout. Provider failures are returned as MCP tool errors. Some operating systems may ignore the requested timeout.