MCP

Hosted Server

Connect to the public Skytells MCP server at mcp.skytells.ai for model discovery and Learn search — no installation or credentials required.

The public MCP server is available at:

https://mcp.skytells.ai

It provides public model discovery and Skytells Learn search without authentication. No installation is required — clients connect directly over HTTP.


Claude Code

claude mcp add --transport http skytells https://mcp.skytells.ai

Gemini CLI

gemini mcp add --transport http skytells https://mcp.skytells.ai

VS Code and GitHub Copilot

Add to .vscode/mcp.json or your user MCP configuration:

.vscode/mcp.json
{
  "servers": {
    "skytells": {
      "type": "http",
      "url": "https://mcp.skytells.ai"
    }
  }
}

Cursor

mcp.json
{
  "mcpServers": {
    "skytells": {
      "url": "https://mcp.skytells.ai"
    }
  }
}

  • Local Installation — run the MCP locally for authenticated tools and full CLI coverage.
  • Tools Referencelist_models, search_models, get_model, and skytells_learn_search are available on the hosted server.

How is this guide?

On this page