https://sky-mc-p.vercel.app/mcp
Works with every MCP client — no different config needed

Choose your tool

Claude Desktop

Add to your Claude Desktop config file.

%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "skymcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://sky-mc-p.vercel.app/mcp" ] } } }
Cursor

Paste the URL directly in Cursor's MCP settings, or add a config file in your project.

Cursor Settings → Features → MCP → Add new global MCP server
https://sky-mc-p.vercel.app/mcp

Or add to .cursor/mcp.json in your project:

{ "mcpServers": { "skymcp": { "type": "url", "url": "https://sky-mc-p.vercel.app/mcp" } } }
VS Code (GitHub Copilot)

Open Command Palette → MCP: Open User Configuration. VS Code uses servers instead of mcpServers.

{ "servers": { "skymcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://sky-mc-p.vercel.app/mcp" ] } } }
Zed

Add to your Zed settings under context_servers. Global: ~/.config/zed/settings.json. Project: .zed/settings.json

{ "context_servers": { "skymcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://sky-mc-p.vercel.app/mcp" ] } } }
Cline / Roo Code

In VS Code, open the Cline or Roo Code panel → click the MCP Servers icon → Configure tab → Configure MCP Servers. This opens the config file where you can paste:

{ "mcpServers": { "skymcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://sky-mc-p.vercel.app/mcp" ] } } }
KiloCode

Create a .kilocode/mcp.json file in your project root.

{ "mcpServers": { "skymcp": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://sky-mc-p.vercel.app/mcp" ] } } }

Or use the CLI: kilo mcp add skymcp https://sky-mc-p.vercel.app/mcp

Other Clients

Windsurf — Settings → MCP Servers → Add Server, paste: https://sky-mc-p.vercel.app/mcp

Codebuff — CLI: mcp add skymcp https://sky-mc-p.vercel.app/mcp

Continue.dev — Add to ~/.continue/config.json using the Claude Desktop format

Claude Code — CLI: claude mcp add skymcp https://sky-mc-p.vercel.app/mcp

Augment Code — Settings → MCP → Add Server, paste the endpoint URL

Any MCP client — Point it to https://sky-mc-p.vercel.app/mcp


Quick start

  1. Add the config

    Pick your client above, copy the config, and add it to your MCP configuration file.

  2. Restart your IDE

    Close and reopen your AI coding tool so it picks up the new MCP server.

  3. Ask your AI assistant

    Try these prompts to get started:

    "List all available design themes from SkyMCP"
    "Redesign this page using the GSAP Motion theme"
    "Get the AuthKit theme tokens and typography"