สถานะ: 🟢 Complete | อัพเดท: 2026-06-27

MCP Servers คืออะไร

MCP (Model Context Protocol) คือ standard protocol ให้ Claude เชื่อมต่อกับ external tools และ services

ทำงานยังไง

Claude Code ← MCP protocol → MCP Server ← API → External Service (Notion, GitHub, Todoist…)

Tools ที่เชื่อมต่อผ่าน MCP ได้

  • Productivity: Notion, Todoist, Google Calendar, Gmail
  • Dev: GitHub, Supabase, Linear
  • Design: Figma, Canva
  • Data: Google Drive, databases

ตั้งค่า MCP

// ~/.claude/settings.json
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-notion"],
      "env": {"NOTION_API_KEY": "..."}
    }
  }
}

ประโยชน์

แทนที่จะ copy-paste ระหว่าง app Claude อ่าน/เขียน external services โดยตรงจาก terminal