Skip to content
Cline

astro mcp for Cline

io.github.morinokami/astro-mcp

MCP server to support Astro project development

client:Cline transport:stdio runtime:npm

Install astro mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "astro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "astro-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

astro mcp in other clients