A curated list of awesome plugins, tools, markets, and MCP (Model Context Protocol) servers to empower AI Agents with hands and feet.
🌎 English | 简体中文
🤖 AI Agents are powerful, but they become extraordinary when they can interact with the real world. This repository aims to collect the best plugins, tools, and servers that allow Agents to browse the web, write code, manage productivity apps, and execute tasks across frameworks.
- 🏛️ Official & Framework Ecosystems
- 🌐 Web & Search
- 💻 Developer Tools & Code Execution
- 📊 Databases & Storage
- 🔧 Productivity & Collaboration
- ⚙️ Protocol & SDKs
- 🤝 Contributing
Standard plugin marketplaces and official toolsets from major Agent frameworks.
- LangChain Community Tools - The rich built-in tool ecosystem for LangChain integrations.
[LangChain][Python/TS] - LlamaIndex Tools (LlamaHub) - A central hub for LlamaIndex data loaders, tools, and agent datasets.
[LlamaIndex][Python] - MCP Servers Official Registry - Anthropic's official collection of reference Model Context Protocol servers.
[MCP][Python/TS]
Plugins that grant agents real-time web access and advanced scraping capabilities.
- Tavily AI - A search engine specifically optimized for LLMs and RAG workflows.
[Any Framework][API] - Jina Reader - A simple tool that converts any URL into clean, LLM-friendly Markdown.
[Any Framework][API] - Firecrawl - Turns entire websites into structured data or markdown with a single API call.
[Any Framework][TypeScript] - Brave Search MCP - Provides secure web search capabilities to LLMs using Brave Search API.
[MCP][TypeScript]
Plugins for secure code execution, Git integration, and development workflows.
- E2B Sandbox - Secure, isolated cloud sandboxes for AI agents to run untrusted code.
[Any Framework][Python/TS] - GitHub MCP Server - Enables agents to inspect repositories, manage issues, handle PRs, and commit code.
[MCP][TypeScript] - GitLab Server - GitLab integration for issue tracking, repository management, and CI/CD inspection.
[MCP][TypeScript]
Connectors allowing agents to query, inspect, and manage data layers securely.
- PostgreSQL MCP Server - Safe database inspecting and querying capabilities for PostgreSQL.
[MCP][Python] - Sqlite MCP Server - Interaction layer for local SQLite databases, enabling schema inspection and SQL execution.
[MCP][Python] - Axiom MCP - Query and analyze your log and event data directly through Axiom.
[MCP][Go]
Bring agents into daily enterprise workflows, messaging, and documentation systems.
- Google Drive & Docs MCP - MCP Server to read and search metadata/content inside Google Drive.
[MCP][TypeScript] - Slack Tool Integration - Send messages, read channels, and manage Slack workspace workflows via LLM.
[LangChain][Python] - Notion Toolkit - Seamless data syncing and page creation inside Notion workspaces.
[LlamaIndex][Python]
Core protocols and infrastructure used to build agent plugins and tools.
- Model Context Protocol (MCP) - An open standard protocol created by Anthropic for connecting AI models to data sources and tools.
- MCP TypeScript SDK - The official TypeScript SDK for implementing MCP clients and servers.
- MCP Python SDK - The official Python SDK for building custom MCP integrations.
Contributions are what make the open-source community such an amazing place! If you have an awesome agent plugin, tool, or MCP server to share, please check out the steps below:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingPlugin). - Commit your Changes (
git commit -m 'Add some AmazingPlugin'). - Push to the Branch (
git push origin feature/AmazingPlugin). - Open a Pull Request.
Please make sure the link is valid and follow the format: [Name](Link) - Description. [Framework] [Language]
Distributed under the CC0-1.0 Universal License. See LICENSE for more information.