Back to Apps

Astro Docs
by withastro
Official MCP server for Astro documentation, providing AI tools with real-time access to the latest Astro features and best practices.
0 stars
Works in:VS Code CopilotCursorWindsurf
Exposes:Resources
What it does
This MCP server connects AI models to the official Astro documentation. It allows AI assistants to retrieve accurate, up-to-date information about Astro's APIs, components, and architectural patterns, ensuring that generated code and advice follow the latest framework standards.
Tools
search_docs: Search through the Astro documentation for specific keywords or topics.get_doc_content: Retrieve the full content of a specific documentation page.
Installation
For Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"astro-docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Claude.ai, Claude Code, VS Code Copilot, Cursor, and Windsurf.
Quick install
npx -y mcp-remote https://mcp.docs.astro.build/mcpInformation
- Pricing
- free
- Published
- 7/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
https://mcp.docs.astro.build/mcpWindsurf
{
"mcpServers": {
"Astro docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"]
}
}
}claude-ai
https://mcp.docs.astro.build/mcpClaude Desktop
{
"mcpServers": {
"astro-docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"]
}
}
}VS Code Copilot
Use the VS Code MCP install link or manual configuration in settings.json





