MCP-Tools-Server

yihong1120/MCP-Tools-Server
★ 1 stars Python 📦 Other Updated 2mo ago
An MCP server.
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