Skip to content

Utils

Free

by MCP Community

Shared utilities for MCP server packages

v0.10.1Added Apr 12, 2026
mcpmcp-server
Works with:ClaudeGPTGeminiCopilot

Utils MCP Server

Shared utilities for MCP server packages

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @gleanwork/mcp-server-utils
Add to claude_desktop_config.json
{
  "mcpServers": {
    "utils": {
      "command": "npx",
      "args": ["-y", "@gleanwork/mcp-server-utils"]
    }
  }
}