Discover the Best AI Resources
Curated essentials, no noise — just what matters
Connects Claude (via the Model Context Protocol) to Ableton Live so the LLM can create and edit tracks, clips, instruments, and control playback through a socket-based MCP server and an Ableton MIDI Remote Script.
Gives an LLM a browser via Playwright's accessibility tree instead of screenshots, so the model reads structured snapshots, not pixels. Actions target named elements deterministically, cutting token use and removing any need for a vision model.
Exposes AWS services to AI agents over the Model Context Protocol — querying databases, provisioning infrastructure with CDK/EKS/Lambda, and pulling live AWS docs. Each domain ships as its own server, so agents wire in only what a task needs.
Gives coding agents symbol-level codebase access via language servers (LSP), turning cross-file renames, reference lookups, and edits into precise operations instead of fragile text search. Runs as an MCP server spanning 40+ languages.
Gives an LLM agent direct control of iOS and Android apps over one MCP interface, across simulators, emulators, and real devices. Reads the native accessibility tree to pick elements deterministically, using screenshot coordinates only as fallback.
Turns any GitHub repo into a remote MCP server, giving AI assistants live, searchable access to that project's docs and code so they stop hallucinating outdated APIs. No install: point your IDE at gitmcp.io/owner/repo.
Collects 40+ importable n8n workflows from the AI Agents A-Z YouTube channel, each tied to one video episode — spanning content generation, social-media posting, and short-video and narrated-story pipelines, plus companion Docker MCP/REST servers.
Lets an LLM read, search, and send your personal WhatsApp messages, contacts, and media through MCP. A Go bridge speaks to WhatsApp's web multidevice API and stores the full history in local SQLite, so data stays on your machine until a tool is invoked.
Turns a raw idea, novel, or screenplay into a complete multi-shot video through a multi-agent pipeline that scripts, storyboards, and renders shots while a vision model checks character and scene consistency across the whole story.
Twelve engineering principles for building production-grade LLM agents, modeled on the 12-Factor App. Argues the best agents are mostly deterministic software with a few well-placed LLM calls, not a prompt-and-tools loop.
Runs open-source LLMs and multimodal models entirely on mobile devices for offline, private inference. Offers Agent Skills, Thinking Mode, Ask Image, audio scribe, model management and benchmarks, with Gemma 4 and Hugging Face integration.
Generates full-stack web apps with the backend included — database, auth, file uploads, real-time UIs, and background workflows — by writing code against Convex's reactive APIs. A fork of bolt.diy; bring your key for Claude, GPT, Gemini, or Grok.