Open Source Intelligence

GitWatch

The 20 most-starred MCP servers, Claude agents, and AI plugins on GitHub. Ranked by community adoption. Hover any row for a README preview.

28Repos tracked
881kCombined stars
12Categories
GitHub liveSource
Repository · Description
Stars
OpenClaw
openclaw/openclaw
247k
## openclaw/openclaw **What it does:** A free, open-source autonomous AI agent created by Peter Steinberger. Runs on your own hardware, connects to 10+ messaging platforms (WhatsApp, Telegram, Discord, Signal, iMessage, Gmail, Matrix), and orchestrates skills to complete real tasks — not just chat. **Core architecture:** - Skill system: 5,700+ community skills in ClawHub registry - Multi-agent coordination via Moltbook (1.6M+ registered AI agents) - MCP-native: connects to any MCP server as a tool - Lobster: typed workflow runtime for complex multi-step tasks - ClawRouter: smart LLM router saving 78% on inference costs **Why it matters:** OpenClaw is the fastest-growing GitHub repo in history. It represents the shift from AI as chatbot to AI as autonomous worker. The architecture pattern — skills + orchestration + multi-agent — is what every serious agentic system is converging on.
Autonomous AgentMulti-AgentMCPSkillsOpenClaw
TypeScripthover to preview · click to open
1
OpenClaw·TypeScript
openclaw/openclaw

The fastest-growing GitHub repo in history — 9K to 247K stars in weeks (18× faster than Kubernetes). Free, open-source autonomous AI agent that sends emails, writes code, monitors servers, and orchestrates multi-agent workflows.

The reference implementation for autonomous AI agents. Understanding OpenClaw is understanding the architecture pattern every agentic system is converging on.

247k
Open
OpenClaw
openclaw/clawhub
42k
## openclaw/clawhub **What it does:** The official skill registry for OpenClaw — 5,700+ community-built skills covering every workflow category. Think of it as npm for AI agent capabilities. **Skill categories:** Productivity, Development, Research, Finance, Creative, Security, and 20+ more. **Why it matters:** The skill ecosystem is what makes OpenClaw genuinely useful. 5,700+ skills means there is almost certainly a pre-built capability for whatever workflow you want to automate. The registry is the moat.
SkillsRegistryMarketplaceCommunityOpenClaw
TypeScripthover to preview · click to open
2
OpenClaw·TypeScript
openclaw/clawhub

Official OpenClaw skill directory — 5,700+ community-built skills for every workflow. The npm registry of the agentic era.

The central registry for OpenClaw capabilities. If you want to extend what an agent can do, this is where you start.

42k
Open
OpenClaw
VoltAgent/awesome-openclaw-skills
22k
## VoltAgent/awesome-openclaw-skills **What it does:** A community-curated list of the best OpenClaw skills — quality-filtered from the full 5,700+ ClawHub registry down to 3,009 vetted, well-documented, actively-maintained skills. **Curation criteria:** Active maintenance, documented README, community rating > 4.0, no known security issues, works with current OpenClaw version. **Why it matters:** The full ClawHub registry has 5,700+ skills but quality varies enormously. This curated list is the starting point for any serious OpenClaw deployment.
CuratedSkillsCommunityQuality FilterOpenClaw
Markdownhover to preview · click to open
3
OpenClaw·Markdown
VoltAgent/awesome-openclaw-skills

Curated list of 3,009 high-quality OpenClaw skills — the quality filter on top of ClawHub's 5,700+ raw registry.

The curated shortlist for serious builders — saves hours of evaluation by surfacing the skills that actually work reliably in production.

22k
Open
OpenClaw
openclaw/lobster
18k
## openclaw/lobster **What it does:** A typed workflow runtime for OpenClaw that lets you define complex, multi-step agentic tasks as composable, type-safe workflows. **Core concepts:** Workflow (typed sequence of steps), Step (single skill invocation), Branch (conditional logic), Loop (iterate with per-item agents), Parallel (concurrent execution). **Why it matters:** Real production workflows require orchestration — conditional logic, error handling, parallel execution, typed data passing between steps. Lobster is the runtime that makes this possible without writing raw code.
WorkflowTypedOrchestrationRuntimeOpenClaw
TypeScripthover to preview · click to open
4
OpenClaw·TypeScript
openclaw/lobster

