Loading MCP server directory, please wait...
Async video interviews: send a link, get short video answers with transcripts and AI captions.
npx @getmcp/cli add com.splark/splarkRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <API key>. Mint an API key (sk_live_…) in the Splark dashboard, or POST https://api.splark.com/api/signup with {"email":"you@company.com"} to create a free account (20 shorts/month) and receive a key. OAuth-capable clients (claude.ai web, Claude Desktop connectors) can skip the header and use the Connect flow instead — the endpoint answers 401 with OAuth resource metadata.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.splark/splark": {
"url": "https://api.splark.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}