Skywork-Super-Agents

Skywork-Super-Agents

25

Skywork-Super-Agents is a lightweight MCP server designed to provide office tools for generating file types such as presentations, documents, spreadsheets, and more. Its features include ease of setup and API integration.

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
  1. 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 ."

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"
}