Skip to main content
Glama
senseisven

MCP Remote macOS Control Server

by senseisven
package.json1.05 kB
{ "name": "macos-ai-chat", "version": "1.0.0", "description": "AI chatbot web app for controlling macOS through MCP server", "main": "index.js", "scripts": { "dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"", "dev:frontend": "cd frontend && npm run dev", "dev:backend": "cd backend && npm run dev", "build": "npm run build:backend && npm run build:frontend", "build:frontend": "cd frontend && npm run build", "build:backend": "cd backend && npm run build", "install:all": "npm install && cd frontend && npm install && cd ../backend && npm install", "test": "npm run test:backend && npm run test:frontend", "test:frontend": "cd frontend && npm run test", "test:backend": "cd backend && npm run test" }, "keywords": [ "ai", "chatbot", "macos", "mcp", "automation" ], "author": "Your Name", "license": "MIT", "devDependencies": { "concurrently": "^8.2.2" }, "dependencies": { "@heroicons/react": "^2.2.0", "zustand": "^5.0.5" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/senseisven/mcp_macos'

If you have feedback or need assistance with the MCP directory API, please join our Discord server