Skip to main content

MCP Servers

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

NameDescription
GitHubVersion control and collaborative development platform.
GitLabDevSecOps 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

NameDescription
HerokuManage Heroku apps and resources.
NetlifyBuild and deploy web projects.
Vercel (Plugin)Manage projects and deployments on Vercel.
CloudflareCloudflare documentation and reference.

2.3 Backend & BaaS

NameDescription
FirebaseManage Firebase projects, Auth, Firestore, and more.
SupabaseCreate and manage Supabase projects.
Clerk (Plugin)Add authentication, organizations, and billing.

2.4 Databases

NameDescription
MongoDBManage MongoDB data and deployments.
NeonManage Neon Postgres.
RedisManage and search data in Redis using natural language — supports caching, session, rate limiting, and RAG.
PineconeManage vector indexes, upsert and query records, and search Pinecone documentation.
DBHubUniversal database connector for MySQL, PostgreSQL, SQL Server.

2.5 Developer Tools

NameDescription
Prisma (Plugin)Manage Prisma Postgres databases, including creating new instances and running schema migrations.
Context7Up-to-date code documentation.
Astro DocsThis server provides up-to-date access to the official Astro documentation.
AngularAngular framework documentation and examples.
PlaywrightEnd-to-end browser testing.
PostmanAPI collaboration and testing.
shadcn/uiUse the shadcn/ui MCP server to browse, search, and install components from registries.
TestDinoConnect AI tools to testing platform.
Stack OverflowAccess trusted technical Q&A from Stack Overflow.
SocketAnalyze and secure dependencies.

2.6 Design & Collaboration

NameDescription
Figma (Plugin)Design and collaboration platform for teams.
Notion (Plugin)All-in-one workspace for notes, docs, and project management.
CanvaSearch, create, autofill, and export Canva designs.
GammaCreate presentations, docs, socials, and sites with AI.
MiroAccess and create new content on Miro boards.

2.7 Payments

NameDescription
Stripe (Plugin)Payment processing APIs.
PayPalPayment APIs.
NameDescription
PerplexityAI-powered web search and research.
TavilyBuild AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs.

2.9 Automation

NameDescription
n8nAccess and run your n8n workflows.
AirflowManage Apache Airflow DAGs, monitor runs, debug failures, and access Airflow's REST API.

2.10 Monitoring & Observability

NameDescription
Sentry (Plugin)Error tracking and performance monitoring.
ArizeLLM tracing and instrumentation guidance.
SonarQubeAnalyze code with SonarQube.
JamScreen recorder with auto context for debugging.
CheckmarxApplication 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

  1. BA viết nhiệm vụ lên Google Sheet.
  2. 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).
  3. Dev kết nối Google Sheet sử dụng Prompt Template để implement features.
  4. Viết Test Case, Unit Test, Tự động Test, Commit.
  5. Dev kết nối SonarQube để phân tích code và fix.