Astro Docs MCP Server
Rank #14,398glama/withastro/docs-mcp
Allows AI tools like Cursor, VS Code, Claude, ChatGPT, and Windsurf to access the latest Astro documentation in a structured way, enabling accurate answers about Astro's features, APIs, and best practices.
Astro Docs MCP Server is a Model Context Protocol (MCP) server published by withastro. It ranks #14,398 of 132,046 servers tracked on MCP Toplist, and its repository has 67 GitHub stars. Astro Docs MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 12, 2025.
Ranks ahead of 117,648 of 132,046 servers on MCP Toplist.
Use Astro Docs MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http docs-mcp https://mcp.docs.astro.build/mcp[mcp_servers.docs-mcp]
url = "https://mcp.docs.astro.build/mcp"Add to ~/.codex/config.toml.
https://mcp.docs.astro.build/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"docs-mcp": {
"url": "https://mcp.docs.astro.build/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docs-mcp": {
"type": "http",
"url": "https://mcp.docs.astro.build/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docs-mcp": {
"serverUrl": "https://mcp.docs.astro.build/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docs-mcp": {
"url": "https://mcp.docs.astro.build/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fwithastro%2Fdocs-mcp)<a href="https://mcptoplist.com/server/glama%2Fwithastro%2Fdocs-mcp"><img src="https://mcptoplist.com/badge/glama%2Fwithastro%2Fdocs-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
withastro
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Astro Docs MCP Server?
- Astro Docs MCP Server is maintained by withastro, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Astro Docs MCP Server listed on the Official MCP Registry?
- Astro Docs MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Astro Docs MCP Server have?
- Astro Docs MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Astro Docs MCP Server?
- The source code for Astro Docs MCP Server is hosted at github.com/withastro/docs-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.