Skip to content

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.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: IO-Aerospace-software-community/mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-io-aerospace-software-community-mcp-server

Detailed Documentation

#️⃣ ☁️/🏠 🐧 - 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.

Configuration

{
  "mcpServers": {
    "io-aerospace-software-community-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-io-aerospace-software-community-mcp-server"
      ],
      "env": {}
    }
  }
}