MCP Server
MCP
Clipnote
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
By
Comments
Sign in to leave a comment