MCP.so
ログイン

2slides MCP Server

@2slides

2slides MCP Server について

2Slides is a modern AI-driven presentation generation agent. It automatically generates professional slide presentations based on user input (raw text or content intention), supporting multiple template types and themes.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

2slides

投稿者

2slide Zhou

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "2slides": {
      "command": "npx",
      "args": [
        "2slides-mcp"
      ],
      "env": {
        "API_KEY": "YOUR_2SLIDES_API_KEY"
      }
    }
  }
}

ツール

3

Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready.

Get job status/result by jobId from 2slides.

Search 2slides themes by query. Optional limit (max 100).

概要

What is 2slides MCP Server?

It integrates 2slides.com’s slide generation and management tools with MCP clients such as Claude Desktop, allowing users to create presentations, check job status, and search themes programmatically.

How to use 2slides MCP Server?

Obtain an API key from 2slides.com/api, then add the configuration to Claude Desktop’s claude_desktop_config.json with the command npx, arguments ["2slides-mcp"], and environment variable API_KEY. Restart Claude Desktop and the tools appear in the tools panel.

Key features of 2slides MCP Server

  • slides_generate: create slides from theme, input, and language.
  • jobs_get: poll job status and retrieve download URL.
  • themes_search: search available themes by query with optional limit.
  • Returns 2slides API JSON as formatted text.
  • Configuration via standard MCP stdio transport.
  • Only logs errors to stderr, avoiding stdout interference.

Use cases of 2slides MCP Server

  • Automatically generate slide decks from plain text descriptions.
  • Monitor long-running slide generation jobs asynchronously.
  • Browse and select themes before initiating a slide creation.
  • Integrate presentation creation into AI-assisted workflows.

FAQ from 2slides MCP Server

How do I get an API key?

Visit 2slides.com/api to request an API key.

What tools does this server provide?

Three tools: slides_generate (create slides), jobs_get (check job status), and themes_search (search themes).

How do I retrieve generated slides?

Call slides_generate to start a job, then poll with jobs_get using the returned jobId. When the job completes, the response includes a downloadUrl.

What transport does the server use?

It uses stdio transport, launched by npx from the command line.

Where are my slide data processed?

The tools call the 2slides.com API, so slide data is sent to and processed on 2slides servers.

コメント

「その他」の他のコンテンツ