← Back to Plugins
MCP Server MCP

Fantasy Tabletop Helper

github By github 👁 1 views ▲ 0 votes

Read-only access to your tabletop campaigns: codex, sessions, and session notes.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.fantasytabletophelper.com/api/mcp",
      "headers": [
        {
          "description": "Personal access token from Account > AI Tool Access on the site. Include the 'Bearer ' prefix.",
          "isRequired": true,
          "isSecret": true,
          "placeholder": "Bearer ftth_mcp_...",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...