PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serverscontent-management-systemsmcp-2slides
返回「content-management-systems」

mcp-2slides

modelscope·@2slides/mcp-2slides

content-management-systems0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

2slides MCP Server

2slides

Expose 2slides.com tools for MCP clients (e.g., Claude Desktop).

Get Your API Key

Before using this MCP server, you need to obtain an API key from 2slides.com/api.

Configure in Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json and add:

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

Then fully restart Claude Desktop. In a chat, open the tools panel and you should see the tools below.

Available Tools

  • slides_generate (POST /api/v1/slides/generate)

    • Args: themeId (string), userInput (string), responseLanguage (string), mode (optional: sync | async, default sync)
    • Example:
      {
        "themeId": "st-1756528793701-fcg5fblt2",
        "userInput": "generate sample content",
        "responseLanguage": "English",
        "mode": "async"
      }
      
    • Notes:
      • mode: "sync" waits for generation to complete and returns the result directly (default).
      • mode: "async" submits the job and returns a jobId; poll with jobs_get.
  • jobs_get (GET /api/v1/jobs/{jobId})

    • Args: jobId (string)
    • Example:
      { "jobId": "D8h9VYDGdTlZ6wWSEoctF" }
      
  • themes_search (GET /api/v1/themes/search)

    • Args: query (string), limit (number, optional, max 100)
    • Example:
      { "query": "8 stages", "limit": 10 }
      

All tools return the 2slides API JSON as formatted text. Use jobs_get with the jobId from slides_generate to poll status or get the downloadUrl when available.

Troubleshooting (Claude Desktop)

  • If tools dont appear in Claude, verify the config path is absolute and restart the app.
  • Check Claude MCP logs:
tail -n 50 -f ~/Library/Logs/Claude/mcp*.log
  • For stdio MCP servers, avoid logging to stdout; this server only logs errors to stderr. See the official guidance below.

References

  • Build an MCP server (official docs): https://modelcontextprotocol.io/docs/develop/build-server
  • 2slides: https://www.2slides.com
  • 2slides Templates: https://www.2slides.com/templates

相关 MCP Servers(来自「content-management-systems」)

小红书API代理

一个将小红书(Xiaohongshu)API封装为RESTful API服务器的微服务,允许用户在该平台上执行多种操作,例如获取笔记、搜索用户和内容、访问用户信息等。

@proerror77/xhs_mcp_agent

MarkMap-MCP服务器

一个模型上下文协议服务器,可将Markdown文本转换为支持丰富交互操作和多格式导出的交互式思维导图。

@jinzcdev/markmap-mcp-server

MCPMS笑话

一种模型上下文协议服务器,它使Microsoft Copilot Studio能够从各种来源获取笑话,包括Chuck Norris笑话、爸爸笑话和Yo Mama笑话。

@VoltScp/MCPMS

知乎MCP服务器

一种模型上下文协议服务器,允许用户使用大型语言模型自动生成文章,并直接发布到知乎(一个中国的问答平台)。

@Victorzwx/zh_mcp_server

WordPress MCP 服务器

为 WordPress 实现了一个模型上下文协议服务器,增强了 VS Code 的 WordPress 特定智能,包括数据库集成、代码补全和文档支持。

@sharmashivanand/mcp-wordpress

cuongpham2107

暂无描述。

@cuongpham2107/word-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/2slides-mcp-2slides/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

Then fully restart Claude Desktop. In a chat, open the tools panel and you should see the tools below. ### Available Tools - `slides_generate` (POST /api/v1/slides/generate) - Args: `themeId` (string), `userInput` (string), `responseLanguage` (string), `mode` (optional: `sync` | `async`, default `sync`) - Example: ```json { "themeId": "st-1756528793701-fcg5fblt2", "userInput": "generate sample content", "responseLanguage": "English", "mode": "async" } ``` - Notes: - `mode: "sync"` waits for generation to complete and returns the result directly (default). - `mode: "async"` submits the job and returns a `jobId`; poll with `jobs_get`. - `jobs_get` (GET /api/v1/jobs/{jobId}) - Args: `jobId` (string) - Example: ```json { "jobId": "D8h9VYDGdTlZ6wWSEoctF" } ``` - `themes_search` (GET /api/v1/themes/search) - Args: `query` (string), `limit` (number, optional, max 100) - Example: ```json { "query": "8 stages", "limit": 10 } ``` All tools return the 2slides API JSON as formatted text. Use `jobs_get` with the `jobId` from `slides_generate` to poll status or get the `downloadUrl` when available. ### Troubleshooting (Claude Desktop) - If tools dont appear in Claude, verify the config path is absolute and restart the app. - Check Claude MCP logs:

基本信息

分类
content-management-systems / workplace-and-productivity / app-automation
运行方式
No
许可证
MIT License
详情文件
2slides-mcp-2slides.md