MCP ExplorerExplorer

Waldzell Mcp

@waldzellaion 21 days ago
112 MIT
FreeCommunity
AI Systems
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!

Overview

What is Waldzell Mcp

Waldzell MCP is a monorepo of Model Context Protocol servers developed by Waldzell AI, designed for integration with various AI assistants like Claude Desktop, Cline, and Roo Code.

Use cases

Use cases include querying for business information, discovering events, and retrieving detailed reviews through natural language interactions with AI assistants like Claude.

How to use

To use Waldzell MCP, clone the repository, install dependencies using Yarn, and start the server for the desired package. Follow the setup instructions provided in the README for each specific MCP server.

Key features

Key features include a natural language interface for business queries, AI-powered search leveraging Yelp’s API, comprehensive API coverage for businesses, reviews, events, and formatted responses in Markdown.

Where to use

undefined

Content

Waldzell MCP Servers

This repository contains a set of Model Context Protocol (MCP) servers. Each server lives in its own folder under servers/ and can be used independently. The project is intentionally lightweight and does not make use of a complex monorepo toolchain.

Available servers

Getting started

Prerequisites

  • Node.js 18 or higher
  • npm (comes with Node.js)

Install dependencies for all servers:

npm install

Build every server:

npm run build --workspaces

Run tests for all servers:

npm test --workspaces

Refer to each server’s README for usage instructions and additional scripts.

Publishing

To publish the packages defined in this repository:

npm run build --workspaces && changeset publish

License

All code in this repository is licensed under the MIT License.

Tools

No tools

Comments