When will we be able to duplicate MCP Action?

I am still getting the

No new MCP servers will be created because servers already exist.

1 Like

Hi @ihmunro ,
Thank you for your feedback. I have shared this with our team. For now, you can add duplicate MCP servers by changing the label. For example, here is an MCP configuration for connecting to Brave Search:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "demo"
      }
    }
  }
}

If you want to create another instance, just change the label from “brave-search” to “brave-search2” or similar.

Please let us know if you have any other questions or run into any issues!

1 Like