Back to Browse

Clipnote MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

AIとのやり取りで生成したHTML/Markdown/プレーンテキストのクリップを一覧取得・参照・作成・更新できるMCPサーバー。

About

AIとのやり取りで生成したHTML/Markdown/プレーンテキストのクリップを一覧取得・参照・作成・更新できるMCPサーバー。

Remote endpoints: streamable-http: https://mcp.clipnote.paritto.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-okmr2217-clipnote": {
      "url": "https://mcp.clipnote.paritto.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Clipnote

AIとのやり取りで生成したHTML/Markdown/プレーンテキストを保存・公開管理するツール。テキストを貼り付けるだけで保存・URL共有できるほか、MCP(Model Context Protocol)でClaudeと直接つなぎ、会話からそのままクリップを作成・更新できます。

URL

主な機能

  • クリップの保存・公開: AIが生成したHTML/Markdown/プレーンテキストを貼り付けるかファイルをドロップして保存。Private/Publicを切り替えて共有用URLを発行できます。
  • コレクション: 複数のクリップをまとめて、ひとつのURLで公開できます。
  • バージョン履歴: 上書き保存しても過去の内容はいつでも復元・ダウンロードできます。
  • MCP連携: Claude Desktop / Claude Code / claude.aiから、クリップの一覧取得・取得・作成・更新をMCP経由で行えます(詳細はapps/mcp)。
    • 接続方法は2種類: 管理画面(/admin/api-keys)で発行するAPIキー(Claude Desktop / Claude Code向け)、またはOAuth 2.1 + Dynamic Client Registration(claude.aiのカスタムコネクタ向け)。
    • 連携中のアプリはいつでも同じ画面から確認・失効できます。

構成

pnpm workspace + turborepoによるモノレポです。

  • apps/web — 管理画面・LP・公開ページ・OAuth認可サーバー(Next.js、Cloudflare Workers上で稼働)
  • apps/content — クリップ公開用の軽量API(Hono)
  • apps/mcp — MCPサーバー(Hono、Cloudflare Workers上で稼働)。APIキー認証とOAuth(JWT/JWKS検証)の両方に対応し、list_pages / get_page / upload_page / update_page の4ツールを提供
  • packages/db — D1スキーマ・マイグレーション(Drizzle)

クイックスタート

pnpm install
cp apps/web/.env.example apps/web/.env.local
cp apps/content/.dev.vars.example apps/content/.dev.vars
pnpm --filter @clipnote/db db:migrate:local
pnpm dev

環境変数の値の設定方法・開発サーバー・デプロイ手順の詳細は docs/development.md を参照してください。

ドキュメント

Reviews

No reviews yet

Be the first to review this server!