eWeWasl Docs

Windsurf

Connect Windsurf to eWasl via MCP for in-editor social scheduling.

Windsurf supports HTTP MCP servers natively (Cascade > MCP).

Prerequisites

Configure

In Windsurf, open Cascade → Settings → MCP servers → Add server and paste:

{
  "mcpServers": {
    "ewasl": {
      "serverUrl": "https://app.ewasl.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ewasl_YOUR_KEY_HERE"
      }
    }
  }
}

Save and restart Cascade.

Use

Open Cascade and try:

Use ewasl to publish my latest blog post to LinkedIn and Twitter, with a custom hook for each.

Windsurf will fan out the work — calling create_post once with both account IDs and per-platform captions.

On this page