Typed workflow runtime for OpenClaw. Define complex multi-step agentic tasks as type-safe, composable workflows.

The missing layer between "run a skill" and "orchestrate a complex multi-agent pipeline" — how production OpenClaw workflows are built.

18k
Open
OpenClaw
openclaw/ClawGuard
15k
## openclaw/ClawGuard **What it does:** A security layer for OpenClaw that enforces permission manifests, sandboxes skill execution, and provides audit logging for every agent action. **Core capabilities:** Permission manifests, runtime enforcement, sandboxing, audit logging, policy engine, anomaly detection. **Why it matters:** Reddit analysis found 20% of ClawHub plugins contain potentially malicious code. ClawGuard is the enterprise prerequisite — do not run OpenClaw in production without it.
SecurityPermissionsSandboxingAuditEnterprise
TypeScripthover to preview · click to open
5
OpenClaw·TypeScript
openclaw/ClawGuard

Security layer for OpenClaw — permission manifests, runtime enforcement, sandboxing, and audit logging.

With 20% of ClawHub plugins flagged as potentially malicious, ClawGuard is the enterprise prerequisite before any production OpenClaw deployment.

15k
Open
OpenClaw
openclaw/ClawRouter
12k
## openclaw/ClawRouter **What it does:** An intelligent LLM router that automatically selects the optimal model for each task across 30+ providers — balancing cost, latency, capability, and context length. **Supported providers:** OpenAI, Anthropic, Google, Mistral, Cohere, Together, Groq, Perplexity, and 22 more. **Why it matters:** Running every task through Claude Opus or GPT-4 is expensive. ClawRouter routes simple tasks to cheaper models and only escalates when necessary. The 78% cost reduction is real and measurable.
LLM RoutingCost OptimisationMulti-Model30+ ProvidersOpenClaw
TypeScripthover to preview · click to open
6
OpenClaw·TypeScript
openclaw/ClawRouter

Smart LLM router for OpenClaw — routes tasks to the optimal model across 30+ providers. Saves 78% on inference costs.

At scale, model routing is the difference between a viable and unviable cost structure. 78% savings is not marginal.

12k
Open
OpenClaw
htlin222/mini-claw
5k
## htlin222/mini-claw **What it does:** A minimalist, single-file OpenClaw implementation that runs as a Telegram bot. Strips the full OpenClaw stack down to its essential components. **Why it exists:** The full OpenClaw stack has significant setup complexity. Mini-Claw is the answer to "I just want to understand how this works" — a complete, working agent in ~200 lines of Python. **When to use it:** Learning OpenClaw architecture, prototyping a new skill, or deploying a lightweight personal agent without the full infrastructure overhead.
TelegramLightweightMinimalQuick StartOpenClaw
Pythonhover to preview · click to open
7
OpenClaw·Python
htlin222/mini-claw

Minimalist OpenClaw implementation for Telegram. Ultra-lightweight, single-file deployment — the fastest way to get an OpenClaw agent running.

The fastest path from zero to running agent. If you want to understand OpenClaw architecture without the full stack, start here.

5k
Open
OpenClaw
memovai/mimiclaw
5k
## memovai/mimiclaw **What it does:** Implements the OpenClaw agentic architecture in C on ESP32-S3 microcontrollers — running a full perception-reasoning-action loop on a $5 embedded chip with no cloud dependency. **Why it matters:** Most AI agent discussions assume cloud infrastructure. MimiClaw proves the architecture works at the extreme edge — on hardware that costs less than a coffee. This is the foundation for ambient intelligence and industrial IoT applications.
EmbeddedESP32Edge AIHardwareOpenClaw
Chover to preview · click to open
8
OpenClaw·C
memovai/mimiclaw

OpenClaw principles implemented in C on ESP32-S3 microcontrollers. Runs a full agentic loop on a $5 chip.

Proof that the agentic architecture is not cloud-dependent. Edge AI agents on embedded hardware is the next frontier.

