classic-game-mcp
v1.0.1-a
Published
1. 安装依赖 ```npm install classic-game-mcp -g``` 2. 本地智能体安装 mcp配置文件添加 ```javascript "mcpServers": { "classic-game-mcp": { "command": "npx", "args": ["-y", "classic-game-mcp"], "env": { "PORT": "3303" // 自定义运行端口号 } } } ``` 然后你就可以告
Downloads
17
Readme
- 安装依赖
npm install classic-game-mcp -g - 本地智能体安装 mcp配置文件添加
"mcpServers": {
"classic-game-mcp": {
"command": "npx",
"args": ["-y", "classic-game-mcp"],
"env": {
"PORT": "3303" // 自定义运行端口号
}
}
}然后你就可以告诉你的智能体想玩什么游戏,比如:我想玩nes平台上的超级马里奥兄弟
