Skip to content
Cursor

astro mcp for Cursor

io.github.morinokami/astro-mcp

MCP server to support Astro project development

client:Cursor transport:stdio runtime:npm

Install astro mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

astro mcp in other clients