RagMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RagMCPplay the Naa Ready song on YouTube"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ā RagMCP Project Manual (Developer Guide)
š„ 1. Project Overview
RagMCP is a local command-based assistant that:
ā Opens websites ā Plays YouTube songs using Playwright ā Controls system tools (create folder, set wallpaper, shutdown PC) ā Searches websites like FitGirl, Pinterest, etc.
It works using a server (ragmcp) that listens to JSON commands and performs actions.
š„ 2. Download the Project
Option 1: Clone GitHub Repo
git clone https://github.com/yourusername/RagMCP.git
cd RagMCPOption 2: Download Zip
Click Download Zip
Extract to
D:\MINI PROJECTS\RAGMCP
š§° 3. Setup Python Environment
3.1 Create Virtual Environment
python -m venv .venv3.2 Activate Virtual Environment
Windows PowerShell
.\.venv\Scripts\Activateš¦ 4. Install Required Packages
Run:
pip install -r requirements.txtIf requirements.txt not exist, install manually:
pip install playwright pyautogui
pip install psutilā ļø Playwright Browser Setup
playwright installš 5. Run the Server
Start RagMCP Server
ragmcpIf command not found:
python -m ragmcpš§© 6. How to Use RagMCP (JSON Commands)
Example format:
{"id": 1, "method": "METHOD_NAME", "params": {"param": "value"}}šÆ 7. YouTube Tool Commands
Case 1: Play Specific Song
{"id": 1, "method": "play_youtube_direct", "params": {"query": "Naa Ready song"}}Case 2: Play Trending Music
{"id": 1, "method": "play_trending_music", "params": {}}Case 3: Play Favourite Song
{"id": 1, "method": "play_youtube_from_favourites", "params": {"favourite": "A.R. Rahman"}}Mood Based Music
{"id": 1, "method": "play_youtube_mood", "params": {"mood": "happy"}}š 8. Web Tools Commands
Open any website
{"id": 1, "method": "open_website", "params": {"site": "google"}}Search on Google
{"id": 1, "method": "search_google", "params": {"query": "Thalapathy aesthetic"}}Search on FitGirl
{"id": 1, "method": "search_fitgirl", "params": {"query": "Batman Arkham City"}}Search on Pinterest
{"id": 1, "method": "search_pinterest", "params": {"query": "Thalapathy aesthetics"}}š„ļø 9. System Tools Commands
Create Folder
{"id": 1, "method": "create_folder", "params": {"path": "C:\\Users\\User\\Desktop\\afrah"}}Set Wallpaper
{"id": 1, "method": "set_wallpaper", "params": {"path": "D:\\wallpapers\\image.jpg"}}Shutdown PC
{"id": 1, "method": "shutdown_pc", "params": {}}š§ 10. Important Notes
āļø Always run ragmcp server first āļø Use Chrome-based browsers for best stability āļø Playwright opens browser automatically and waits until user closes it āļø Do not change logic without understanding it
š Project Finalization
Once you run all tools and verify functionality:
ā Save project ā Commit to GitHub ā Share with developer
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables comprehensive browser automation and control through Playwright, including launching browsers, managing tabs, web navigation, element interaction, and screenshot capture. Supports detecting and controlling external browsers with remote debugging capabilities.Last updated
- Flicense-qualityDmaintenanceEnables AI assistants to control browser automation through natural language prompts using Playwright, supporting visual element interaction, PDF generation, screenshots, and testing assertions.Last updated
- Alicense-qualityDmaintenanceProvides browser automation capabilities using Playwright, enabling users to navigate websites, extract content, take screenshots, and interact with web pages through natural language prompts.Last updated14MIT
- Flicense-qualityFmaintenanceEnables AI assistants to control a browser through Playwright tools for web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated
Related MCP Connectors
Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Send quick greetings, scrape website content, and generate text or images on demand. Perform web sā¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sriragulcodez/RAGMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server