Zed extension that wraps the 2slides-mcp MCP server.
This MCP server requires your 2slides API key. Follow these steps to obtain it:
- Visit 2slides.com/api to get your API key
- Sign up or log in to your 2slides account
- Generate or copy your API Key
In your Zed settings:
{
"context_servers": {
"mcp-server-2slides": {
"settings": {
"api_key": "YOUR_2SLIDES_API_KEY"
}
}
}
}The 2slides MCP server provides the following tools:
slides_generate- Generate slides with a theme, user input, and response languagejobs_get- Get job status and results by job IDthemes_search- Search for available themes
For more information, visit 2slides.com and the 2slides-mcp repository.