System Information MCP Server for Claude Desktop - Get real-time system information
Project description
System Info MCP Server
A Model Context Protocol (MCP) server that provides real-time system information for Claude Desktop. Available in both Node.js and Python with identical functionality.
🚀 Quick Start
Choose your preferred implementation:
Option 1: Node.js with npx (Recommended)
# Test instantly
npx @system-info/mcp-server@latest --test
Option 2: Python with pipx
# Test instantly
pipx run system-info-mcp-server --test
Both work identically! Choose based on your preference.
🔧 Claude Desktop Configuration
Node.js Implementation
{
"mcpServers": {
"system-info": {
"command": "npx",
"args": ["@system-info/mcp-server@latest"]
}
}
}
Python Implementation
{
"mcpServers": {
"system-info": {
"command": "pipx",
"args": ["run", "system-info-mcp-server"]
}
}
}
Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
✨ Features (Both Implementations)
- 📊 CPU Information: Usage, cores, frequency, temperature
- 💾 Memory Status: RAM usage, swap, availability
- 💿 Disk Usage: Storage space across all drives
- 🔄 Process Management: Running processes with sorting
- 🖥️ System Overview: OS details, uptime, hardware
- 🌐 Network Information: Interfaces, connections
- ⚡ Quick Stats: Instant system health overview
🎯 Which Should You Choose?
Choose Node.js if:
- ✅ You want the fastest performance
- ✅ You prefer JavaScript/TypeScript
- ✅ You want minimal memory usage
- ✅ You work with npm ecosystem
Choose Python if:
- ✅ You prefer Python
- ✅ You work with PyPI ecosystem
- ✅ You want to extend with Python libraries
- ✅ You're comfortable with Python tooling
Both implementations are functionally identical and maintained in parallel.
📋 Usage Examples
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"
🔧 Requirements
Node.js Implementation
- Node.js: 18.0.0+
- npx: Included with npm
Python Implementation
- Python: 3.8+
- pipx:
pip install pipx
Both Need
- Claude Desktop: 0.7.0+ (for MCP support)
🤝 Contributing
Contributions welcome for both implementations! Please:
- Fork the repository
- Choose your implementation (Node.js or Python)
- Make changes in the appropriate directory
- Ensure both implementations stay in sync
- Add tests and update documentation
- Submit a pull request
📄 License
MIT License - see LICENSE file.
Made with ❤️ for the Claude Desktop community
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 system_info_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: system_info_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a70f6bb46571a1df108529eaff97b6a984e5740acffc43a431f3fc8a83cc9db9
|
|
| MD5 |
2694676b2d3a1ed5050b164bf28e33a8
|
|
| BLAKE2b-256 |
de60a4715c674c1198cc3471c2ebc7a7d36f2351e87867cc8e5936f20eba7398
|
File details
Details for the file system_info_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: system_info_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef08f91f302be078d7472311b08bcd939e987cd6786ab81ccf258f24d62a61dd
|
|
| MD5 |
7ab291e4e4d0d8199c1a43ad3f054e44
|
|
| BLAKE2b-256 |
4f21da2cd7d19e1acb901844cdcde68a24349f0a2c30b7facc3802712c867cf1
|