Loading MCP server directory, please wait...
Visual email & layout builder that turns AI assistants into a Temway authoring studio.
npx @getmcp/cli add io.github.temway/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationYour 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.temway/mcp-server": {
"url": "https://mcp.temway.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}