PC-MCP
About
针对操作个人电脑的mcp服务器,该项目当前主要针对smart-pet-with-mcp项目的搭配演示用
Details
- Author
- shijianzhong
- GitHub stars
- 7
- Downloads
- 183
- Categories
- Other
Jump to
- Query active weather alerts by US state code
- Get detailed local weather forecasts by coordinates
- Schedule system shutdown or restart with delay and force options
- Open browser searches with intelligent URL detection
- Capture and save screenshots to a specified path
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
PC-MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
You can run PC-MCP immediately with npx pc-mcp (no installation) or install it globally with npm install -g pc-mcp and then run pc-mcp. Once running, use MCP commands like get_alerts, get_forecast, shutdown_system, open_browser_search, and capture_screenshot with the documented parameters.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"pc-mcp": {
"mcp-server-for-pc": {
"command": "npx",
"args": [
"pc-mcp"
]
}
}
}
}
McpServers
{
"mcp-server-for-pc": {
"command": "npx",
"args": [
"pc-mcp"
]
}
}
PC-MCP
功能特点
- 天气警报: 通过美国州代码查询活跃的天气警报
- 天气预报: 通过坐标获取详细的本地天气预报
- 系统关机/重启: 计划系统关机或重启
- 智能浏览器搜索: 打开浏览器并进行智能URL检测的搜索
- 截图捕获: 捕获和保存屏幕截图
技术栈
- TypeScript
- Node.js
- 模型上下文协议(MCP) SDK
- Zod 参数验证
安装方法
使用npx(无需安装)
npx pc-mcp
全局安装
npm install -g pc-mcp
然后可以这样使用:
pc-mcp
本地开发
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



