astro-mcp

astro-mcp

3.5

If you are the rightful owner of astro-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server to support Astro project development, inspired by antfu's nuxt-mcp.

astro-mcp is an experimental and unstable MCP server designed to enhance the development experience for Astro projects. It provides runtime information about the Astro server, up-to-date documentation content, and details about the integrations used in the project. By offering these insights, astro-mcp helps models understand the project context more effectively, which is not possible by merely examining the project files. The server is accessible at a specific endpoint and can be extended with custom tools through the `mcp:setup` hook. This makes it a versatile tool for developers looking to integrate additional functionalities into their Astro projects.

Features

  • Provides runtime information about the Astro server.
  • Offers up-to-date Astro documentation content.
  • Details the Astro integrations used in the project.
  • Extensible with custom tools via the `mcp: setup` hook.
  • Accessible through a specific endpoint for easy integration.