MCP Server
MCP
DeckSpace
Publish an HTML presentation — a slide deck or scrolling document — at a shareable link.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://app.deckspace.org/mcp",
"headers": [
{
"description": "Bearer <your publish token>, from Settings -> Publish in the DeckSpace app.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://app.deckspace.org/mcp/{publish_token}",
"variables": {
"publish_token": {
"description": "Your DeckSpace publish token (Settings -> Publish). For clients that cannot send headers.",
"isRequired": true,
"isSecret": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment