modelscope·@2slides/mcp-2slides
暂无描述。

Expose 2slides.com tools for MCP clients (e.g., Claude Desktop).
Before using this MCP server, you need to obtain an API key from 2slides.com/api.
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.
slides_generate (POST /api/v1/slides/generate)
themeId (string), userInput (string), responseLanguage (string), mode (optional: sync | async, default sync){
"themeId": "st-1756528793701-fcg5fblt2",
"userInput": "generate sample content",
"responseLanguage": "English",
"mode": "async"
}
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})
jobId (string){ "jobId": "D8h9VYDGdTlZ6wWSEoctF" }
themes_search (GET /api/v1/themes/search)
query (string), limit (number, optional, max 100){ "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.
tail -n 50 -f ~/Library/Logs/Claude/mcp*.log
一个将小红书(Xiaohongshu)API封装为RESTful API服务器的微服务,允许用户在该平台上执行多种操作,例如获取笔记、搜索用户和内容、访问用户信息等。
一个模型上下文协议服务器,可将Markdown文本转换为支持丰富交互操作和多格式导出的交互式思维导图。
一种模型上下文协议服务器,它使Microsoft Copilot Studio能够从各种来源获取笑话,包括Chuck Norris笑话、爸爸笑话和Yo Mama笑话。
一种模型上下文协议服务器,允许用户使用大型语言模型自动生成文章,并直接发布到知乎(一个中国的问答平台)。
为 WordPress 实现了一个模型上下文协议服务器,增强了 VS Code 的 WordPress 特定智能,包括数据库集成、代码补全和文档支持。
暂无描述。