README.md
A local command-based assistant that enables users to control system tools.
A local command-based assistant that enables users to control system tools, play YouTube music, and search various websites using Playwright automation. It supports tasks ranging from media playback and browser navigation to file system operations and system power management.
Tools (3)
play_youtubePlays music or videos on YouTube using Playwright automation.web_searchSearches various websites using Playwright automation.system_controlManages system power states and local file system operations.Configuration
claude_desktop_config.json
{
"mcpServers": {
"ragmcp": {
"command": "npx",
"args": ["-y", "ragmcp"]
}
}
}Try it
→Play some lo-fi hip hop on YouTube.
→Search for the latest news on OpenAI on Google using the web search tool.
→Shut down the system in 10 minutes.
→Open the local documents folder and list the files.
→Search for 'MCP servers' on GitHub using Playwright.