5k
Open
File Systems
microsoft/markitdown
90.8k
## microsoft/markitdown **What it does:** Converts virtually any file format — PDF, Word, Excel, PowerPoint, images, audio, HTML, CSV, JSON, XML, ZIP — into clean Markdown that LLMs can consume directly. **How to use it:** Install via pip, then add to your Claude MCP config. Once connected, Claude can read any document you point it at without any manual conversion step. **Key features:** - 15+ supported file formats out of the box - Local and remote file support - Audio transcription via Azure Speech Services - Image description via LLM vision - Preserves document structure (headings, tables, lists) **Why 90k stars:** It solves the most common friction point in any AI document workflow — getting content into a format the model can actually use. Works with Claude, GPT-4, Gemini, and any other LLM.
PDFWordExcelAudioImages
Pythonhover to preview · click to open
9
File Systems·Python
microsoft/markitdown

MCP tool access to MarkItDown — converts any file format to Markdown for LLM consumption.

The universal file ingestion layer for any Claude workflow that needs to read documents.

90.8k
Open
Protocol
modelcontextprotocol/servers
81.2k
## modelcontextprotocol/servers **What it does:** The official reference implementation of MCP servers, maintained by Anthropic. Includes production-ready servers for filesystem access, memory/knowledge graphs, web fetching, Git operations, PostgreSQL, SQLite, Brave Search, and more. **Included servers:** - `filesystem` — Read/write local files with configurable permissions - `memory` — Persistent knowledge graph for long-term context - `fetch` — Web content retrieval and conversion - `git` — Repository reading and commit history - `postgres` / `sqlite` — Direct database queries - `brave-search` — Web and local search via Brave API - `puppeteer` — Browser automation and screenshots **Why it matters:** This is the authoritative source. Every third-party MCP server follows the patterns established here. Start here before building your own.
FilesystemMemoryFetchGitReference
TypeScripthover to preview · click to open
10
Protocol·TypeScript
modelcontextprotocol/servers

The official MCP reference servers by Anthropic. The canonical starting point for all MCP development.

Every MCP server is built against this spec. Understanding it is understanding the protocol.

81.2k
Open
Developer Tools
upstash/context7
49.2k
## upstash/context7 **What it does:** Fetches live, version-specific documentation for any library or framework and injects it directly into Claude's context window. No more hallucinated API calls based on outdated training data. **How it works:** You add `use context7` to your prompt, and the MCP server automatically fetches the current docs for whatever library you're working with — React, Next.js, Tailwind, Supabase, etc. **Why this matters for AI coding:** Claude's training data has a cutoff date. Library APIs change constantly. Without current docs, Claude confidently writes code using deprecated methods or non-existent parameters. Context7 fixes this at the source. **Supported:** 1,000+ libraries with automatic version detection. Works with Claude, Cursor, Windsurf, and any MCP-compatible editor.
DocumentationCodeAPIsLive Docs
TypeScripthover to preview · click to open
11
Developer Tools·TypeScript
upstash/context7

Up-to-date code documentation for LLMs. Pulls live, version-specific docs into Claude's context.

Eliminates the #1 cause of AI coding errors — stale, hallucinated documentation.

49.2k
Open
Databases
mindsdb/mindsdb
38.8k
## mindsdb/mindsdb **What it does:** Provides a single MCP server that connects Claude to 200+ data sources — relational databases, data warehouses, SaaS platforms, vector stores, and streaming services — through a unified SQL interface. **Supported integrations include:** - Databases: PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server - Cloud warehouses: Snowflake, BigQuery, Redshift, Databricks - NoSQL: MongoDB, Redis, Cassandra, DynamoDB - SaaS: Salesforce, HubSpot, Slack, GitHub, Stripe - Vector stores: Pinecone, Weaviate, Chroma, pgvector **Key capability:** Claude can write natural language queries that MindsDB translates into the appropriate query language for each connected source, then joins results across systems. **Why 38k stars:** Solves the multi-database problem that every enterprise faces — without requiring Claude to know each system's specific query syntax.
PostgreSQLMySQLMongoDBSnowflakeUnification
Pythonhover to preview · click to open
12
Databases·Python
mindsdb/mindsdb

Connect and unify data across 200+ platforms and databases through a single MCP server.

Single MCP endpoint for all your data sources — no more per-database connectors.

