Astro MCP
Rank #8,402io.github.morinokami/astro-mcp
MCP server providing astro-mcp capabilities
Astro MCP is a Model Context Protocol (MCP) server published by morinokami. It ranks #8,402 of 115,591 servers tracked on MCP Toplist, and its repository has 61 GitHub stars. Astro MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Apr 13, 2025 and most recently updated on Sep 11, 2025.
Ranks ahead of 107,189 of 115,591 servers on MCP Toplist.
Use Astro MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add astro-mcp -- npx -y astro-mcp[mcp_servers.astro-mcp]
command = "npx"
args = ["-y", "astro-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"astro-mcp": {
"command": "npx",
"args": [
"-y",
"astro-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"astro-mcp": {
"command": "npx",
"args": [
"-y",
"astro-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"astro-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"astro-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"astro-mcp": {
"command": "npx",
"args": [
"-y",
"astro-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"astro-mcp": {
"command": "npx",
"args": [
"-y",
"astro-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/io.github.morinokami%2Fastro-mcp)<a href="https://mcptoplist.com/server/io.github.morinokami%2Fastro-mcp"><img src="https://mcptoplist.com/badge/io.github.morinokami%2Fastro-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
morinokami
Other servers by morinokami
View all morinokami servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.2 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Astro MCP?
- Astro MCP is maintained by morinokami, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Astro MCP listed on the Official MCP Registry?
- Yes — Astro MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Astro MCP have?
- MCP Toplist tracks 2 versions of Astro MCP, most recently published on Sep 11, 2025.
- Where can I find the source code for Astro MCP?
- The source code for Astro MCP is hosted at github.com/morinokami/astro-mcp.