Quillink
БесплатноНе проверенA read-only MCP server for accessing Quillink notes, folders, and tags, enabling AI tools like Claude to search, retrieve, and list notes and related metadata.
Описание
A read-only MCP server for accessing Quillink notes, folders, and tags, enabling AI tools like Claude to search, retrieve, and list notes and related metadata. Requires a Pro Quillink plan and supports OAuth or personal access token authentication.
README
An MCP server exposing read-only access to your Quillink notes, folders, and tags to AI tools like Claude Desktop, Claude Code, and other MCP-compatible clients.
Requires a Pro Quillink plan (API Access is a Pro-only feature).
Not published to PyPI -- build and run it locally from source.
Build
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 .
This installs the quillink-mcp command into .venv/bin/. Note the full
path to that binary (e.g. /Users/you/gcp-note-taking-mcp/.venv/bin/quillink-mcp)
-- MCP clients launch it directly, not through an activated shell, so
they need the absolute path.
Authenticate
Two options:
Option A — OAuth device login (recommended for interactive use):
.venv/bin/quillink-mcp login
Opens a device code + verification URL; approve it in your browser. The token is stored in your OS keyring (or ~/.config/quillink-mcp/credential as a fallback).
Option B — Personal Access Token:
Create one in Quillink under Settings → Developer → Tokens (scopes: notes:read, folders:read, tags:read), then set it as an environment variable:
export QUILLINK_TOKEN=qlk_pat_...
QUILLINK_TOKEN always takes priority over a stored OAuth login.
Use with Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"quillink": {
"command": "/absolute/path/to/gcp-note-taking-mcp/.venv/bin/quillink-mcp"
}
}
}
If using a PAT instead of login, pass it as an env var in the config:
{
"mcpServers": {
"quillink": {
"command": "/absolute/path/to/gcp-note-taking-mcp/.venv/bin/quillink-mcp",
"env": { "QUILLINK_TOKEN": "qlk_pat_..." }
}
}
}
Restart Claude Desktop after editing the config.
Use with other MCP clients
Any client that can launch a local stdio MCP server works the same way: point it at the absolute path to .venv/bin/quillink-mcp (with QUILLINK_TOKEN set, or after running quillink-mcp login once so the credential is already stored). This includes Claude Code (claude mcp add quillink -- /absolute/path/to/.venv/bin/quillink-mcp) and any OpenAI-compatible agent runtime that supports the MCP stdio transport.
Tools
All read-only — this server cannot create, edit, or delete anything.
| Tool | Description |
|---|---|
list_notes |
List notes, filterable by folder, status, tags, pinned |
get_note |
Get a single note by id |
search_notes |
Full-text search over title + body |
get_note_stats |
Note count, storage used, pinned count |
list_note_recipients |
Who a note has been shared with |
list_shared_notes |
Notes shared with you by others |
list_folders |
List notebooks/folders |
get_folder |
Get a single folder by id |
list_tags |
List all tags in use |
Vault notes are never accessible here — they're end-to-end encrypted client-side, so no server (including this one) can read them.
Configuration (environment variables)
| Variable | Purpose |
|---|---|
QUILLINK_TOKEN |
A Personal Access Token — bypasses OAuth login entirely |
QUILLINK_API_BASE |
Override the API base URL (default: production) |
QUILLINK_CLIENT_ID |
Override the OAuth client id used by login |
Running it directly (for testing)
.venv/bin/quillink-mcp login
.venv/bin/quillink-mcp # runs the server on stdio -- an MCP client normally launches this for you
Установка Quillink
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dagistankaradeniz/gcp-note-taking-mcpFAQ
Quillink MCP бесплатный?
Да, Quillink MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Quillink?
Нет, Quillink работает без API-ключей и переменных окружения.
Quillink — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Quillink в Claude Desktop, Claude Code или Cursor?
Открой Quillink на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Quillink with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
