MCP

Skytells MCP

Connect Claude Code, Gemini CLI, VS Code, Cursor, and other MCP clients to Skytells for model discovery, predictions, and full CLI coverage.

The Skytells MCP (Model Context Protocol) server connects MCP-compatible clients — Claude Code, Gemini CLI, VS Code with GitHub Copilot, Cursor, and OpenAI Codex CLI — to the Skytells CLI, public model discovery, generated media downloads, and Skytells Learn search.

It ships in two forms:

  • A hosted server at https://mcp.skytells.ai for public model discovery and Learn search, with no authentication required.
  • A local server, run via npx -y @skytells/mcp, that additionally exposes your CLI session — projects, apps, deployments, predictions, Orchestrator, Cloud Agents, Cognition, and more.

Get started

  1. Create a Skytells account.
  2. Open the Skytells Console to manage projects and API keys.
  3. Browse Skytells Learn for guides and tutorials.
  4. Read the Skytells API documentation.

Which server should I use?

Hosted serverLocal server
Endpointhttps://mcp.skytells.ainpx -y @skytells/mcp (stdio)
SetupAdd a URL to your client configRequires Node.js 20+
AuthenticationNoneUses your CLI credentials
Model discoverylist_models, search_models, get_model✅ Same, plus everything below
Skytells Learn search
Projects, apps, deployments
Predictions (create/get/list/cancel/delete)
Full CLI coverage via skytells_run

How is this guide?

On this page