Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights

A developer has shared a curated list of over 260 AI agent tools on GitHub, with specific attention to tools within the Claude ecosystem. The list is CC0 licensed and includes both Claude-specific tools and those that integrate well with Claude models.
Claude-Specific Tools
- Claude Code - Achieves 80.9% on SWE-bench and supports Agent Teams
- Claude Computer Use - Provides desktop and browser control capabilities
- Claude in Chrome - A browsing agent currently in beta
- Claude Cowork - Desktop automation tool
- MCP (Model Context Protocol) - Described as the "USB-C for AI"
- Anthropic SDK - Official SDK for Claude integration
- Anthropic Cookbook - Documentation and examples for Claude
Tools That Work Well with Claude
- Cline - VS Code extension for Claude
- RooCode - VS Code extension for Claude
- Cursor - Code editor that supports Claude models
- Browser Use - Open-source tool used by Manus
- Major agent frameworks - LangChain, CrewAI, and others
The repository contains 230+ additional tools across categories including voice AI, video generation, CRM agents, self-hosted solutions, frameworks, and benchmarks. The maintainer is open to adding missing tools and the list is actively maintained.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.

TradingView MCP Server Enables Claude to Backtest Trading Strategies
A developer has released an MCP server that allows Claude to backtest six trading strategies using Yahoo Finance data without API keys. Setup involves adding one line to the claude_desktop_config.json file.

Open-source Specialist Dispatch adapter delegates complex tasks to Claude Code
expert-dispatch is a ~500-line bash script that lets a cheap AI assistant delegate complex coding tasks to Claude Code CLI. It uses commands like dispatch-cc run to send tasks and maintains per-project directories with CLAUDE.md for persistent context.

Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking
A free, local macOS browser dashboard that tracks Claude Code session live status, current tool, spawned subagents, and sends OS push notifications when input is needed.