SkillAgentSearch skills...

ChatGPTMCP

Local MCP bridge for securely operating a Windows machine from ChatGPT

Install / Use

claude mcp add JonusNattapong -- npx -y github:JonusNattapong/ChatGPTMCP

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

31/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "chatgpt-machine-mcp", "version": "1.0.0", "description": "Local MCP bridge that lets trusted ChatGPT clients operate a machine through explicit MCP tools", "type": "module", "main": "dist/index.js", "bin": { "chatgpt-local": "./dist/cli.js", "chatgpt-machine-mcp": "./dist/supervisor.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "npm run build && node --test dist/*.test.js", "prepare": "npm run build" }, "engines": { "node": ">=20" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/core": "^2.0.0", "@modelcontextprotocol/node": "^2.0.0", "@modelcontextprotocol/server": "^2.0.0", "@opentelemetry/api": "^1.9.1" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^24.0.0", "typescript": "^5.9.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low