2
2slides
Integrates with 2slides.com's presentation generation API to create professional slides from text descriptions with customizable themes and languages
Share:
About
Integrates with 2slides.com's presentation generation API to create professional slides from text descriptions with customizable themes and languages
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 2slides.
- What does the 2slides Model Context Protocol (MCP) server do?
- The 2slides MCP integrates with the 2slides.com API to generate professional presentations from text descriptions. It supports customizable themes and multiple languages for slide creation.
- How can I install the 2slides MCP in a client like Cline?
- Installation in Cline, or similar MCP clients, typically involves cloning the repository from https://github.com/2slides/mcp-2slides and following the client's documentation for adding local MCP servers.
- Does the 2slides MCP require credentials like an API key?
- No, the 2slides MCP uses 'none' as its authentication type, so it does not require an API key, OAuth, or other specific credentials for operation.
- What are the core capabilities of the 2slides MCP?
- The 2slides MCP's primary capability is generating presentation slides based on provided text descriptions. It leverages the 2slides.com API for creating slides with diverse themes and language options.
- What is the cost associated with using the 2slides MCP?
- The 2slides MCP itself is an open-source integration. The cost depends on the underlying 2slides.com service, which may have its own pricing structure for presentation generation.
- Are there any known limitations when using the 2slides MCP?
- A realistic limitation is that the quality and features available are directly dependent on the capabilities and current offerings of the 2slides.com API. The MCP acts as a bridge, not an independent presentation engine.
Install 2slides
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"2slides": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2slides"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"2slides": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2slides"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"2slides": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2slides"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.