Packages
4763 resultsZod
TypeScript-first schema validation library with static type inference. Define schemas (z.string(), z.object(), z.array()) and Zod derives both runtime validation and TypeScript types from them — single source of truth. Used extensively for form validation, API input parsing, environment variable validation, and OpenAI function calling schemas in TypeScript agents.
Zomato MCP Server — Food Delivery & Restaurant Data
Official Zomato MCP server enabling AI agents to interact with Zomato's food delivery and restaurant platform — searching restaurants, browsing menus, checking delivery availability, tracking orders, and integrating Zomato's food discovery and delivery capabilities into agent-driven personal assistant and food ordering workflows.
clap
The standard Rust command-line argument parsing library. Two APIs: derive API (annotate structs with #[derive(Parser)]) and builder API (fluent method chaining). Generates help text, error messages, shell completions, and validates arguments automatically. Powers popular Rust CLIs including ripgrep, fd, bat, and many others.
waldzell-mcp
Lightweight monorepo of MCP servers for cognitive and style-related AI tooling. Contains four servers: Clear Thought (sequential thinking utilities inspired by James Clear), Google Styleguide (TypeScript style guide as MCP), Stochastic Thinking (probabilistic reasoning utilities), and TypeStyle (TypeScript style guide resources).
Apache Airflow MCP API
Apache Airflow MCP server enabling AI agents to interact with Airflow's REST API — triggering DAG runs, monitoring pipeline status, querying task execution logs, managing DAG state (pause/unpause), and integrating Airflow data pipeline orchestration into agent-driven workflows. Enables agents to coordinate and monitor complex data engineering workflows.
ArchUnit
Java architecture testing library that validates architectural constraints as unit tests. ArchUnit imports Java bytecode and applies rule checks: no cycles between packages, layered architecture rules (controllers don't import repositories), naming conventions, annotation requirements, dependency restrictions, and custom rules. Rules run as standard JUnit 5 or JUnit 4 tests — architecture violations appear as test failures with detailed violation messages. Catches architecture drift before it becomes technical debt. Rules expressed in fluent DSL: classes().that().resideInPackage('..controller..').should().onlyDependOnClassesThat()...
Loguru
Simplified Python logging library designed to eliminate the complexity of Python's built-in logging module. Single global logger instance — no configuration boilerplate. Beautiful colorized output, structured logging, automatic exception formatting with variable inspection, async support, and file rotation. Drop-in replacement for the stdlib logging module with dramatically simpler API.
MCPollinations
MCP server integrating Pollinations.ai — a free, no-API-key AI generation platform — enabling agents to generate images, text, and audio without authentication or cost. Pollinations.ai provides free access to open-source models (Stable Diffusion, Flux, and others) for image generation, text completion, and music creation through simple URL-based API calls.
Scientific Papers MCP
MCP server providing AI agents with access to scientific literature — searching ArXiv, Semantic Scholar, and other academic paper databases. Enables agents to search for papers by topic, retrieve abstracts and metadata, download full-text PDFs, and integrate academic research into agent workflows for literature review, research assistance, and knowledge synthesis.
Todoist REST API
Todoist is a task management platform with a REST API v2 and a lower-level Sync API. Agents can create, read, update, and close tasks, manage projects and sections, assign labels, set due dates, and receive webhook events on task state changes.
Zapier MCP Server (Official)
Official Zapier MCP server enabling AI agents to trigger Zapier workflows (Zaps) and AI Actions — connecting AI agents to 6,000+ apps via Zapier's no-code automation platform.
3D Printer MCP Server
3D Printer MCP server enabling AI agents to control and monitor 3D printers via OctoPrint or Klipper — managing print jobs, monitoring print progress and temperatures, controlling printer axes, and integrating 3D printer management into agent-driven maker and manufacturing workflows.
Apple Doc MCP
MCP server providing AI coding assistants with seamless access to Apple's Developer Documentation, featuring smart symbol search with wildcards, technology-filtered queries, and persistent caching between searches.
Aqara MCP Server
Official MCP server from Aqara (aqara org) for their smart home ecosystem. Enables AI agents to control Aqara smart home devices — lights, sensors, locks, cameras, thermostats — via the Aqara cloud API. Supports scenes, automations, and device state queries across the Aqara device lineup.
Better Stack Uptime & Logging MCP Server
MCP server for Better Stack — combining uptime monitoring, structured logging (Logtail), and incident management. Enables AI agents to query uptime monitors, retrieve log data, manage on-call schedules, create and resolve incidents, and update status pages. Better Stack unifies observability tools previously requiring multiple services.
ChEMBL MCP Server
ChEMBL MCP server enabling AI agents to query the ChEMBL bioactivity database — searching for chemical compounds, retrieving drug targets and bioactivity data, fetching molecular properties and ADMET predictions, and integrating ChEMBL's comprehensive medicinal chemistry database into agent-driven drug discovery and cheminformatics workflows.
Flux Operator
A Kubernetes CRD controller that automates the lifecycle of CNCF Flux CD across cluster fleets, handling installation, configuration, upgrades, multi-tenancy, and ephemeral preview environments. Includes an MCP server for AI-assisted GitOps operations.
Google Cloud Translation API
Google Cloud's machine translation API supporting 130+ languages, available as both a basic REST API and an advanced neural model with glossary and batch support.
MCP Pointer
Combines a Chrome extension with a local MCP server so AI coding assistants can inspect DOM elements a developer points to in the browser, receiving rich context including text, CSS classes, computed styles, attributes, and React component metadata.
MCPControl
Windows-only MCP server enabling AI models to control desktop systems — mouse movements/clicks, keyboard input, window management, screen capture, and clipboard operations. Supports multiple automation providers (keysender, PowerShell, AutoHotkey v2) with SSE transport for remote connections and optional HTTPS/TLS.