Pika MCP Server

41 tools across 7 namespaces.

5
Core
Discovery, routing, async task management, and long-running skills.
10
Create
AI generation — video, image, audio, speech, music.
5
Recipe
Pre-orchestrated cloud workflows (5-15 min). Returns task_id for polling.
5
Identity
Agent persona, memory, and avatar management.
3
Skills
Reusable multi-step workflows (singing video, product ad, etc.).
8
Fetch
Public data retrieval — web search, social media, news, music.
4
Connector
Third-party account operations (Twitter/X OAuth).

Core

Discovery, routing, async task management, and long-running skills.

pika_searchRESIDENT

Search Pika's capability index for tools not visible in the tool list

pika_invokeRESIDENT

Call any Pika tool by name

whoamiRESIDENT

Show the currently authenticated user

pika_statusRESIDENT

Poll the status of a long-running task. Call every ~20s until done/failed/cancelled.

pika_cancelRESIDENT

Cancel a running task.

Create

AI generation — video, image, audio, speech, music.

create_keyframes_videoRESIDENT

Generate a smooth video transition between two images. Async: returns task_id; poll pika_status until status=completed.

create_motion_control_videoRESIDENT

Transfer motion from a reference video onto a character image (pika or kling). Async: returns task_id; poll pika_status until status=completed.

create_imageRESIDENT

Generate an image. One tool, multiple providers via provider param. Async: returns task_id; poll pika_status until status=completed.

create_videoRESIDENT

Generate 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_lipsyncRESIDENT

Sync a face to audio — talking/singing head video. Provider: kling or pika. Async: returns task_id; poll pika_status until status=completed.

create_musicRESIDENT

Generate music from prompt + optional lyrics. MP3 with vocals, up to 60s.

create_ttsRESIDENT

Generate speech from text. Provider: minimax-tts or elevenlabs.

create_transcribeRESIDENT

Transcribe audio to text using Whisper.

create_understand_mediaRESIDENT

Analyze an image or short video with AI vision (Gemini).

upload_assetRESIDENT

Get 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_talkingRESIDENT

Generate a talking-head podcast clip. Long-running (5-15 min), returns task_id for polling.

recipe_content_videoRESIDENT

Multi-shot narrative video (GRWM, OOTD, vlog, product ad). Long-running, returns task_id.

recipe_video_captionsRESIDENT

Burn word-level captions onto a video. Long-running, returns task_id.

recipe_github_explainerRESIDENT

Screen-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_briefRESIDENT

Scrape 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_readRESIDENT

Read the agent's persona files

identity_memory_searchRESIDENT

Search the agent's long-term memory

identity_memory_appendRESIDENT

Write a new entry to the agent's long-term memory

identity_installRESIDENT

Install or refresh the agent's full identity into the current project

identity_avatar

Get the agent's avatar image URL

Skills

Reusable multi-step workflows (singing video, product ad, etc.).

skill_searchRESIDENT

Search for Pika skills — reusable methodologies for multi-step workflows

skill_list

List available Pika skills, optionally filtered by tag

skill_load

Load a skill's full SKILL.md content for the agent to follow

Fetch

Public data retrieval — web search, social media, news, music.

fetch_twitter

Search tweets or get a user profile on X/Twitter. mode=search (default) or mode=profile.

fetch_instagram

Search Instagram posts by hashtag or get a user profile. mode=search (default) or mode=profile.

fetch_linkedin

Search LinkedIn posts by keyword. Returns post content, author, engagement.

fetch_news

Get news headlines or search news articles by topic.

fetch_web_search

Search the web via Brave Search. Returns titles, URLs, and snippets.

fetch_youtube_transcript

Get the transcript/captions of a YouTube video

fetch_weather

Get current weather information for a location

fetch_musicRESIDENT

Search Apple Music. Returns metadata + 30s preview URLs.

Connector

Third-party account operations (Twitter/X OAuth).

connector_twitter_status

Check if the user's X/Twitter account is connected via OAuth

connector_twitter_post

Post a tweet to X/Twitter

connector_twitter_reply

Reply to a tweet on X/Twitter

connector_twitter_dm

Send a direct message on X/Twitter

Auto-generated from TOOL_INDEX. | Pika MCP Server v0.3.0