{"openapi":"3.1.0","info":{"title":"Notion MCP Server","description":"Notion 공식 MCP 서버로 AI 도구에서 노션 페이지 읽기/쓰기, 데이터베이스 쿼리, 블록 편집을 수행할 수 있습니다. 회의록 자동 정리, 문서 검색, 프로젝트 보드 업데이트 등을 자연어로 처리할 수 있습니다.","version":"1.0.0","x-fusepie-id":"mcp-notion","x-fusepie-category":"communication","x-fusepie-provider":"Notion"},"servers":[{"url":"npx @notionhq/notion-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_notion","summary":"Notion MCP Server","description":"Notion 공식 MCP 서버로 AI 도구에서 노션 페이지 읽기/쓰기, 데이터베이스 쿼리, 블록 편집을 수행할 수 있습니다. 회의록 자동 정리, 문서 검색, 프로젝트 보드 업데이트 등을 자연어로 처리할 수 있습니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-notion":{"command":"npx","args":["-y","@fusepie/mcp-mcp-notion"],"env":{"API_KEY":""}}}}}