Back to Apps

Simple MCP System Info
Supports UIby bakytnur
A lightweight demonstration server providing basic system architecture and OS information.
0 stars
Works in:claude
Exposes:Tools
What it does
This is a reference implementation of an MCP server designed to demonstrate how to decouple AI agents from tools. It connects the AI to the local host's system information.
Tools
get_host_info: Retrieves the current device's operating system, architecture, and platform details.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hostInfoMcp": {
"command": "uv",
"args": ["--directory", "/ABSOLUTE/PATH/TO/McpAgent/FOLDER/", "run", "main.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run main.pyInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"hostInfoMcp": {
"command": "uv",
"args": ["--directory", "/ABSOLUTE/PATH/TO/McpAgent/FOLDER/", "run", "main.py"]
}
}
}





