@pureframeai/mcp is the package that turns your Pureframe AI library into an MCP server. For per-client setup instructions (Claude, Cursor, VS Code, Codex, OpenCode), see Connect an Agent — this page covers the package itself.
Running it locally
Most clients invoke this for you vianpx, so there’s usually nothing to install manually:
PUREFRAME_API_KEY from the environment and speaks MCP over stdio — this is what every client config in Connect an Agent points at.
Remote endpoint
Pureframe AI also hosts the same server as a Cloudflare Worker athttps://mcp.pureframe.ai, speaking MCP over HTTP. Use this instead of the local npx process for clients that support remote MCP endpoints (Claude.ai web, for example) — no Node.js runtime required on your end. The trade-off: the remote endpoint can’t read your local filesystem, so upload_video isn’t available through it.
Tools exposed
search_videos, list_collections, get_collection, get_video, upload_video (local only), get_job_status — see MCP Overview for what each does.