Cập nhật: 03/2026
MCP Server phổ biến nhất được đề cập trên Antigravity, Cursor và Claude Code.
1. Lưu ý khi sử dụng MCP
- Chỉ cài những MCP thực sự cần dùng — mỗi MCP active tốn một phần context window, cài quá nhiều làm giảm hiệu suất Agent.
- Kiểm tra quyền hạn trước khi cấp — một số MCP có thể thực thi lệnh, ghi file, hoặc gọi API bên ngoài.
- MCP chạy theo 2 mode:
stdio (local) và SSE/HTTP (remote) — hầu hết các MCP phổ biến hỗ trợ cả hai.
- Một số MCP yêu cầu API key — cần cấu hình biến môi trường trước khi sử dụng (ví dụ: GitHub token, Stripe key).
- Tắt MCP khi không dùng — tránh Agent tự động gọi tool không cần thiết.
- Ưu tiên Plugin nếu có — Plugin là một bundle hoàn chỉnh gồm rules, skills, subagents, hooks, commands và MCP servers được đóng gói sẵn bởi Provider; tích hợp sâu hơn và dễ dùng hơn so với chỉ cài MCP đơn lẻ.
2. Các MCP phổ biến
2.1 Version Control & Project Management
| Name | Description |
|---|
| GitHub | Version control and collaborative development platform. |
| GitLab | DevSecOps platform for code, CI/CD, and security. |
| Linear (Plugin) | Issue tracking and project management for development teams. |
| Atlassian (Plugin) | Project management and collaboration tools including Jira and Confluence. |
2.2 Deployment & Hosting
| Name | Description |
|---|
| Heroku | Manage Heroku apps and resources. |
| Netlify | Build and deploy web projects. |
| Vercel (Plugin) | Manage projects and deployments on Vercel. |
| Cloudflare | Cloudflare documentation and reference. |
2.3 Backend & BaaS
| Name | Description |
|---|
| Firebase | Manage Firebase projects, Auth, Firestore, and more. |
| Supabase | Create and manage Supabase projects. |
| Clerk (Plugin) | Add authentication, organizations, and billing. |
2.4 Databases
| Name | Description |
|---|
| MongoDB | Manage MongoDB data and deployments. |
| Neon | Manage Neon Postgres. |
| Redis | Manage and search data in Redis using natural language — supports caching, session, rate limiting, and RAG. |
| Pinecone | Manage vector indexes, upsert and query records, and search Pinecone documentation. |
| DBHub | Universal database connector for MySQL, PostgreSQL, SQL Server. |
| Name | Description |
|---|
| Prisma (Plugin) | Manage Prisma Postgres databases, including creating new instances and running schema migrations. |
| Context7 | Up-to-date code documentation. |
| Astro Docs | This server provides up-to-date access to the official Astro documentation. |
| Angular | Angular framework documentation and examples. |
| Playwright | End-to-end browser testing. |
| Postman | API collaboration and testing. |
| shadcn/ui | Use the shadcn/ui MCP server to browse, search, and install components from registries. |
| TestDino | Connect AI tools to testing platform. |
| Stack Overflow | Access trusted technical Q&A from Stack Overflow. |
| Socket | Analyze and secure dependencies. |
2.6 Design & Collaboration
| Name | Description |
|---|
| Figma (Plugin) | Design and collaboration platform for teams. |
| Notion (Plugin) | All-in-one workspace for notes, docs, and project management. |
| Canva | Search, create, autofill, and export Canva designs. |
| Gamma | Create presentations, docs, socials, and sites with AI. |
| Miro | Access and create new content on Miro boards. |
2.7 Payments
| Name | Description |
|---|
| Stripe (Plugin) | Payment processing APIs. |
| PayPal | Payment APIs. |
2.8 AI & Search
| Name | Description |
|---|
| Perplexity | AI-powered web search and research. |
| Tavily | Build AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs. |
2.9 Automation
| Name | Description |
|---|
| n8n | Access and run your n8n workflows. |
| Airflow | Manage Apache Airflow DAGs, monitor runs, debug failures, and access Airflow's REST API. |
2.10 Monitoring & Observability
| Name | Description |
|---|
| Sentry (Plugin) | Error tracking and performance monitoring. |
| Arize | LLM tracing and instrumentation guidance. |
| SonarQube | Analyze code with SonarQube. |
| Jam | Screen recorder with auto context for debugging. |
| Checkmarx | Application security testing and vulnerability scanning. |
3. Demo
Agents Features: Agent Skills, Plugin, Hooks, SubAgents, Workflows, MCP, Prompt Template
MCP: SonarQube, Google Sheets, Miro, Google Drive
- BA viết nhiệm vụ lên Google Sheet.
- Dev đọc nhiệm vụ kết nối Miro để thiết kế tính năng (Optional - tuỳ tính năng, mang tính chất Demo).
- Dev kết nối Google Sheet sử dụng Prompt Template để implement features.
- Viết Test Case, Unit Test, Tự động Test, Commit.
- Dev kết nối SonarQube để phân tích code và fix.