@redaily/mcp
v0.1.0
Published
MCP server, CLI, and Chrome Native Messaging host for Redaily browser workflows.
Maintainers
Readme
Redaily MCP
Redaily MCP gives MCP-compatible agents a local bridge into a real Xiaohongshu / RedNote Chrome browser workflow.
It provides:
redaily— setup, doctor, and uninstall CLI;redaily-mcp-server— stdio MCP server started by Codex, Claude Code, Cursor, or another MCP client;redaily-native-host— Chrome Native Messaging host used by the Redaily Bridge Chrome extension.
Install
npm install -g @redaily/mcp
redaily setup --codex
redaily doctorFor one-off usage without global installation:
npx --package @redaily/mcp redaily setup --codex
npx --package @redaily/mcp redaily doctorChrome Extension Required
This package installs and configures the local MCP server and Native Host. Browser actions still require the Redaily Bridge Chrome extension.
During development, load the extension from the repository's Plasmo dev bundle. A Chrome Web Store distribution can replace that step later.
Supported Browser Domains
Redaily starts narrow by design. The bridge accepts only:
https://xiaohongshu.com/*https://*.xiaohongshu.com/*https://rednote.com/*https://*.rednote.com/*
Commands
redaily setup
redaily setup --codex
redaily doctor
redaily uninstallredaily setup configures the local Native Messaging manifest and Native Host launcher.
redaily setup --codex also writes the Codex MCP configuration.
redaily doctor checks local runtime health.
redaily uninstall removes the local Redaily runtime files.
