Walter AI PlatformWalter AI Platform

Open WebUI

Connect Walter Writes AI to Open WebUI via MCP (Streamable HTTP) for text humanization and AI detection in your self-hosted chat.

Connect Walter Writes AI to Open WebUI for text humanization and AI detection in your self-hosted chat. See the Overview for full feature details and examples.

Connect to MCP via HTTP Streaming

In v0.6.31 Open WebUI added MCP (Streamable HTTP) server support, alongside the existing OpenAPI server integration. This lets you connect directly to an MCP server that exposes its functionality over a streaming HTTP endpoint. It supports Bearer token, session, and OAuth authentication if needed.

Note: This connection works only with the Open WebUI version run through Docker.

Setup guide

Once logged in to Open WebUI:

  1. Navigate to Admin Panel > Settings > Integrations. Admin panel Settings
  2. Click "+" (Add Connection). Integrations
  3. Set the Type to MCP Streamable HTTP.
  4. Set Name to Walter Writes.
  5. Set ID to walter_writes_mcp_http.
    • This is the string used in the logs to identify the MCP tool call.
  6. Set the URL to:
https://mcp-server.walterwrites.ai/mcp
  1. Set Auth to OAuth 2.1. Add Connection
  2. Click Register Client. Add Connection
  3. Save the connection. Add Connection

Authorize the MCP server

After saving, authorize the connection so Open WebUI can reach the Walter Writes tools:

  1. Open the connection you just created. Open the connection
  2. Trigger the OAuth flow when prompted.
  3. Sign in to your Walter Writes AI account in the browser. Sign in
  4. Return to Open WebUI after a successful sign-in. Return

Using the tools

  1. In a chat, enable the Walter Writes AI via HTTP server for the model from the tools/MCP selector.
  2. Chat normally — the model calls the Walter Writes tools when needed.

Tip: If a tool is not invoked, mention the Walter Writes MCP connector and the exact action (humanize or detect) directly in your prompt.

On this page