System Info MCP Server
Enables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.
README
System Info MCP Server
A comprehensive Model Context Protocol (MCP) server for system information, monitoring, and diagnostics. This server provides 18 tools to retrieve detailed information about CPU, memory, disk, network, processes, battery, hardware, and more.
Features
- CPU Information: Get CPU model, cores, speed, architecture, and usage
- Memory Information: Retrieve RAM and swap memory statistics
- Operating System: Get OS details, version, hostname, and uptime
- Disk Information: View disk usage for all mounted drives
- Network Information: List network interfaces with IP addresses and status
- Process Management: List running processes and system load
- Battery Status: Check battery level, charging status, and health (laptops)
- Hardware Details: Get graphics card, display, and peripheral information
- Temperature Monitoring: Monitor CPU and GPU temperatures
- Network Scanning: Scan for WiFi networks and Bluetooth devices
- Port Information: List open network ports
Installation
Prerequisites
- Node.js 18 or higher
- npm or yarn
Install Dependencies
npm install
Build the Project
npm run build
Usage
Running the Server
The server runs on stdio transport and is designed to be used with MCP-compatible clients like Claude Desktop.
node dist/index.js
Claude Desktop Integration
To use this MCP server with Claude Desktop, add it to your Claude Desktop configuration:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"system-info": {
"command": "node",
"args": ["C:/Users/amogh/Downloads/mcp/dist/index.js"]
}
}
}
Note: Replace the path with the actual path to your dist/index.js file.
Available Tools
| Tool | Description |
|---|---|
get_cpu_info |
CPU information including cores, model, speed, and usage |
get_memory_info |
RAM and swap memory statistics |
get_os_info |
Operating system details and version |
get_uptime |
System uptime information |
get_disk_info |
Disk usage for all mounted drives |
get_network_info |
Network interface information |
get_system_identity |
Hostname, username, and directory paths |
get_process_info |
Current process and total system processes |
list_processes |
List running processes with CPU/memory usage |
get_system_load |
System load averages |
get_battery_info |
Battery status and health (laptops) |
get_hardware_info |
Graphics, displays, and peripherals |
get_environment_info |
Environment variables (sensitive vars filtered) |
check_internet_connectivity |
Test internet connectivity and latency |
get_open_ports |
List open network ports |
get_temperature_info |
Hardware temperature sensors |
scan_wifi_networks |
Scan for available WiFi networks |
get_bluetooth_devices |
List paired Bluetooth devices |
Example Usage with Claude
Once configured in Claude Desktop, you can ask Claude questions like:
- "What's my CPU usage right now?"
- "How much RAM do I have available?"
- "Show me the top 10 processes by CPU usage"
- "What's my battery level?"
- "List all network interfaces"
- "What's the temperature of my CPU?"
- "Scan for WiFi networks"
Development
Project Structure
mcp-system-info/
├── src/
│ ├── index.ts # Main server entry point
│ ├── types/ # TypeScript type definitions
│ ├── tools/ # Tool implementations
│ ├── utils/ # Utility functions
│ └── config/ # Configuration constants
├── dist/ # Compiled JavaScript
├── package.json
├── tsconfig.json
└── README.md
Build Scripts
# Build the project
npm run build
# Watch mode for development
npm run watch
# Run tests
npm test
# Lint code
npm run lint
Platform Support
- Windows: Full support (Windows 10/11)
- macOS: Full support (macOS 12+)
- Linux: Full support (Ubuntu 20.04+, other distros)
Some features may have limited functionality on certain platforms:
- Temperature monitoring is best on Linux
- WiFi/Bluetooth scanning may require elevated privileges
- Some hardware details vary by platform
Security
- Environment variables containing sensitive keywords (API_KEY, PASSWORD, SECRET, TOKEN) are automatically filtered
- Process command-line arguments are excluded to prevent secret exposure
- No data is sent externally - all information stays local
Troubleshooting
Server won't start
- Make sure you've built the project:
npm run build - Check Node.js version:
node --version(should be 18+) - Check for errors in stderr output
Tools return "NOT_AVAILABLE" errors
Some tools require:
- Elevated permissions (admin/root)
- Specific hardware (battery, WiFi adapter, etc.)
- Platform support (some features are OS-specific)
Claude Desktop doesn't see the server
- Verify the path in
claude_desktop_config.jsonis correct - Make sure the path uses forward slashes (/) or escaped backslashes (\\)
- Restart Claude Desktop after configuration changes
License
MIT
Version
1.0.0
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。