astro-mcp

astro-mcp

26

Astro-MCP is an MCP server that enhances Astro project development by providing runtime insights, documentation access, and integration information. It supports extension and includes tools to improve configuration and routing management.

Is astro-mcp stable for production use?

No, astro-mcp is experimental and unstable. It should be used with caution.

How do I install astro-mcp?

You can install astro-mcp using the command npx astro add astro-mcp or manually by installing the package and adding it to your Astro config.

Can I extend the functionality of the MCP server?

Yes, astro-mcp provides a mcp:setup hook that allows other integrations to extend the MCP server with custom tools.

What kind of information can I get from astro-mcp?

astro-mcp provides runtime server information, documentation content, integration details, and more to help models understand your Astro project.

How do I connect to the MCP server?

After installation, the MCP server is available at http://localhost:4321/__mcp/sse. You can connect by creating an empty mcp.json or mcp_config.json file in the appropriate directory for your development environment.