SkillAgentSearch skills...

mcp-terminal

提供执行命令mcp,方便 openclaw、picoclaw 等各机器人使用

Install / Use

claude mcp add seepine -- npx -y github:seepine/mcp-terminal

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

33/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@seepine/mcp-terminal", "version": "0.2.0", "author": "seepine", "license": "MIT", "description": "Terminal Mcp Server", "type": "module", "main": "dist/stdio.js", "scripts": { "build": "tsc && shx chmod +x dist/stdio.js", "watch": "tsc --watch", "debug": "npx -y @modelcontextprotocol/inspector node dist/stdio.js", "dev": "tsx --watch src/streamableHttp.ts", "start": "node dist/stdio.js", "start:sse": "node dist/sse.js", "start:streamableHttp": "node dist/streamableHttp.js", "format": "prettier --write src/" }, "dependencies": { "@modelcontextprotocol/sdk": "~1.27.1", "express": "~5.2.1", "systeminformation": "^5.31.1", "zod": "~4.3.6" }, "devDependencies": { "@types/express": "~5.0.6", "@types/node": "^24.10.0", "@vercel/nft": "~1.3.2", "fs-extra": "~11.3.0", "prettier": "^3.8.1", "shx": "~0.4.0", "tsx": "^4.19.3", "typescript": "~5.8.2" }, "bin": { "mcp-terminal": "dist/stdio.js" }, "files": [ "dist" ], "keywords": [ "mcp", "terminal" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/seepine/mcp-terminal.git" }, "bugs": { "url": "https://github.com/seepine/mcp-terminal/issues" }, "homepage": "https://github.com/seepine/mcp-terminal#readme", "packageManager": "pnpm@10.30.2", "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low