Integrations
MCP 개요 서버
AI 어시스턴트가 Outline과 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버( https://www.getoutline.com )
개요
이 프로젝트는 AI 어시스턴트(예: Claude)가 Outline 문서 서비스와 상호 작용할 수 있도록 하는 MCP(Model Context Protocol) 서버를 구현하여 자연어 상호 작용과 Outline의 문서 관리 기능 간의 연결 고리를 제공합니다.
특징
현재 구현됨:
- 문서 검색 : 키워드로 문서 검색
- 컬렉션 관리 : 컬렉션 목록 및 문서 구조 보기
- 문서 읽기 : 문서 내용을 읽고 마크다운으로 내보내기
- 주석 관리 : 문서에 주석을 보고 추가합니다.
- 문서 생성 : 컬렉션에 새 문서 생성
- 문서 편집 : 문서 내용 업데이트 및 문서 이동
- 백링크 관리 : 특정 문서에 링크된 문서 보기
시작하기
필수 조건
- 파이썬 3.10+
- API 접근이 가능한 개요 계정
- Outline API 키(Outline 계정 설정에서 받으세요)
설치
지엑스피1
구성
프로젝트 루트에 다음 변수를 사용하여 .env
파일을 만듭니다.
Copy
서버 실행
Copy
사용 예
문서 검색
Copy
컬렉션 목록
Copy
문서 읽기
Copy
새 문서 만들기
Copy
댓글을 추가하세요
Copy
문서 이동
Copy
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
개발
Copy
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
감사의 말
- MCP Python SDK 로 구축됨
- 문서 관리를 위해 Outline API를 사용합니다.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Claude와 같은 AI 도우미가 Outline 문서 서비스와 상호 작용하여 문서 검색, 읽기, 생성, 편집 및 댓글 관리를 지원할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript
- -securityFlicense-qualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -275JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.Last updated -93TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to create, read, edit, and format Microsoft Word documents through standardized tools and resources.Last updated -1688PythonMIT License