The MCP extension connects Nora to external tools and services that implement the Model Context Protocol.
Open Settings > Extensions > MCP and enter a JSON configuration. The configuration is validated when you save it.
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest", "--isolated"]
}
}
}
Sliprail loads the tools exposed by each configured server. A configuration or startup error is shown in the extension status and can be retried.
A role becomes a launcher command that opens Nora with a specific MCP setup. Each role supports:
%s with the launcher parameter before sending it to NoraA role must have at least one available tool. With dynamic tool search enabled, all tools from the configured MCP servers are available for on-demand search.
If shared instances are disabled, each chat window starts its own MCP server. Some servers require an isolation option such as --isolated to work this way.
MCP tools can read files, make network requests, or modify data. Keep tool-call confirmation enabled unless you fully trust the server and role configuration.
MCP cloud sync is disabled by default. Enable MCP in Cloud Sync only if you want its server and role settings synchronized.