{"id":29114026,"url":"https://github.com/leynier/mcp-sys-bridge","last_synced_at":"2025-09-16T03:45:19.490Z","repository":{"id":297724166,"uuid":"997700557","full_name":"leynier/mcp-sys-bridge","owner":"leynier","description":"An implementation of the Model Context Protocol (MCP), acting as a simple bridge to native OS functionalities like clipboard management and URL handling.","archived":false,"fork":false,"pushed_at":"2025-06-08T05:07:37.000Z","size":63,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-22T00:56:56.644Z","etag":null,"topics":["automation","clipboard","cross-platform","developer-tools","library","mcp","mcp-server","model-context-protocol","protocol","python","system-bridge","system-integration","toolkit","url-opener","utils"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mcp-sys-bridge","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leynier.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T02:01:37.000Z","updated_at":"2025-06-30T10:30:20.000Z","dependencies_parsed_at":"2025-06-07T04:19:50.116Z","dependency_job_id":"c083ba74-7609-4487-abda-e0ad4f3d1f5e","html_url":"https://github.com/leynier/mcp-sys-bridge","commit_stats":null,"previous_names":["leynier/mcp-sys-bridge"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/leynier/mcp-sys-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fmcp-sys-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fmcp-sys-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fmcp-sys-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fmcp-sys-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leynier","download_url":"https://codeload.github.com/leynier/mcp-sys-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leynier%2Fmcp-sys-bridge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269372828,"owners_count":24406293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","clipboard","cross-platform","developer-tools","library","mcp","mcp-server","model-context-protocol","protocol","python","system-bridge","system-integration","toolkit","url-opener","utils"],"created_at":"2025-06-29T11:06:01.567Z","updated_at":"2025-09-16T03:45:14.465Z","avatar_url":"https://github.com/leynier.png","language":"Python","funding_links":[],"categories":["Developer Tools"],"sub_categories":["How to Submit"],"readme":"# MCP System Bridge\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/pypi/v/mcp-sys-bridge?color=%2334D058\u0026label=Version)](https://pypi.org/project/mcp-sys-bridge)\n[![Last commit](https://img.shields.io/github/last-commit/leynier/mcp-sys-bridge.svg?style=flat)](https://github.com/leynier/mcp-sys-bridge/commits)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/leynier/mcp-sys-bridge)](https://github.com/leynier/mcp-sys-bridge/commits)\n[![Stars](https://img.shields.io/github/stars/leynier/mcp-sys-bridge?style=flat\u0026logo=github)](https://github.com/leynier/mcp-sys-bridge/stargazers)\n[![Forks](https://img.shields.io/github/forks/leynier/mcp-sys-bridge?style=flat\u0026logo=github)](https://github.com/leynier/mcp-sys-bridge/network/members)\n[![Watchers](https://img.shields.io/github/watchers/leynier/mcp-sys-bridge?style=flat\u0026logo=github)](https://github.com/leynier/mcp-sys-bridge)\n[![Contributors](https://img.shields.io/github/contributors/leynier/mcp-sys-bridge)](https://github.com/leynier/mcp-sys-bridge/graphs/contributors)\n\nA bridge implementation of the **Model Context Protocol (MCP)** that exposes native operating system features such as clipboard management, URL handling and date information retrieval.\n\n---\n\n## Table of Contents\n\n* [Overview](#overview)\n* [Key Features](#key-features)\n* [Installation](#installation)\n* [Quick Start](#quick-start)\n* [Available Tools](#available-tools)\n* [Changelog](#changelog)\n* [License](#license)\n\n---\n\n## Overview\n\n`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.\n\n---\n\n## Key Features\n\n* 🚀 **URL Opening** — open one or multiple URLs in the default browser.\n* 📋 **Clipboard Support** — copy text directly to the clipboard.\n* 📆 **Date Info** — retrieve detailed information about the current date and time.\n\n---\n\n## Installation\n\n`mcp-sys-bridge` runs directly with [uvx](https://docs.astral.sh/uv/getting-started/installation);\nno package installation is required. Add the server to your MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-sys-bridge\": {\n      \"command\": \"uvx\",\n      \"args\": [\"mcp-sys-bridge\"]\n    }\n  }\n}\n```\n\nEnsure `uv` is installed following the [uv documentation](https://docs.astral.sh/uv/getting-started/installation).\n\n---\n\n## Quick Start\n\nStart the bridge manually:\n\n```bash\nuvx mcp-sys-bridge\n```\n\n---\n\n## Available Tools\n\n- `open_urls` — open a list of URLs in the default browser.\n- `copy_to_clipboard` — copy text to the clipboard.\n- `get_current_date_info` — return rich information about the current date such as day number, week number, quarter and more.\n\n---\n\n## Changelog\n\n### 0.1.4\n\n- Defined annotations to declare tools as read-only.\n\n### 0.1.3\n\n- Added `get_current_date_info` tool to get comprehensive information about the current date.\n\n### 0.1.2\n\n- Change `open_url` to `open_urls` to open a list of URLs in the default browser.\n\n### 0.1.1\n\n- Improve the `open_url` tool to handle URLs without a scheme and validate that the URL is valid.\n\n### 0.1.0\n\n- Added `open_url` tool.\n- Added `copy_to_clipboard` tool.\n\n---\n\n## License\n\nMIT License. See [`license`](license).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Fmcp-sys-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleynier%2Fmcp-sys-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleynier%2Fmcp-sys-bridge/lists"}