中文

AI Agent News

Track major events, funding, model releases and breakthroughs across the AI Agent landscape

AI Agent updates

Latest industry news

Track major events, funding, model releases and breakthroughs across the AI Agent landscape

Key events timeline

2026-01

OpenClaw erupts on GitHub

OpenClaw hits global GitHub Top 10 in 10 days, outpacing the Linux kernel star growth

2025-12

Meta acquires Manus for $2B

Meta acquires Manus AI for $2B, locking in the general-purpose Agent race

2025-04

DeepSeek-V3 open-sourced

The value king, at just 5% of GPT-4 cost

2025-03

Manus goes viral overnight

The world's first general-purpose AI Agent draws unprecedented attention

2025-02

OpenAI Deep Research

OpenAI ships a deep-research Agent that generates professional reports in one click

2025-02

MCP Servers pass 500

The MCP ecosystem erupts — 500+ servers built in 3 months

2025-01

DeepSeek-R1 stuns the world

Open-source reasoning model at just 3% of OpenAI cost, reshaping the global AI landscape

2024-11

MCP protocol born

Anthropic releases the Model Context Protocol, the de facto standard for Agent interfaces

2024-10

Claude Computer Use

Anthropic lets AI directly control the computer screen for the first time, opening a new paradigm

2024-09

Replit Agent full-stack automation

Natural language to a shipped product, aimed at non-engineers

2024-08

Cursor ARR passes $100M

The fastest-growing SaaS ever, the new king of AI coding tools

2024-06

Claude 3.5 tops SWE-bench

The strongest coding AI, bug-fixing at a junior engineer level

2024-03

Devin launches

The world's first autonomous AI software engineer, able to complete full coding tasks on its own

MCPMay 20, 2026

The New Wave of MCP Creative Tools: story-writer, resume-builder, elevenlabs Streamline the Creative Workflow

A batch of MCP Servers designed for content creation scenarios is transforming AI creative workflows. The story-writer MCP addresses long-range consistency in novels, the resume-builder MCP enables precise resume generation for job positions, and the elevenlabs MCP allows AI to directly call human-level voice synthesis. This article compiles the most noteworthy creative MCP Servers to install.

MCPMay 15, 2026

MCP Ecosystem Panorama: Architectural Evolution and Future Direction Behind 1000+ Servers

## Direct Answer **MCP Ecosystem Status (May 2026)**: - Official MCP Server count: 1000+ (only 50 in November 2024) - Monthly new Servers: ~80-100 - Most popular categories: Databases (postgres/sqlite), Development Tools (github/filesystem), Search (brave-search/tavily) - MCP-supporting clients: 20+ including Claude Desktop, Claude Code, Cursor, Windsurf, Continue **Why MCP Became the De Facto Standard for AI Tool Calling?** Core reason: **Standardization solved fragmentation**. Before MCP, each AI app needed custom integrations for each tool; after MCP, write a Server once and all MCP-supporting clients can call it. --- ## MCP Protocol Architecture ``` MCP Host (Client, e.g., Claude Desktop) ↓ JSON-RPC 2.0 over stdio/SSE MCP Server (Tool Service, e.g., filesystem/postgres) ↓ Native API Actual Tool/Service (File System/Database/Browser) ``` Each MCP Server exposes three capabilities: | Capability | Description | Example | |------------|-------------|---------| | **Tools** | Functions AI can call | read_file, query_database | | **Resources** | Data AI can read | File content, database records | | **Prompts** | Predefined prompt templates | Code review template, analysis report template | --- ## 1000+ Server Classification Map | Rank | Category | Server Count | Representative Products | |------|----------|--------------|------------------------| | 1 | Database | 180+ | postgres, sqlite, mongodb | | 2 | Development Tools | 150+ | github, filesystem, git | | 3 | Search & Research | 120+ | brave-search, tavily, perplexity | | 4 | Communication & Collaboration | 90+ | slack, gmail, notion | | 5 | Cloud Infrastructure | 80+ | aws, kubernetes, terraform | --- ## MCP 2.0 Protocol Upgrade (Q1 2026) **1. Streaming Support**: Long-running tasks can return progress in real-time instead of waiting for complete results. **2. Tool Versioning**: MCP Server supports tool version numbers and deprecation hints, enabling smooth upgrades in production. **3. Multi-tenant Security Isolation**: Tool call authorization based on OAuth 2.0, ensuring strict data isolation when different users call the same Server. --- ## Most Notable Emerging MCP Servers (First Half of 2026) **Development Efficiency**: - **sentry MCP**: Let AI analyze error reports, automatically locate code issues, and submit PRs - **playwright MCP**: Let AI control browsers for automated testing and data collection - **linear MCP**: Let AI manage Linear boards, automatically move Issues **Data Analysis**: - **metabase MCP**: Natural language query → SQL → visual reports, replacing junior analysts - **excel-mcp**: AI directly operates Excel, handling complex formulas and pivot tables --- ## Future Direction of MCP Ecosystem (Second Half of 2026 Prediction) **Trend 1: MCP Market Emerges**: A Server discovery and installation platform similar to npm; Smithery.ai is already positioning. **Trend 2: Enterprise Private MCP Registry**: Large enterprises build internal Registries to centrally manage AI interfaces for internal tools. **Trend 3: Vertical Industry MCP Bundles**: Packaged solutions like "Healthcare MCP Suite" and "Legal MCP Suite". --- ## FAQ **Q: Will MCP replace LangChain's Tool interface?** A: They serve different purposes. LangChain Tool is a framework-internal interface; MCP is a cross-framework, cross-client standard protocol. LangChain v0.3 natively supports MCP; they complement each other. **Q: Is it difficult to build your own MCP Server?** A: Very simple. Official Python/TypeScript SDKs are available; the simplest MCP Server requires only 50 lines of code. --- ## Related Resources - MCP Server Directory: [aiskillnav.com/mcp](https://aiskillnav.com/mcp) - MCP Getting Started Tutorial: [aiskillnav.com/tutorials/what-is-mcp](https://aiskillnav.com/tutorials/what-is-mcp) - n8n + MCP Workflow: [aiskillnav.com/tutorials/n8n-mcp-server-integration-guide-2026](https://aiskillnav.com/tutorials/n8n-mcp-server-integration-guide-2026)

