MCP-Unified-Server

zoowars85-hash/MCP-Unified-Server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP Unified Server – A Complete Toolset for LLM Agents Author: Claus This is a production‑ready implementation of the Model Context Protocol (MCP) that provides dozens of tools for file operations, search, RAG, web scraping, databases, email, calendar, shell commands, and much more – all in one server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-unified-server": {
      "command": "uvx",
      "args": [
        "mcp-unified-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-unified-server