Utils
Freeby MCP Community
Shared utilities for MCP server packages
v0.10.1Added Apr 12, 2026
mcpmcp-server
Utils MCP Server
Shared utilities for MCP server packages
Installation
Reviews
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"]
}
}
}