Skip to main content
Glama
dagistankaradeniz

quillink-mcp

quillink-mcp

Quillink 노트, 폴더, 태그에 대한 읽기 전용 액세스를 Claude Desktop, Claude Code 및 기타 MCP 호환 클라이언트와 같은 AI 도구에 제공하는 MCP 서버입니다.

Pro Quillink 요금제가 필요합니다(API 액세스는 Pro 전용 기능입니다).

PyPI에 게시되지 않음 — 소스에서 로컬로 빌드하여 실행하세요.

빌드

git clone https://github.com/dagistankaradeniz/gcp-note-taking-mcp.git
cd gcp-note-taking-mcp
python3 -m venv .venv
.venv/bin/pip install -e .

이렇게 하면 quillink-mcp 명령이 .venv/bin/에 설치됩니다. 해당 바이너리의 전체 경로(예: /Users/you/gcp-note-taking-mcp/.venv/bin/quillink-mcp)를 기록해 두세요. MCP 클라이언트는 활성화된 셸을 통하지 않고 직접 실행하므로 절대 경로가 필요합니다.

Related MCP server: Bruin

인증

두 가지 옵션:

옵션 A — OAuth 기기 로그인(대화형 사용에 권장):

.venv/bin/quillink-mcp login

기기 코드와 확인 URL이 열리며, 브라우저에서 승인하면 됩니다. 토큰은 OS 키링(또는 대체로 ~/.config/quillink-mcp/credential)에 저장됩니다.

옵션 B — 개인 액세스 토큰(PAT):

Quillink의 설정 → 개발자 → 토큰에서 생성하고(범위: notes:read, folders:read, tags:read), 환경 변수로 설정하세요:

export QUILLINK_TOKEN=qlk_pat_...

QUILLINK_TOKEN은 저장된 OAuth 로그인보다 항상 우선합니다.

Claude Desktop과 함께 사용

Claude Desktop 구성(~/Library/Application Support/Claude/claude_desktop_config.json, macOS 기준)에 추가하세요:

{
  "mcpServers": {
    "quillink": {
      "command": "/absolute/path/to/gcp-note-taking-mcp/.venv/bin/quillink-mcp"
    }
  }
}

login 대신 PAT를 사용하는 경우 구성에서 env var로 전달하세요:

{
  "mcpServers": {
    "quillink": {
      "command": "/absolute/path/to/gcp-note-taking-mcp/.venv/bin/quillink-mcp",
      "env": { "QUILLINK_TOKEN": "qlk_pat_..." }
    }
  }
}

구성 편집 후 Claude Desktop을 다시 시작하세요.

다른 MCP 클라이언트와 함께 사용

로컬 stdio MCP 서버를 실행할 수 있는 모든 클라이언트는 동일한 방식으로 작동합니다: .venv/bin/quillink-mcp의 절대 경로를 가리키면 됩니다(QUILLINK_TOKEN을 설정하거나, 자격 증명이 이미 저장되도록 quillink-mcp login을 한 번 실행한 후). 여기에는 Claude Code(claude mcp add quillink -- /absolute/path/to/.venv/bin/quillink-mcp)와 MCP stdio 전송을 지원하는 모든 OpenAI 호환 에이전트 런타임이 포함됩니다.

도구

모두 읽기 전용 — 이 서버는 어떤 것도 생성, 편집, 삭제할 수 없습니다.

도구

설명

list_notes

노트 목록, 폴더, 상태, 태그, 고정 여부로 필터링 가능

get_note

ID로 단일 노트 가져오기

search_notes

제목 + 본문에 대한 전체 텍스트 검색

get_note_stats

노트 수, 사용된 저장 공간, 고정된 수

list_note_recipients

노트가 공유된 대상

list_shared_notes

다른 사람이 나와 공유한 노트

list_folders

노트북/폴더 목록

get_folder

ID로 단일 폴더 가져오기

list_tags

사용 중인 모든 태그 목록

get_organization

Team 요금제 조직의 이름, 요금제 등급, 좌석, 알림

list_organization_members

조직의 구성원(일반 구성원은 자신의 항목만 볼 수 있음)

볼트 노트는 여기에서 절대 접근할 수 없습니다 — 클라이언트 측에서 종단 간 암호화되므로 어떤 서버(이 서버 포함)도 읽을 수 없습니다. 조직 도구는 Team 요금제 조직에 속하지 않은 호출자에게 404를 반환합니다.

구성(환경 변수)

변수

용도

QUILLINK_TOKEN

개인 액세스 토큰 — OAuth 로그인을 완전히 우회합니다

QUILLINK_API_BASE

API 기본 URL 재정의(기본값: 프로덕션)

QUILLINK_CLIENT_ID

login이 사용하는 OAuth 클라이언트 ID 재정의

직접 실행(테스트용)

.venv/bin/quillink-mcp login
.venv/bin/quillink-mcp   # runs the server on stdio -- an MCP client normally launches this for you
Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides standardized tools for querying and retrieving notes from Joplin personal knowledge manager through its API, enabling AI assistants to access and reference personal notes contextually.
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.
    0
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Remote MCP server that exposes a personal git repository of markdown notes to Claude, enabling reading, writing, searching, and running scripts with automatic git commits and GitHub OAuth authentication.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for a personal notes/knowledge base that enables AI assistants to create, search, and retrieve notes using natural language. It exposes tools like create_note and search_notes, resources for each note, and a summarize_tag prompt.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dagistankaradeniz/gcp-note-taking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server