Skip to content
Zed

thoth mcp for Zed

io.github.zeiq-co/thoth-mcp

MCP server for Thoth with multi-platform AI content generation

client:Zed transport:stdio runtime:npm

Install thoth mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "thoth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usethoth/mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

thoth mcp in other clients