Local MCP tool server. Gives Claude access to the local machine — filesystem, shell, network, process inspection, HAL API, and more.
| URL | Purpose |
|---|---|
https://localhost:11435/mcp | MCP streamable HTTP transport (2025 spec) — use this in Claude Desktop |
https://localhost:11435/mcp/sse | MCP SSE stream — legacy transport |
https://localhost:11435/mcp/message | MCP message POST (legacy SSE companion) |
https://localhost:11435/health | Health check (JSON) |
https://localhost:11435/management/status | Service version, uptime, connected clients (JSON) |
Open %APPDATA%\Claude\claude_desktop_config.json and add the
mcp-server entry under mcpServers.
Then fully quit and reopen Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"url": "https://localhost:11435/mcp"
}
}
}
Uses the MCP streamable HTTP transport (2025 spec) — no Node.js or npx required.
| Category | Tools |
|---|---|
| Filesystem | read_file, write_file, read_multiple_files, delete_file |
| Shell | run_powershell, run_python |
| System | kill_process |
Edit %USERPROFILE%\.mcp-server\Settings.toml and restart the service to change IP or port.
[server] ip = "0.0.0.0" port = 11435 emerg_port = 11486 [paths] log_retention_days = 2