MCPMay 13, 2026

MCP Ecosystem Surpasses 1,000 Servers: Hottest Categories and Future Directions

The Model Context Protocol ecosystem has officially surpassed 1,000 servers, becoming the de facto standard for AI tool integration. This article reviews the hottest MCP server categories, top tools, usage data, and the next evolution of the MCP 2.0 protocol. ## Quick Answer **MCP Ecosystem Status (May 2026 Data):** - Officially registered servers: 1,247 - GitHub repositories: 5,000+ - Monthly active developers: 1.2 million+ - Most popular categories: Developer Tools (28%), Productivity Tools (22%), Databases (18%) ## Background of the MCP Ecosystem Boom In November 2024, Anthropic released the MCP protocol, positioning it as the "USB interface for AI tools." 18 months later, the ecosystem has exceeded most expectations: **Growth Curve:** - November 2024 (launch): 50 servers - March 2025 (3 months): 500 servers (10x growth) - September 2025 (10 months): 3,000 servers - May 2026 (18 months): 1,000+ high-quality servers (low-quality ones have been filtered out) ## Top 10 Hottest MCP Server Categories ### 1. Developer Tools (28%, 350+ Servers) Top: GitHub MCP, GitLab MCP, Jira MCP, Linear MCP **Why Hot:** Developers are early adopters of AI tools with clear needs. ### 2. Productivity & Office (22%, 274+ Servers) Top: Notion MCP, Google Workspace MCP, Slack MCP, Obsidian MCP **Why Hot:** Knowledge workers use these tools daily with the highest frequency. ### 3. Databases (18%, 224+ Servers) Top: PostgreSQL MCP, MySQL MCP, Supabase MCP, MongoDB MCP **Why Hot:** Data querying is a core scenario for AI-assisted analysis. ### 4. Browser & Search (12%, 149+ Servers) Top: Brave Search MCP, Playwright MCP, Puppeteer MCP **Why Hot:** Real-time information retrieval is the biggest weakness of LLMs, and MCP perfectly addresses it. ### 5. File Systems (8%, 100+ Servers) Top: Filesystem MCP, S3 MCP, Google Drive MCP **Why Hot:** Local file operations are the most basic agent capability. ## Usage Patterns Revealed by Data **Most Frequently Used Server Combinations (Top 3):** 1. GitHub + Filesystem + Search (developer standard) 2. Notion + Slack + Calendar (productivity worker standard) 3. PostgreSQL + Filesystem + Search (data analyst standard) **Average number of MCPs installed per Claude user:** 4.7 ## MCP 2.0 Protocol: Confirmed New Features Anthropic has announced MCP 2.0 for Q3 2026, with key new features: 1. **Bidirectional Communication:** Servers can proactively push notifications to clients (currently only passive responses). 2. **Streaming Tool Output:** Long-running tool calls support real-time intermediate results. 3. **Tool Composition:** Tools from multiple servers can be combined into "macro tools" to reduce round trips. 4. **Permission Sandbox:** Finer-grained tool permission controls to prevent AI misoperations. ## Implications for Developers If you're considering developing an MCP server: - **Red Ocean (high competition):** GitHub, Notion, file systems—high-quality competitors already exist. - **Blue Ocean (rich opportunities):** ERP system integration, medical data, legal documents, industrial control. - **Build Advice:** Focus on vertical scenarios, provide good documentation, and publish to the official MCP directory. ## FAQ **Q: Can non-Claude models use MCP?** A: Yes. Tools like Cursor (based on Claude), Windsurf, and Continue support MCP. OpenAI is also working on MCP compatibility. **Q: How long does it take to develop an MCP server?** A: A basic server (3-5 tools) takes about 2-4 hours. Official TypeScript and Python SDKs are available with complete documentation. ## Related Resources - Complete MCP Server Directory: [aiskillnav.com/mcp](https://aiskillnav.com/mcp) - Build Your First MCP Server: [aiskillnav.com/tutorials/build-your-first-mcp-server](https://aiskillnav.com/tutorials/build-your-first-mcp-server) - MCP vs Function Calling: [aiskillnav.com/tutorials/mcp-server-vs-function-calling](https://aiskillnav.com/tutorials/mcp-server-vs-function-calling)