MCP.so
Sign In

Skywork Super Agents

@Skywork-ai

About Skywork Super Agents

No overview available yet

Basic information

Category

Other

License

Unlicense

Runtime

python

Transports

stdio

Publisher

Skywork-ai

Submitted by

Skywork-ai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "office": {
      "command": "uvx",
      "args": [
        "office-tool"
      ],
      "env": {
        "SKYWORK_API_KEY": "your_api_key_here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Skywork Super Agents?

Skywork Super Agents is a lightweight MCP server that provides office tools for generating various file types, including PPTs, documents, spreadsheets, webpages, and broadcasts. It is designed for users who need to programmatically create office documents via an API.

How to use Skywork Super Agents?

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.

Key features of Skywork Super Agents

  • 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.

Use cases of Skywork Super Agents

  • Automatically create presentation slides from structured data.
  • Generate formatted documents for reports or contracts.
  • Produce spreadsheets for data exports or summaries.
  • Build simple webpages or broadcast content on demand.

FAQ from Skywork Super Agents

How do I get a SkyWork API key?

You can request an API key by emailing [email protected].

What runtime or dependencies are required?

The server requires Python and uv (a Python package manager). Dependencies are installed via uv sync.

Where are generated files stored?

The server returns an output OSS URL; files are stored in a cloud object storage service.

What transport protocol does this server use?

The server is built as an MCP (Model Context Protocol) server, using standard MCP transport mechanisms.

Do I need any authentication beyond the API key?

Yes, the server uses the SKYWORK_API_KEY environment variable for authentication with the SkyWork API.

Comments

More Other MCP servers