emp-mcp-test
v1.0.2
Published
这是一个 Model Context Protocol (MCP) 服务器,用于打开 EMP 门户网站。
Readme
EMP MCP Server
这是一个 Model Context Protocol (MCP) 服务器,用于打开 EMP 门户网站。
功能
- open_emp: 在用户的默认浏览器中打开 EMP 门户
使用方法
1. 通过 npx 直接运行(推荐)
在 Cursor 的 mcpServers 配置中添加:
{
"mcpServers": {
"emp-mcp": {
"command": "npx",
"args": ["-y", "emp-mcp-test"]
}
}
}开发
- 克隆仓库
- 安装依赖:
npm install - 构建:
npm run build - 本地测试:
node dist/index.js
