Loading...
Codex、Claude Code、CursorをTarenoの安全なリモートMCPに接続します。重要な操作にはTarenoでの承認が必要です。
14日間トライアル(API呼び出し100回)、Pro(月2,000回)、Business(無制限)に含まれます。
TARENO_API_KEYにtk_live_キーを設定し、下のCodex、Claude Code、またはCursor向け設定を使用してください。
codex mcp add tareno --url https://tareno.co/api/mcp --bearer-token-env-var TARENO_API_KEYclaude mcp add-json --scope user tareno '{"type":"http","url":"https://tareno.co/api/mcp","headers":{"Authorization":"Bearer ${TARENO_API_KEY}"}}'
claude mcp get tareno{
"mcpServers": {
"tareno": {
"url": "https://tareno.co/api/mcp",
"headers": { "Authorization": "Bearer ${env:TARENO_API_KEY}" }
}
}
}codex mcp get tareno
claude mcp get tareno
cursor-agent mcp list
cursor-agent mcp list-tools tarenoA saved client config is not yet a successful MCP connection. Check the deployed route first, then let the client discover the tools.
Public route check
curl -i https://tareno.co/api/mcpExpected without a key: HTTP 401 with a Bearer challenge. A normal HTML 404 means the MCP route is not deployed yet.
Do not mark a client as verified until it can list Tareno's 19 tools using a real scoped API key.
重要な操作には詳細な権限範囲とダッシュボード承認を備えた21の本番ツールです。
キャプション、メディア、プラットフォーム別設定を使って投稿を作成・予約します。
接続済みのソーシャルアカウント、プラットフォーム、ユーザー名、IDを一覧で確認します。
SSRF、ファイル形式、サイズの保護を備え、公開HTTPS URLから画像や動画を取り込みます。
ステータス、プラットフォーム、日付範囲で投稿を絞り込みます。
Registered tools (21)
list_workspaceslist_accountsget_platform_schemaget_platform_optionslist_postsget_postcreate_draftsupdate_draftschedule_postspublish_postsreschedule_postupdate_scheduled_postdelete_postlist_mediaget_social_media_transcriptget_social_video_downloadupload_media_from_urlget_analytics_overviewget_platform_analyticsget_content_strategyget_action_status第1段階ではCodex、Claude Code、Cursorを静的Bearer認証でサポートします。ChatGPTはOAuth 2.1対応を予定しています。


MCPとAPIアクセスは14日間トライアル(100回)、Pro(月2,000回)、Business(無制限)に含まれます。FreeとStarterにはAPIアクセスは含まれません。
まずTarenoでAPIキーを作成し、管理したいソーシャルアカウントが接続済みであることを確認してください。
いいえ。n8nとMakeは視覚的なワークフローで始められます。MCPは案内どおり設定ファイルを追加するだけです。
Instagram、Facebook、X、LinkedIn、TikTok、Pinterest、YouTube、Threadsの管理フローに対応しています。
10 social channels
Channels and social-video capabilities
Tareno's account, post, draft, scheduling and publishing workflows cover all ten channels. Transcript extraction and public-video download are available on the channels marked below.
Core MCP includes accounts, platform rules, posts, drafts, scheduling and publishing where the connected provider supports the requested format.
How to call the new tools
In Codex, Claude Code or Cursor, the recommended approach is a plain-language request. Name the platform, include the public HTTPS URL and say whether you need timestamps or a media-library import.
Exact tool arguments
get_social_media_transcript{ "platform": "youtube", "url": "https://www.youtube.com/watch?v=…", "includeTimestamps": true, "maxCharacters": 24000 }get_social_video_download{ "platform": "instagram", "url": "https://www.instagram.com/reel/…" }Recommended download-to-publishing flow
Only public HTTPS posts are supported. Private, deleted, login-gated or region-blocked content can fail. A downloadUrl is temporary and should be consumed promptly; the tool returns a URL, not the binary file.
Open the complete field, response and error reference →