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
An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.
Getting Started
Here's an example configuration using uvx as the command runner:
{
"mcpServers": {
"mcp-sys-bridge": {
"command": "uvx",
"args": [
"mcp-sys-bridge"
]
}
}
}
To install the uvx refer to the uv documentation.
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: Get comprehensive information about the current date including day, month, year, day of year, day name, leap year status, week number, 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.
If you find this project useful, please consider starring the repository. Contributions are welcome!
Project details
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 mcp_sys_bridge-0.1.4.tar.gz.
File metadata
- Download URL: mcp_sys_bridge-0.1.4.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feac0e92e450bd77edf0e023104a4a381aa30cef4cda5b6b2a6d53af7929fe26
|
|
| MD5 |
fd29fcf5c625806480c01e76bdee2363
|
|
| BLAKE2b-256 |
75017822ed6e91fe406f216b904ebbd5befc0341cab799138bbcdee84066b70e
|
File details
Details for the file mcp_sys_bridge-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mcp_sys_bridge-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80c08390c29705b4fe5ac993abef5c645e3c15c42db8cb77dba31153b588f16d
|
|
| MD5 |
2f4c742c9fa197ad93803ed01f909ffa
|
|
| BLAKE2b-256 |
b0071bcd3dd132e55699e647c851e198b5964009ab64f7f3cc0c1f295932b06e
|