Skip to main content
Glama
dagistankaradeniz

quillink-mcp

quillink-mcp

MCPサーバーで、Quillinkのノート、フォルダ、タグへの読み取り専用アクセスを、Claude Desktop、Claude Code、その他のMCP互換クライアントなどのAIツールに提供します。

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

認証

2つのオプションがあります:

オプションA — OAuthデバイスログイン(対話的な使用に推奨):

.venv/bin/quillink-mcp login

デバイスコードと確認URLが開きます。ブラウザで承認してください。トークンはOSのキーリング(またはフォールバックとして~/.config/quillink-mcp/credential)に保存されます。

オプションB — パーソナルアクセストークン:

Quillinkの設定 → 開発者 → トークンで作成し(スコープ:notes:readfolders:readtags:read)、環境変数として設定してください:

export QUILLINK_TOKEN=qlk_pat_...

QUILLINK_TOKENは、保存されたOAuthログインよりも常に優先されます。

Claude Desktopでの使用

Claude Desktopの設定(macOSでは~/Library/Application Support/Claude/claude_desktop_config.json)に追加します:

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

loginの代わりにPATを使用する場合は、設定で環境変数として渡します:

{
  "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

チームプラン組織の名前、プラン階層、シート数、アラート

list_organization_members

組織のメンバー(一般メンバーは自分のエントリのみ表示)

Vaultノートはここでは決してアクセスできません。クライアント側でエンドツーエンドに暗号化されているため、このサーバーを含むどのサーバーも読み取ることができません。組織ツールは、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