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.aiIt 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.aiGemini CLI
gemini mcp add --transport http skytells https://mcp.skytells.aiVS Code and GitHub Copilot
Add to .vscode/mcp.json or your user MCP configuration:
{
"servers": {
"skytells": {
"type": "http",
"url": "https://mcp.skytells.ai"
}
}
}Cursor
{
"mcpServers": {
"skytells": {
"url": "https://mcp.skytells.ai"
}
}
}Related
- Local Installation — run the MCP locally for authenticated tools and full CLI coverage.
- Tools Reference —
list_models,search_models,get_model, andskytells_learn_searchare available on the hosted server.
How is this guide?