최신글

Claude code에서 Notion MCP 연결하는 방법

반응형

들어가며

Claude Code에서 Notion을 사용하는 방법은 Notion MCP를 사용하는 것입니다. Notion MCP 서버는 OAuth를 지원하기 때문에, Claude Code는 Notion API token없이 인증이 가능합니다.

참고자료: https://developers.notion.com/guides/mcp/mcp

 

연결방법

1. claude code에서 MCP서버를 추가합니다.

claude mcp add --transport http notion https://mcp.notion.com/mcp

 

2. MCP 목록에 notion이 있는지 확인합니다. “Needs authentication”은 이 단계에서 무시해도 됩니다.

claude mcp list

 

3. Claude Code를 실행하고 Notion 인증을 합니다. “/mcp” slash 명령어를 입력한 후 Notion을 선택하면, 웹 브라우저를 통해 인증을 수행합니다.

$ claude
$ /mcp

 

참고자료

반응형