ConnectConnect your stackAdd an MCP server

Add an MCP server

Extend OpenWorking with Model Context Protocol servers.

MCP servers give OpenWorking new tools and integrations. Add one to connect external services and data sources to your sessions.

Steps

  1. Open the Config screen and locate the plugins/MCP section.
  2. Add the MCP server entry with its command and arguments.
  3. Save and restart the session so the runtime picks up the new server.
{
  "mcp": {
    "my-server": {
      "command": "npx",
      "args": ["-y", "@example/mcp-server"]
    }
  }
}

Tip

Each MCP server runs as a local process. Only the tools it exposes are made available to the agent.

On this page