
MCP Tools Server
by Rose22
Cross-platform AI assistant server for web search, memory, file management, and device control.
What it does
This is a comprehensive, modular MCP server that transforms an LLM into a full-featured personal assistant. It provides a bridge between the AI and your local operating system, enabling it to interact with files, the web, and system settings across Windows, macOS, and Linux.
Tools
- Web Search: Perform DuckDuckGo searches via page scraping (no API key required).
- Memory: Store and retrieve persistent memories and date-tied notes using msgpack.
- File System: Browse, read, and modify local files with automatic safety backups.
- URL Processing: Read and extract data from remote URLs and archives.
- Organization: Manage a markdown-based database of notes, tasks, events, and recipes.
- System Control: Lock screen, diagnose device hardware, and execute shell commands.
- YouTube: Transcribe YouTube videos for summarization and analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-tools-server": {
"command": "/path/to/mcp_tools_server/venv/bin/python",
"args": ["/path/to/mcp_tools_server/main.py"]
}
}
}
Supported hosts
Compatible with any MCP-compliant client including Claude Desktop.
Quick install
git clone https://github.com/Rose22/mcp_tools_server.git && cd mcp_tools_server && python -m venv venv && ./venv/bin/pip install -r requirements.txtInformation
- Pricing
- free
- Published






