MCP Directory
Back

waldzell-mcp

by waldzellai · JavaScript · ★ 202

Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!

Install

npx -y github:waldzellai/waldzell-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "waldzell-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:waldzellai/waldzell-mcp"
      ]
    }
  }
}

From the README

This repository contains a set of Model Context Protocol (MCP) servers. Each server lives in its own folder under and can be used independently. The project is intentionally lightweight and does not make use of a complex monorepo toolchain. - [Clear Thought](./servers/server-clear-thought) – Sequential thinking tools inspired by James Clear - [Google Styleguide](./servers/server-google-styleguide) – Google TypeScript style guide server - [Stochastic Thinking](./servers/server-stochasticthinking) – Stochastic thinking utilities - [TypeStyle](./servers/server-typestyle) – TypeScript style guid…
Read full README on GitHub →

Related other servers