Top GitHub Trending & AI Tool Deploy Commands — Updated Daily

npmrundeploy.com scans GitHub every day to find the fastest-growing AI Agent, AI/ML, MCP Server, DevTools, and Automation repos, pre-sorted into big groups so you don't have to filter manually. Every tool comes with a ready one-line deploy command — copy it straight into a terminal, Claude Code, or any AI agent. The site also has AI company stocks, weekly AI/model rankings, and pre-translated trend news.

14+tools reviewed
7major categories
24/7auto-scanning on Cloudflare

ℹ️ What is npmrundeploy.com for?

This is a daily roundup of GitHub trending built for developers, PMs, and builders who want to deploy new AI tools fast — without reading every README. Each tool is tagged with a category and a ready-to-run npm/npx/pip/docker command.

🔎 Quickly find a tool for your need

All 🤖 AI Agent🧠 AI / Machine Learning🔌 MCP Server⚙️ Automation🛠️ Dev Tools🌐 Web Framework🗄️ Database

🤖 AI Agent · 3 tools

Claude Code 🤖 AI Agent

An agentic command-line coding tool that runs Claude directly in your terminal to read/edit code and run commands.

npm install -g @anthropic-ai/claude-code

source on GitHub →

CrewAI 🤖 AI Agent

A lightweight framework for building teams of role-based AI agents that collaborate, independent of LangChain.

pip install crewai

source on GitHub →

Dify 🤖 AI Agent

A full-stack platform for building production-ready AI agent/LLM apps with a drag-and-drop UI.

git clone https://github.com/langgenius/dify.git && cd dify/docker && docker compose up -d

source on GitHub →

🧠 AI / Machine Learning · 3 tools

Ollama 🧠 AI/ML

Run open-source LLMs (Llama, Qwen, DeepSeek...) locally on your own machine, no cloud GPU needed.

curl -fsSL https://ollama.com/install.sh | sh

source on GitHub →

LangChain 🧠 AI/ML

The foundational framework for connecting LLMs to data, tools, and agents — the largest ecosystem today.

pip install langchain

source on GitHub →

Open WebUI 🧠 AI/ML

A self-hosted, ChatGPT-style web UI that works with Ollama or any OpenAI-compatible API.

docker run -d -p 3000:8080 ghcr.io/open-webui/open-webui:main

source on GitHub →

🔌 MCP Server · 2 tools

MCP Servers (uvicorn + FastAPI starter) 🔌 MCP

A quick-start scaffold for building MCP servers that connect AI to external data (files, DBs, internal APIs).

uvx create-mcp-server

source on GitHub →

MCP Inspector 🔌 MCP

A visual debugging tool for MCP servers — inspect tools, resources, and prompts before wiring into Claude.

npx @modelcontextprotocol/inspector

source on GitHub →

⚙️ Automation · 2 tools

n8n ⚙️ Automation

A workflow automation platform, a self-hostable Zapier alternative that connects with AI agents/MCP.

npx n8n

source on GitHub →

Playwright ⚙️ Automation

Cross-browser automation and end-to-end testing, with the ability to record actions into a script.

npm init playwright@latest

source on GitHub →

🛠️ Dev Tools · 1 tools

Vite 🛠️ DevTools

A next-generation build tool/dev server that starts frontend projects almost instantly.

npm create vite@latest

source on GitHub →

🌐 Web Framework · 2 tools

create-next-app 🌐 Web

Scaffold a Next.js project with one command — the most popular React framework for production web apps.

npx create-next-app@latest

source on GitHub →

Astro 🌐 Web

A blazing-fast static site framework shipping almost zero JS by default — the technology behind this very site.

npm create astro@latest

source on GitHub →

🗄️ Database · 1 tools

Supabase CLI 🗄️ Database

Bootstrap Postgres + Auth + Storage, self-hosted or cloud — an open-source Firebase alternative.

npx supabase init

source on GitHub →