← Index

io.github.morinokami/astro-mcp

io.github.morinokami/astro-mcp·v0.4.2·Other
Quality Score
60
/100

MCP server to support Astro project development

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "astro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "astro-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "astro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "astro-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y astro-mcp
§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other