MCP ExplorerExplorer

Skywork Super Agents

@Skywork-aion a year ago
37 Unlicense
FreeCommunity
AI Systems
A lightweight MCP server for generating office files like PPTs and documents.

Overview

What is Skywork Super Agents

Skywork-Super-Agents is a lightweight MCP server that provides office tools for generating various file types such as PowerPoint presentations, documents, spreadsheets, webpages, and broadcasts.

Use cases

Use cases include generating educational materials, creating business reports, developing marketing presentations, and producing web content for online platforms.

How to use

To use Skywork-Super-Agents, first install the necessary dependencies using ‘uv’. Then, create a ‘.env’ file with your SkyWork API key. Finally, run the server using the provided command in the README.

Key features

Key features include the ability to generate multiple file types, easy setup with dependency management, and integration with the SkyWork API for seamless operation.

Where to use

Skywork-Super-Agents can be used in various fields such as education for creating presentations, business for generating reports and spreadsheets, and content creation for developing webpages and broadcasts.

Content

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 [email protected].”

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers