Skip to main content
Science & ResearchC#

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.

aerospace-astrodynamicscloud-servicelocal-servicelinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/IO-Aerospace-software-engineering/mcp-server

Claude 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.

Details

Category
Science & Research
Language
C#
Author
IO-Aerospace-software-engineering