38.8k
Open
Browser Automation
microsoft/playwright-mcp
29.0k
## microsoft/playwright-mcp **What it does:** Gives Claude a full browser via Microsoft's Playwright framework. Instead of fragile CSS selectors, it uses structured accessibility snapshots — the same tree screen readers use — making automation far more robust. **What Claude can do with it:** - Navigate to any URL - Click buttons, fill forms, submit data - Take screenshots and describe what it sees - Extract structured data from any web page - Handle authentication flows - Wait for dynamic content to load **Accessibility-first approach:** Rather than relying on brittle XPath or CSS selectors that break when UI changes, Playwright-MCP uses the accessibility tree. This means automation that actually works across UI updates. **Built by Microsoft:** Official support, regular updates, enterprise-grade reliability. The safe choice for production browser automation workflows.
BrowserAutomationAccessibilityScreenshotsForms
TypeScripthover to preview · click to open
13
Browser Automation·TypeScript
microsoft/playwright-mcp

Official Microsoft Playwright MCP server. Enables LLMs to interact with web pages via accessibility snapshots.

The gold standard for giving Claude a browser — accessibility-first, not fragile CSS selectors.

29.0k
Open
Version Control
github/github-mcp-server
27.9k
## github/github-mcp-server **What it does:** The official GitHub MCP server, built and maintained by GitHub itself. Gives Claude full access to your GitHub account — repositories, pull requests, issues, code search, notifications, and more. **Key operations:** - Create, read, update, and delete repositories - Open, review, and merge pull requests - Create and manage issues and comments - Search code across all of GitHub - Manage branches, commits, and releases - Read and write file contents directly **Authentication:** Uses your GitHub personal access token with configurable scopes. Supports both github.com and GitHub Enterprise. **Why it's essential:** If you're using Claude for any software development work, this is the connective tissue between your AI assistant and your actual codebase. Built by GitHub — not a third-party approximation.
GitHubPRsIssuesCode SearchOfficial
Gohover to preview · click to open
14
Version Control·Go
github/github-mcp-server

Official GitHub MCP server. Full integration with repos, PRs, issues, code search, and more.

Lets Claude operate your entire GitHub workflow without leaving the chat.

27.9k
Open
Coding Agents
eyaltoledano/claude-task-master
25.9k
## eyaltoledano/claude-task-master **What it does:** A complete AI-driven project management system. You feed it a Product Requirements Document (PRD) and it parses, structures, and expands it into a hierarchical task tree that Claude (or any other LLM) can systematically work through. **Core workflow:** 1. Write a PRD describing what you want to build 2. Task Master parses it into structured tasks with dependencies 3. Claude works through tasks in order, marking completion 4. Complex tasks get automatically expanded into subtasks 5. Progress tracked across sessions — resume anytime **Multi-provider support:** Works with Claude, OpenAI GPT-4, Google Gemini, Perplexity, and xAI Grok. Mix providers for different task types. **Why 25k stars:** It solves the "Claude loses track of what it's doing" problem for large projects. The most popular Claude-native project management approach in the community.
Task ManagementPRDAgentsMulti-ProviderPlanning
JavaScripthover to preview · click to open
15
Coding Agents·JavaScript
eyaltoledano/claude-task-master

AI-powered task management for AI-driven development. PRD parsing, task expansion, dependency tracking.

Turns a product requirements doc into a structured, executable task tree Claude can work through.

25.9k
Open
Coding Agents
oraios/serena
21.6k
## oraios/serena **What it does:** A coding agent that uses Language Server Protocol (LSP) to understand code symbolically rather than as raw text. This means it can navigate codebases, find references, rename symbols, and refactor with the same precision as a human developer using an IDE. **What makes it different:** - Uses LSP (the same protocol VS Code uses) for true code understanding - Finds all usages of a function across the entire codebase - Renames symbols safely — updates all references automatically - Navigates to definitions, implementations, and type declarations - Understands project structure, not just file contents **Supported languages:** Python, TypeScript, JavaScript, Go, Rust, Java, C#, and more via LSP. **Why it matters:** Most AI coding tools treat code as text. Serena treats it as structured data — the difference between a find-and-replace and a real refactoring tool.
LSPRefactoringNavigationSymbolicCode Intelligence
Pythonhover to preview · click to open
16
Coding Agents·Python
oraios/serena

A fully-featured coding agent using language servers (LSP) for symbolic code operations.

The most capable open-source coding agent for Claude — uses real language server intelligence.

