Development|Data|UtilitiesKotlin
PeopleInSpace
A Kotlin Multiplatform project that provides information about people currently in space and the position of the International Space Station.
N/A rating (0 reviews)0 installs3,312 GitHub stars
KotlinMultiplatformSpace
This project showcases a Kotlin Multiplatform implementation with clients for various platforms including Android, iOS, Desktop, and Web. It utilizes the Space Devs API and Open Notify API to deliver real-time data about space and astronauts.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"peopleinspace": {
"args": [
"-y",
"@modelcontextprotocol/server-peopleinspace"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.