Provides a tool runner called 'uvx' which is part of the uv package manager from Astral, used for running the MCP server.
MCP System Bridge
A bridge implementation of the Model Context Protocol (MCP) that exposes native operating system features such as clipboard management, URL handling and date information retrieval.
Table of Contents
Overview
mcp-sys-bridge
provides a minimal set of tools for MCP compatible clients, allowing them to interact with the underlying OS in a safe manner.
Key Features
- 🚀 URL Opening — open one or multiple URLs in the default browser.
- 📋 Clipboard Support — copy text directly to the clipboard.
- 📆 Date Info — retrieve detailed information about the current date and time.
Installation
mcp-sys-bridge
runs directly with uvx;
no package installation is required. Add the server to your MCP configuration:
Ensure uv
is installed following the uv documentation.
Quick Start
Start the bridge manually:
Available Tools
open_urls
— open a list of URLs in the default browser.copy_to_clipboard
— copy text to the clipboard.get_current_date_info
— return rich information about the current date such as day number, week number, quarter and more.
Changelog
0.1.4
- Defined annotations to declare tools as read-only.
0.1.3
- Added
get_current_date_info
tool to get comprehensive information about the current date.
0.1.2
- Change
open_url
toopen_urls
to open a list of URLs in the default browser.
0.1.1
- Improve the
open_url
tool to handle URLs without a scheme and validate that the URL is valid.
0.1.0
- Added
open_url
tool. - Added
copy_to_clipboard
tool.
License
MIT License. See license
.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A server that bridges the Model Context Protocol (MCP) to native OS functionalities, allowing AI assistants to open URLs, manage clipboard content, and retrieve date information.
Related MCP Servers
- -securityAlicense-qualityA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.Last updated -31PythonMIT License
- -securityFlicense-qualityA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated -2Python
- AsecurityAlicenseAqualityA server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).Last updated -36PythonMIT License
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript