← Back to Plugins
MCP Server MCP

Temway

github By github 👁 1 views ▲ 0 votes

Visual email & layout builder that turns AI assistants into a Temway authoring studio.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.temway.com/mcp",
      "headers": [
        {
          "description": "Your Temway API key (starts with 'tmw_live_'), minted by a team admin in the Temway dashboard. Send as 'Bearer tmw_live_…'. For hosted web connectors (claude.ai, ChatGPT) OAuth 2.1 (PKCE/S256) is also supported — no header needed.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...