
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
system-info-mcp-server
Advanced tools
System Information MCP Server for Claude Desktop - Get real-time system information
A Model Context Protocol (MCP) server that provides real-time system information. Available in both Node.js and Python with identical functionality.
Choose your preferred implementation:
# Test instantly
npx @system-info/mcp-server@latest --test
# Test instantly
pipx run system-info-mcp-server --test
Both work identically! Choose based on your preference.
{
"mcpServers": {
"system-info": {
"command": "npx",
"args": ["@system-info/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"system-info": {
"command": "pipx",
"args": ["run", "system-info-mcp-server"]
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
Both implementations are functionally identical and maintained in parallel.
Ask Claude any of these questions:
"What's my system status?"
"Show me CPU and memory usage"
"What processes are using the most resources?"
"How much disk space is available?"
"What are my computer's specs?"
"List all network interfaces"
"What monitors are connected to my computer?"
"Show me my display setup and resolution"
"What's my monitor refresh rate?"
The enhanced Python version now includes comprehensive monitor detection:
pip install pipx
Contributions welcome for both implementations! Please:
MIT License - see LICENSE file.
FAQs
System Information MCP Server for Claude Desktop - Get real-time system information
We found that system-info-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.