Odel
astro mcp

astro mcp

Local
@morinokami61AstroMITUpdated 4mo ago

MCP server to support Astro project development

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmastro-mcpv0.4.2

Run

npx -y astro-mcp

MCP client config

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