21.6k
Open
Creative Tools
ahujasid/blender-mcp
17.8k
## ahujasid/blender-mcp **What it does:** Connects Claude directly to Blender, the open-source 3D creation suite. Claude can create objects, apply materials, set up lighting, animate, and render — all through natural language instructions. **What Claude can do in Blender:** - Create and transform 3D objects (position, scale, rotation) - Apply and modify materials and textures - Set up lighting rigs - Create basic animations and keyframes - Execute arbitrary Python scripts in Blender's context - Take renders and describe what it sees **How it works:** A Python addon runs inside Blender, exposing its API over a local socket. The MCP server bridges Claude to this socket. **Why it went viral:** The demos of Claude generating 3D scenes from text descriptions showed a genuinely new creative workflow. For motion designers, architects, and game developers, this is a significant capability unlock.
Blender3DCreativeGenerativeAnimation
Pythonhover to preview · click to open
17
Creative Tools·Python
ahujasid/blender-mcp

MCP server for Blender. Claude creates and manipulates 3D scenes, objects, and materials via natural language.

The breakout creative tool MCP — proof that agentic workflows extend into 3D production.

17.8k
Open
Memory & Knowledge
mediar-ai/screenpipe
17.2k
## mediar-ai/screenpipe **What it does:** Continuously captures everything on your screen and microphone, indexes it with timestamps, and makes it searchable via semantic search and SQL. Claude can then query your entire personal history — what you read, wrote, watched, and said. **Core capabilities:** - Continuous screen recording with OCR text extraction - Audio transcription with speaker identification - Timestamped, searchable index of all activity - Semantic search across everything you've ever seen - Event-triggered automations based on screen content - Plugin ecosystem for custom workflows **Privacy-first:** Everything runs locally. No cloud uploads. Your data stays on your machine. **Why it matters:** This is the closest thing to a true personal AI memory system. Instead of Claude only knowing what you tell it in the current session, it can recall context from weeks or months ago — what you were reading when you had that idea, what that meeting was actually about.
MemoryScreen CaptureLocal AISemantic SearchPrivacy
Rusthover to preview · click to open
18
Memory & Knowledge·Rust
mediar-ai/screenpipe

Local-first screen/audio capture with semantic search and LLM-powered history analysis.

The most ambitious personal AI memory system — gives Claude total recall of everything on your computer.

17.2k
Open
Design Tools
ahujasid/figma-mcp
14.9k
## ahujasid/figma-mcp **What it does:** Connects Claude to Figma via the Figma REST API. Claude can read design files, inspect component properties, extract styles and tokens, and generate implementation code from designs. **Key capabilities:** - Read any Figma file by URL or file key - Inspect component properties, variants, and auto-layout settings - Extract color styles, text styles, and design tokens - Generate React/CSS/Tailwind code from selected frames - Navigate the component tree and describe design decisions **Why it matters:** The design-to-code handoff is one of the most friction-heavy parts of any product workflow. This MCP server lets Claude read the source of truth (the Figma file) directly, rather than working from screenshots or verbal descriptions.
FigmaDesignCode GenerationComponents
TypeScripthover to preview · click to open
19
Design Tools·TypeScript
ahujasid/figma-mcp

MCP server for Figma. Claude reads design files, inspects components, and generates code from designs.

Closes the design-to-code gap — Claude can read a Figma file and write the implementation directly.

14.9k
Open
Protocol
punkpeye/fastmcp
14.1k
## punkpeye/fastmcp **What it does:** A TypeScript framework that dramatically reduces the boilerplate required to build MCP servers. Define tools, resources, and prompts with a clean, minimal API. **Why it exists:** The official MCP TypeScript SDK is verbose. FastMCP wraps it with a developer-friendly interface that lets you define a working tool in ~5 lines instead of ~30. **Core features:** - Type-safe tool definitions with Zod schema validation - Built-in error handling and response formatting - Session management for stateful servers - SSE and stdio transport support - Testing utilities for local development **When to use it:** Any time you want to expose a custom API, internal tool, or data source to Claude. FastMCP is the fastest path from idea to working MCP server.
FrameworkTypeScriptDeveloper ExperienceBoilerplate
TypeScripthover to preview · click to open
20
Protocol·TypeScript
punkpeye/fastmcp

