Astro MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 880 installs a week from npm. Last commit 20 Feb 2026.
MCP server to support Astro project development
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add astro-mcp -- npx -y astro-mcp
{
"mcpServers": {
"astro-mcp": {
"args": [
"-y",
"astro-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.astro-mcp]
command = "npx"
args = ["-y", "astro-mcp"]
{
"mcpServers": {
"astro-mcp": {
"args": [
"-y",
"astro-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"astro-mcp": {
"args": [
"-y",
"astro-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.