Pika MCP Server
41 tools across 7 namespaces.
Core
Discovery, routing, async task management, and long-running skills.
pika_searchRESIDENTSearch Pika's capability index for tools not visible in the tool list
pika_invokeRESIDENTCall any Pika tool by name
whoamiRESIDENTShow the currently authenticated user
pika_statusRESIDENTPoll the status of a long-running task. Call every ~20s until done/failed/cancelled.
pika_cancelRESIDENTCancel a running task.
Create
AI generation — video, image, audio, speech, music.
create_keyframes_videoRESIDENTGenerate a smooth video transition between two images. Async: returns task_id; poll pika_status until status=completed.
create_motion_control_videoRESIDENTTransfer motion from a reference video onto a character image (pika or kling). Async: returns task_id; poll pika_status until status=completed.
create_imageRESIDENTGenerate an image. One tool, multiple providers via provider param. Async: returns task_id; poll pika_status until status=completed.
create_videoRESIDENTGenerate a video. One tool, multiple providers (kling/pika/veo3/sora/seedance/minimax). text_to_video or image_to_video. Async: returns task_id; poll pika_status until status=completed.
create_lipsyncRESIDENTSync a face to audio — talking/singing head video. Provider: kling or pika. Async: returns task_id; poll pika_status until status=completed.
create_musicRESIDENTGenerate music from prompt + optional lyrics. MP3 with vocals, up to 60s.
create_ttsRESIDENTGenerate speech from text. Provider: minimax-tts or elevenlabs.
create_transcribeRESIDENTTranscribe audio to text using Whisper.
create_understand_mediaRESIDENTAnalyze an image or short video with AI vision (Gemini).
upload_assetRESIDENTGet a presigned URL for uploading a file (image, audio, video) to Pika CDN.
Recipe
Pre-orchestrated cloud workflows (5-15 min). Returns task_id for polling.
recipe_podcast_talkingRESIDENTGenerate a talking-head podcast clip. Long-running (5-15 min), returns task_id for polling.
recipe_content_videoRESIDENTMulti-shot narrative video (GRWM, OOTD, vlog, product ad). Long-running, returns task_id.
recipe_video_captionsRESIDENTBurn word-level captions onto a video. Long-running, returns task_id.
recipe_github_explainerRESIDENTScreen-record a GitHub repo walkthrough with talking-head lipsync overlay and a macOS Sonoma desktop frame. Caller pre-computes a beat-sheet + talking-head video (create_tts → create_lipsync) and passes the lipsync URL. Output 1280x800 @ 30 fps. Long-running, returns task_id.
recipe_website_briefRESIDENTScrape a product website and extract a structured ProductBrief (name, tagline, key features, target audience, 60-second video script). First step for founder video creation. Long-running, returns task_id.
Identity
Agent persona, memory, and avatar management.
identity_persona_readRESIDENTRead the agent's persona files
identity_memory_searchRESIDENTSearch the agent's long-term memory
identity_memory_appendRESIDENTWrite a new entry to the agent's long-term memory
identity_installRESIDENTInstall or refresh the agent's full identity into the current project
identity_avatarGet the agent's avatar image URL
Skills
Reusable multi-step workflows (singing video, product ad, etc.).
skill_searchRESIDENTSearch for Pika skills — reusable methodologies for multi-step workflows
skill_listList available Pika skills, optionally filtered by tag
skill_loadLoad a skill's full SKILL.md content for the agent to follow
Fetch
Public data retrieval — web search, social media, news, music.
fetch_twitterSearch tweets or get a user profile on X/Twitter. mode=search (default) or mode=profile.
fetch_instagramSearch Instagram posts by hashtag or get a user profile. mode=search (default) or mode=profile.
fetch_linkedinSearch LinkedIn posts by keyword. Returns post content, author, engagement.
fetch_newsGet news headlines or search news articles by topic.
fetch_web_searchSearch the web via Brave Search. Returns titles, URLs, and snippets.
fetch_youtube_transcriptGet the transcript/captions of a YouTube video
fetch_weatherGet current weather information for a location
fetch_musicRESIDENTSearch Apple Music. Returns metadata + 30s preview URLs.
Connector
Third-party account operations (Twitter/X OAuth).
connector_twitter_statusCheck if the user's X/Twitter account is connected via OAuth
connector_twitter_postPost a tweet to X/Twitter
connector_twitter_replyReply to a tweet on X/Twitter
connector_twitter_dmSend a direct message on X/Twitter