An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.
Project description
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:
{
"mcpServers": {
"mcp-sys-bridge": {
"command": "uvx",
"args": ["mcp-sys-bridge"]
}
}
}
Ensure uv is installed following the uv documentation.
Quick Start
Start the bridge manually:
uvx mcp-sys-bridge
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_infotool to get comprehensive information about the current date.
0.1.2
- Change
open_urltoopen_urlsto open a list of URLs in the default browser.
0.1.1
- Improve the
open_urltool to handle URLs without a scheme and validate that the URL is valid.
0.1.0
- Added
open_urltool. - Added
copy_to_clipboardtool.
License
MIT License. See license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_mcp_sys_bridge-0.1.4.tar.gz.
File metadata
- Download URL: iflow_mcp_mcp_sys_bridge-0.1.4.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf9aa362d625087b00bc911dac22df5512391fbf0c74cb652595a136d089ffc
|
|
| MD5 |
1f02871dabd7eede5ea1c5408c7aca21
|
|
| BLAKE2b-256 |
92095cabcd38ced75ebb11b73e77eeb1d087c63b8bf9f4622c20dfb7bc0f1f39
|
File details
Details for the file iflow_mcp_mcp_sys_bridge-0.1.4-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_mcp_sys_bridge-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87e8de9cf1c7d0281d5b1e6a4973756abe4f8d5ad881958c5ae91997fd89e432
|
|
| MD5 |
fdcb0d97f631cbfa7040c3506157e5f9
|
|
| BLAKE2b-256 |
073e7181697f9f99f49f155f87693e24aed9ea8d057c3c995853353e841b92e5
|