IO-Aerospace-software-community/mcp-server
IO Aerospace MCP Server: a .NET-based MCP server for aerospace & astrodynamics — ephemeris, orbital conversions, DSS tools, time conversions, and unit/math utilities. Supports STDIO and SSE transports; Docker and native .NET deployment documented.
Quick Start
Clone the repository:
git clone https://github.com/IO-Aerospace-software-engineering/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"io-aerospace-software-engineering-mcp-server": {
"command": "npx",
"args": [
"-y",
"IO-Aerospace-software-community/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.