Developer Tools
Trust: 41/100 (Fair)io.github.morinokami/astro-mcp Guide
MCP server to support Astro project development
56 starsby morinokami
Quick Start
Install
npx astro-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-morinokami-astro-mcp": {
"command": "npx",
"args": [
"astro-mcp"
]
}
}
}