Stats
Actions
Tags
From fcp-slides
Runs a local Python-based server for slide or presentation management using the fcp-slides package. Capabilities likely include creating, editing, or rendering slide decks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"slides": {
"command": "uvx",
"args": [
"--refresh-package",
"fcp-slides",
"--python",
"3.13",
"fcp-slides"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Mar 25, 2026
First indexed Mar 25, 2026
npx claudepluginhub os-tack/fcp --plugin fcp-slides