Antdv MCP
An MCP server for Ant Design Vue documentation, providing component API query and full - text search functions, supporting v3 and v4 versions.
2 points
4.3K

What is the Ant Design Vue MCP Server?

The Ant Design Vue MCP server is a documentation query tool specifically designed for the Ant Design Vue component library. Through the Model Context Protocol (MCP), AI assistants (such as Cline in VS Code) can intelligently query Ant Design Vue component documentation, API interfaces, and usage methods.

How to use the Ant Design Vue MCP Server?

The usage is divided into three main steps: 1) Install and build the project; 2) Run the indexer to crawl documentation data; 3) Configure VS Code to connect to the MCP server. After configuration, you can directly query component information through the AI assistant in VS Code.

Applicable Scenarios

Suitable for Vue.js developers, front - end engineers, technical document writers, and teams using Ant Design Vue for project development. It is especially suitable for scenarios where you need to quickly find component APIs, understand component usage, and compare the differences between v3 and v4 versions.

Main Features

Document Indexer
Automatically crawl the official documentation of Ant Design Vue v3 and v4, extract component information, API tables, property descriptions, etc., and store them in the local database.
Full - Text Search
A full - text search engine based on SQLite FTS5, supporting fast search for relevant information in document pages and API items.
MCP Tool Integration
Provide four dedicated tools: adv_search_docs (search for documents), adv_list_components (list components), adv_get_component_api (get component API), adv_find_prop (find properties).
Structured API Data
Extract the Props (properties), Events, Slots, and Methods of components into structured data for programmatic query.
Dual - Version Support
Support both the v3 and v4 major versions of Ant Design Vue, allowing you to query the documentation of different versions separately or simultaneously.
Intelligent Component Name Resolution
Support multiple component name formats: a - button (standard tag), button (without prefix), Button (Pascal format), and the system will automatically match the correct component.
Advantages
Offline access: The indexed documentation can be queried locally without an Internet connection
Fast response: Local database queries are faster than accessing the official website
Structured data: API information is provided in a structured format, which is easy for AI to understand
Version comparison: Easily compare the API differences between v3 and v4
Easy integration: Seamlessly integrate with tools such as VS Code through the MCP protocol
Limitations
Manual indexing required: You need to run the indexing command to get the latest documentation for the first use
Documentation update delay: The indexed documentation may not be the latest version and needs to be updated regularly
Non - official tool: This is a community - maintained tool, not provided by the official Ant Design Vue
Specific format limitations: Some APIs in non - standard table formats may not be parsed correctly

How to Use

Installation and Building
Clone the project and install dependencies. Make sure Node.js >= 20.0.0 and pnpm are installed.
Index Documentation Data
Run the indexer to crawl Ant Design Vue documentation and store it in the local database. You can choose to index v3, v4, or both versions.
Configure VS Code
Add the server configuration to the MCP settings file in VS Code, using the absolute path to point to the built server script and database file.
Restart VS Code
Restart VS Code to make the configuration take effect. The MCP server will start automatically, and the tools can be used in the AI assistant.

Usage Examples

Example 1: Find the usage of the button component
When implementing a button, a developer is not sure how to set the button type and size. They can quickly query the API of the Button component through the MCP tool.
Example 2: Compare version differences
A team is upgrading from Ant Design Vue v3 to v4 and needs to understand the API changes of the Table component in the two versions.
Example 3: Search for specific functions
A developer needs to implement form validation but is not sure which validation - related components or properties Ant Design Vue provides.

Frequently Asked Questions

Why do I need to run the indexer first?
How to update the documentation data?
Which component name formats are supported?
Where is the database file?
What should I do if the MCP server fails to start?
Can I query v3 and v4 simultaneously?

Related Resources

Ant Design Vue Official Website
Ant Design Vue official documentation and examples
Model Context Protocol Official Website
MCP protocol official documentation and specifications
GitHub Repository
Source code and issue tracking for this project
VS Code Cline Extension
VS Code extension for an AI assistant supporting MCP

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "antdv": {
      "command": "node",
      "args": [
        "/absolute/path/to/antdv-mcp/packages/mcp-server/dist/index.js"
      ],
      "env": {
        "ANTDV_DB_PATH": "/absolute/path/to/antdv-mcp/data/antdv.sqlite"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Airweave
Airweave is an open - source context retrieval layer for AI agents and RAG systems. It connects and synchronizes data from various applications, tools, and databases, and provides relevant, real - time, multi - source contextual information to AI agents through a unified search interface.
Python
6.2K
5 points
V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
4.9K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
5.5K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
3.9K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.3K
4 points
P
Paperbanana
Python
7.5K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.1K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
7.6K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
24.7K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
34.6K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
72.6K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
20.5K
4.5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
63.8K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
31.5K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.1K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
49.5K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase