Skip to content

OpenCode web and desktop are not loading MCPs #30859

@mayeenulislam

Description

@mayeenulislam

Description

Possibly from the last two updates, the MCPs are not loading on the web or desktop versions but are loading and working perfectly on the TUI.

I tested removing all the plugins. Tried activating and removing MCPs one by one.

The issue happened on both Windows 11 and macOS Tahoe Version 26.4. I installed OpenCode on Windows using npm, and on Mac, using the default cURL method. I tried completely removing and installing it fresh on Windows with a fresh configuration, but it won't work.

Plugins

No response

OpenCode version

1.15.13

Steps to reproduce

  1. Install OpenCode CLI
  2. Set up with the following configuration:
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "context7": {
      "type": "remote",
      "url": "https://mcp.context7.com/mcp",
      "enabled": true,
      "headers": {
        "CONTEXT7_API_KEY": "API_KEY_HERE"
      }
    },
    "playwright": {
      "type": "local",
      "command": [
        "npx",
        "@playwright/mcp@latest"
      ],
      "enabled": true
    }
  },
  "plugin": [
      "superpowers@git+https://github.com/obra/superpowers.git"
  ]
}

👆 You can use any one of these MCPs or remove all of them. You can remove the plugin as well.

  1. Run opencode mcp list (MCPs are connected)
  2. Run opencode web

In the browser version (or in the Desktop), the MCPs are not there. But if you have any plugin listed, it'll be there.

Screenshot and/or share link

MCPs loaded but...

Image

MCPs not loaded on Web UI

Image

Operating System

Windows 11 and macOS Tahoe Version 26.4

Terminal

CMD on Windows and Oh My Zsh (Mac)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions