← Back to Plugins
MCP Server MCP

DeckSpace

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

Publish an HTML presentation — a slide deck or scrolling document — at a shareable link.

Homepage Verified source

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

Loading comments...