一款轻量级的MCP服务器,提供办公工具以生成各种文件类型,包括PPT、文档、电子表格、网页和广播。
uv安装依赖项:uv venv
uv sync
.env文件:SKYWORK_API_KEY=your_api_key_here
“您可以通过联系peter@skywork.ai来申请API密钥。”
{
"mcpServers": {
"office": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Skywork-ai/Skywork-Super-Agents.git", "office-tool"],
"env": {
"SKYWORK_API_KEY": "your_api_key_here"
}
}
}
}
响应:
{
"url": "output_oss_url"
}