← Back to Plugins
MCP Server MCP

Clipnote

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.clipnote.paritto.dev/mcp",
      "headers": [
        {
          "description": "APIキー方式で接続する場合に 'Bearer cn_live_...' を指定。OAuth 2.1(動的クライアント登録に対応したクライアント、claude.ai等)で接続する場合は不要(401応答からの自動ディスカバリで認可される)。",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...