TypeScript framework for building MCP servers with minimal boilerplate. The fastest way to ship a custom server.

If you want to build your own MCP server, this is the starting point — not the official SDK.

14.1k
Open
AI Infrastructure
aws/mcp
13.4k
## awslabs/mcp **What it does:** The official collection of MCP servers from AWS Labs. Gives Claude access to AWS documentation, CDK guidance, cost analysis, and direct service interactions. **Included servers:** - 'AWS Documentation' — Search and retrieve AWS service docs - 'CDK' — Generate and explain AWS CDK infrastructure code - 'Cost Analysis' — Query AWS Cost Explorer data - 'CloudFormation' — Read and validate CloudFormation templates - 'Lambda' — Invoke and inspect Lambda functions - 'S3' — Read and write S3 objects **Why it matters:** AWS is the dominant cloud platform. Having Claude natively understand AWS documentation and interact with AWS services without copy-pasting console output is a significant productivity multiplier for any cloud-native workflow.
AWSCloudInfrastructureOfficialDocumentation
Pythonhover to preview · click to open
21
AI Infrastructure·Python
aws/mcp

Official AWS MCP servers. Claude can query AWS documentation, manage resources, and interact with AWS services.

The official AWS integration — gives Claude native access to the entire AWS service catalog.

13.4k
Open
Browser Automation
executeautomation/mcp-playwright
12.8k
## executeautomation/mcp-playwright **What it does:** A community-built MCP server for Playwright with a focus on test automation workflows. Extends the official Microsoft implementation with additional capabilities for QA and testing use cases. **Additional capabilities over official:** - Network request interception and mocking - Visual regression testing helpers - Test report generation - Multi-browser support (Chrome, Firefox, Safari) - Mobile device emulation - PDF generation from pages **Use case:** Teams using Claude for QA automation, end-to-end testing, or web scraping at scale. The community version iterates faster than the official Microsoft release.
PlaywrightTestingAutomationScreenshotsCommunity
TypeScripthover to preview · click to open
22
Browser Automation·TypeScript
executeautomation/mcp-playwright

Community Playwright MCP server with extended test automation capabilities and screenshot analysis.

The community alternative to Microsoft's official Playwright MCP — more features, faster iteration.

12.8k
Open
Browser Automation
browserbase/mcp-server-browserbase
11.6k
## browserbase/mcp-server-browserbase **What it does:** Connects Claude to Browserbase — a cloud-hosted browser infrastructure service. Instead of running a local browser, Claude controls a remote headless Chrome instance in Browserbase's cloud. **Why cloud browsers matter:** - No local resource consumption - Persistent sessions across conversations - Built-in proxies and residential IPs - Screenshot and video recording - Parallel browser sessions - No setup or maintenance **When to use it over local Playwright:** Production workflows, multi-step automation that needs to persist, scraping at scale, or any case where you don't want a browser window opening on your machine.
Cloud BrowserHeadlessScalableBrowserbaseInfrastructure
TypeScripthover to preview · click to open
23
Browser Automation·TypeScript
browserbase/mcp-server-browserbase

Cloud browser automation via Browserbase. Run headless browsers at scale without local infrastructure.

Moves browser automation to the cloud — no local Chrome instance, no resource conflicts, infinitely scalable.

11.6k
Open
Developer Tools
modelcontextprotocol/inspector
10.9k
## modelcontextprotocol/inspector **What it does:** A browser-based visual debugger for MCP servers. Connect any MCP server and inspect its tools, resources, and prompts interactively — without needing a full Claude setup. **Key features:** - Connect to any MCP server via stdio or SSE - Browse all available tools with their schemas - Execute tools and inspect responses in real time - View all resources and their contents - Test prompt templates with custom arguments - See raw JSON-RPC messages for debugging **Why it's essential:** Building an MCP server without the Inspector is like building a web app without browser DevTools. It's the primary development and debugging interface for the entire MCP ecosystem.
DebuggingInspectorDevelopmentOfficialVisual
TypeScripthover to preview · click to open
24
Developer Tools·TypeScript
modelcontextprotocol/inspector

Official visual debugging tool for MCP servers. Inspect tools, resources, and prompts in a browser UI.

The essential development companion — you cannot effectively build MCP servers without this.

