Running MCP type SSE

I’m trying to integrate different different model context protocols for example

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    },
    "puppeteer": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-puppeteer"]
    },
    "webresearch": {
      "command": "npx",
      "args": ["-y", "@mzxrai/mcp-webresearch@latest"]
    }
  }
}

But then I don’t see URL’s that can be used for remote access, has anyone managed to run SSE successfully?

You would need to run these locally!

So you would select command for the type and then for the command field put the full command

For example:
Name: Sequential Thinking
Type: Command
Command: npx -y @modelcontextprotocol/server-sequential-thinking

1 Like