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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"2slides": {
"command": "npx",
"args": [
"2slides-mcp"
],
"env": {
"API_KEY": "YOUR_2SLIDES_API_KEY"
}
}
}
}工具
3Generate 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.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论