ecss-mcp-server

aerospace-mcp-tools/ecss-mcp-server
★ 0 stars Python 📦 Other Updated 2d ago
European Cooperation for Space Standardization (ECSS) MCP server for easy access of ECSS documents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ecss-mcp-server": {
      "command": "uvx",
      "args": [
        "ecss-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ecss-mcp-server