본문 바로가기
Tech Notes

Claude 에 Notion MCP 연결 오류

by miracle-tech 2025. 8. 1.
728x90
반응형

https://smithery.ai/ 에서 notion mcp 를 찾아서 claude app 에 연결이 잘 안됨.

https://smithery.ai/의 notion mcp server

 

다음과 같이 바꾸니 연결되었음.

 

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer YOUR_NOTION_TOKEN\", \"Notion-Version\": \"2022-06-28\"}"
      }
    }
  }
}

 

무언가 바뀐걸까?

728x90