mcp_tools_server

Rose22/mcp_tools_server
★ 4 stars Python 🤖 AI/LLM Updated 2mo ago
a very flexible and capable cross-platform MCP server intended to be run on your own device. it's inspired by classic AI assistants like Apple Siri, Amazon Alexa and Google Assistant, except with the power of an LLM!
View on GitHub →

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_tools_server": {
      "command": "uvx",
      "args": [
        "mcp-tools-server"
      ]
    }
  }
}

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