Skywork Super Agents
Description
# Skywork-Super-Agents A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts. ## Setup 1. Install dependencies using `uv`: ```bash uv venv uv sync ``` 2. Create a `.env` file with your…
About
# Skywork-Super-Agents A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts. ## Setup 1. Install dependencies using `uv`: ```bash uv venv uv sync ``` 2. Create a `.env` file with your SkyWork API key: ```…
Details
- Author
- Skywork-ai
- GitHub stars
- 56
- Downloads
- 826
- Categories
- Other
Jump to
- Generate PPTs, documents, spreadsheets, webpages, and broadcasts.
- Lightweight MCP server for easy integration.
- Requires only a SkyWork API key to operate.
- Returns generated files via an OSS URL.
- Uses uv for fast dependency management.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Skywork Super AgentsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Set up a Python virtual environment with uv, install dependencies using uv sync, and create a .env file with your SkyWork API key (SKYWORK_API_KEY). Run the server with uvx --from git+https://github.com/Skywork-ai/Skywork-Super-Agents.git office-tool. The server will return an output OSS URL upon successful generation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"skywork super agents": {
"office": {
"command": "uvx",
"args": [
"office-tool"
],
"env": {
"SKYWORK_API_KEY": "your_api_key_here"
}
}
}
}
}
McpServers
{
"office": {
"command": "uvx",
"args": [
"office-tool"
],
"env": {
"SKYWORK_API_KEY": "your_api_key_here"
}
}
}
Skywork-Super-Agents
A lightweight MCP server offering office tools to generate various file types, including PPTs, documents, spreadsheets, webpages and broadcasts.
Setup
1. Install dependencies using uv:
uv venv
uv sync
2. Create a .env file with your SkyWork API key:
SKYWORK_API_KEY=your_api_key_here
"You can request an API key by reaching out to peter@skywork.ai."
Running the Server
{
"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"
}
}
}
}
API Usage Response
Response:{
"url": "output_oss_url"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



