MCP
MCP 設定例
Claude Code / Codex / Cursor から、URL を渡すだけで AI向けフィードバックを取得します。
環境変数
TSUTAWARU_TOKEN=tsut_pat_xxx TSUTAWARU_API_BASE_URL=https://tsutawaru-feedback.com
Claude Code
{
"mcpServers": {
"tsutawaru": {
"command": "tsutawaru-mcp",
"env": {
"TSUTAWARU_TOKEN": "tsut_pat_xxx",
"TSUTAWARU_API_BASE_URL": "https://tsutawaru-feedback.com"
}
}
}
}claude code "https://tsutawaru-feedback.com/p/abc123 を直して"
Codex
{
"mcpServers": {
"tsutawaru": {
"command": "tsutawaru-mcp",
"env": {
"TSUTAWARU_TOKEN": "tsut_pat_xxx"
}
}
}
}codex "fix https://tsutawaru-feedback.com/p/abc123"
Cursor
{
"mcpServers": {
"tsutawaru": {
"command": "tsutawaru-mcp",
"env": {
"TSUTAWARU_TOKEN": "tsut_pat_xxx"
}
}
}
}利用できる tool
`get_pack`、`list_packs`、`update_pack_status`、`mark_pack_done`、`get_pack_video_url`、`add_pack_supplement`、`create_recording_upload_url`、`complete_recording_upload`、`post_browser_context` を利用できます。