Remote MCP server for creating and posting TikTok slideshows with Slidestorm.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"slidestorm-mcp-serve": {
"command": "npx",
"args": [
"-y",
"ewantindale/slidestorm-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add slidestorm-mcp-serve npx -y ewantindale/slidestorm-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"slidestorm-mcp-serve": {
"command": "npx",
"args": [
"-y",
"ewantindale/slidestorm-mcp-server"
]
}
}
}