MCP Server يحوّل جهازك لـ HTTP endpoint يدعم تنفيذ أوامر، قراءة/كتابة ملفات، وقواعد بيانات — مع واجهة رسومية ودعم ngrok
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"local-machine-mcp": {
"command": "npx",
"args": [
"-y",
"authmeonline/local-machine-mcp"
]
}
}
}
Run in terminal:
claude mcp add local-machine-mcp npx -y authmeonline/local-machine-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"local-machine-mcp": {
"command": "npx",
"args": [
"-y",
"authmeonline/local-machine-mcp"
]
}
}
}