10.9k
Open
AI Infrastructure
pydantic/pydantic-ai
10.2k
## pydantic/pydantic-ai **What it does:** A Python agent framework built by the Pydantic team (creators of the most-downloaded Python library). Provides a type-safe, testable, production-ready way to build AI agents that work with Claude, GPT-4, Gemini, and other models. **Core design principles:** - Type safety throughout — agents, tools, and responses are fully typed - Testable by design — mock LLM responses for unit testing - Model-agnostic — switch between Claude, OpenAI, Gemini with one line - Structured outputs via Pydantic models - Dependency injection for clean, testable code **Why it matters:** Most agent frameworks are prototyping tools. PydanticAI is designed for production — the same team that made Python data validation reliable is now doing the same for AI agents.
AgentsPythonType-SafeMulti-ModelProduction
Pythonhover to preview · click to open
25
AI Infrastructure·Python
pydantic/pydantic-ai

Production-grade Python agent framework from the Pydantic team. Type-safe, testable, multi-model.

The most production-ready Python agent framework — built by the team behind the most-used Python library.

10.2k
Open
Coding Agents
google-gemini/gemini-cli
9.8k
## google-gemini/gemini-cli **What it does:** Google's open-source terminal AI agent, powered by Gemini 2.5 Pro. Comparable in scope to Claude Code — it can read and write files, run commands, search the web, and work through multi-step coding tasks from the command line. **Key capabilities:** - Read and write files across the project - Execute shell commands and interpret output - Web search via Google Search integration - Image and document analysis - Multi-turn conversations with full context - MCP server support **Why it's relevant:** Understanding the competitive landscape matters. Gemini CLI uses a different model with different strengths — particularly strong on long-context tasks and Google ecosystem integration. Worth benchmarking against Claude Code for your specific workflows.
CLITerminalGeminiGoogleCoding Agent
TypeScripthover to preview · click to open
26
Coding Agents·TypeScript
google-gemini/gemini-cli

Google's open-source AI agent for the terminal. Comparable to Claude Code — uses Gemini 2.5 Pro.

The primary competitor to Claude Code — worth understanding the alternative approach.

9.8k
Open
Databases
supabase-community/supabase-mcp
9.1k
## supabase-community/supabase-mcp **What it does:** Connects Claude to Supabase projects. Claude can query and modify databases, manage authentication users, interact with storage buckets, and call Edge Functions. **Supported operations:** - Execute SQL queries against any Supabase database - Read and write to tables via the Supabase client - List and manage auth users - Upload and download files from Storage - Invoke Edge Functions - Read project configuration and API keys **Why Supabase:** It's the most popular open-source backend-as-a-service platform, combining PostgreSQL, Auth, Storage, and Realtime in one product. Having Claude natively interact with Supabase projects dramatically accelerates full-stack development workflows.
SupabasePostgreSQLAuthStorageRealtime
TypeScripthover to preview · click to open
27
Databases·TypeScript
supabase-community/supabase-mcp

MCP server for Supabase. Claude can query databases, manage tables, and interact with Supabase projects.

Supabase is the most popular open-source Firebase alternative — this gives Claude native access to it.

9.1k
Open
Coding Agents
zed-industries/zed
8.7k
## zed-industries/zed **What it does:** A high-performance code editor written in Rust with native MCP support and deep Claude integration. Unlike VS Code with Copilot, Claude is a first-class citizen in Zed's architecture — not an afterthought plugin. **AI integration highlights:** - Native MCP server support — connect any MCP server directly - Inline AI editing with full file context - AI-powered terminal with command suggestions - Collaborative editing with AI participants - Context-aware completions using the entire codebase **Performance:** Zed is significantly faster than VS Code — GPU-accelerated rendering, sub-millisecond keystroke latency, and efficient memory usage. For developers who want the best AI integration without sacrificing editor performance.
EditorRustPerformanceNative AIMCP
Rusthover to preview · click to open
28
Coding Agents·Rust
zed-industries/zed

High-performance code editor with native MCP support and deep Claude integration built in.

The fastest code editor with the best native AI integration — Claude is a first-class citizen, not a plugin.

8.7k
Open

Star counts sourced from awesomeclaude.ai · Last updated: March 29, 2026 · Ranked by GitHub stars