io.github.okmr2217/clipnote is an MCP server that AIとのやり取りで生成したHTML/Markdown/プレーンテキストのクリップを一覧取得・参照・作成・更新できるMCPサーバー。. Its tool list has not been published yet over http, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-okmr2217-clipnote": {
"args": [
"-y",
"cp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AIとのやり取りで生成したHTML/Markdown/プレーンテキストを保存・公開管理するツール。テキストを貼り付けるだけで保存・URL共有できるほか、MCP(Model Context Protocol)でClaudeと直接つなぎ、会話からそのままクリップを作成・更新できます。
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'cp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked cp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
MCP server for document format conversion using pandoc.
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate.
MCP Security Weekly
Get CVE alerts and security updates for io.github.okmr2217/clipnote and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AIとのやり取りで生成したHTML/Markdown/プレーンテキストを保存・公開管理するツール。テキストを貼り付けるだけで保存・URL共有できるほか、MCP(Model Context Protocol)でClaudeと直接つなぎ、会話からそのままクリップを作成・更新できます。
/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 を参照してください。