Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Peopleinspace

    Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.

    3,237 stars
    Kotlin
    Updated Nov 3, 2025
    android
    compose-desktop
    compose-ios
    compose-multiplatform
    compose-web
    ios
    jetpack-compose
    kmp
    kmp-sample
    koin
    kotlin
    kotlin-coroutines
    kotlin-multiplatform
    kotlin-multiplatform-mobile
    kotlin-native
    ktor
    mcp
    swift
    swiftui
    wasm

    Documentation

    PeopleInSpace

    kotlin-version

    Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Compose for Wear OS, Compose for Desktop and Compose for Web clients along with Ktor backend. Currently running on

    • Android (Jetpack Compose)
    • Android App Widget (Compose based Glance API - contributed by https://github.com/yschimke)
    • Wear OS (Compose for Wear OS - primarily developed by https://github.com/yschimke)
    • iOS (SwiftUI)
    • Swift Executable Package
    • Desktop (Compose for Desktop)
    • Web (Compose for Web - Wasm based)
    • JVM (small Ktor back end service + Main.kt in common module)
    • MCP server (using same shared KMP code)

    It makes use of The Space Devs API to show information for the people currently in

    space and also Open Notify PeopleInSpace API to show the position of the International Space Station.

    The project is included as sample in the official Kotlin Multiplatform Mobile docs and also the Google Dev Library

    Related posts:

    • Minimal Kotlin Multiplatform project using Compose and SwiftUI
    • Adding some Storage (to) Space
    • Kotlin Multiplatform running on macOS
    • PeopleInSpace hits the web with Kotlin/JS and React
    • Using Koin in a Kotlin Multiplatform Project
    • Jetpack Compose for the Desktop!
    • Comparing use of LiveData and StateFlow in a Jetpack Compose project
    • Wrapping Kotlin Flow with Swift Combine Publisher in a Kotlin Multiplatform project
    • Using Swift Packages in a Kotlin Multiplatform project
    • Using Swift's new async/await when invoking Kotlin Multiplatform code
    • Exploring new AWS SDK for Kotlin
    • Creating a Swift command line app that consumes Kotlin Multiplatform code
    • Exploring New Worlds of UI sharing possibilities in PeopleInSpace using Compose Multiplatform

    Note that this repository very much errs on the side of minimalism to help more clearly illustrate key moving parts of a Kotlin

    Multiplatform project and also to hopefully help someone just starting to explore KMP to get up and running for first time (and is of course

    primarily focused on use of Jetpack Compose and SwiftUI). If you're at the stage of moving

    beyond this then I'd definitely recommend checking out KaMPKit from Touchlab.

    I also have the following samples that demonstrate the use of a variety of Kotlin Multiplatform libraries (and also use Jetpack Compose and SwiftUI).

    • GalwayBus (https://github.com/joreilly/GalwayBus)
    • Confetti (https://github.com/joreilly/Confetti)
    • BikeShare (https://github.com/joreilly/BikeShare)
    • FantasyPremierLeague (https://github.com/joreilly/FantasyPremierLeague)
    • ClimateTrace (https://github.com/joreilly/ClimateTraceKMP)
    • GeminiKMP (https://github.com/joreilly/GeminiKMP)
    • MortyComposeKMM (https://github.com/joreilly/MortyComposeKMM)
    • StarWars (https://github.com/joreilly/StarWars)
    • WordMasterKMP (https://github.com/joreilly/WordMasterKMP)
    • Chip-8 (https://github.com/joreilly/chip-8)

    Building

    Open `PeopleInSpaceSwiftUI' for iOS projects.

    To run backend you can either run ./gradlew :backend:run or run Server.kt directly from Android Studio. After doing that you should then for example be able to open http://localhost:9090/astros_local.json in a browser.

    Compose for Web client (Wasm)

    Similarly for Kotlin/Wasm based version

    `./gradlew :compose-web:wasmBrowserDevelopmentRun

    `

    Compose for Desktop client

    This client is available in compose-desktop module and can be run using ./gradlew :compose-desktop:run.

    Backend code

    Have tested this out in Google App Engine deployment. Using shadowJar plugin to create an "uber" jar and then deploying it as shown below. Should be possible to deploy this jar to other services as well.

    code
    ./gradlew :backend:shadowJar
    gcloud app deploy backend/build/libs/backend-all.jar --appyaml=backend/src/jvmMain/appengine/app.yaml

    Screenshots

    iOS (SwiftUI + CMP)

    Android (Jetpack Compose + CMP)

    Wear OS (Wear Compose)

    Compose for Desktop

    Compose for Web (Wasm based)

    MCP

    The mcp-server module uses the Kotlin MCP SDK to expose an MCP tools endpoint (returning list of people in space) that

    can for example be plugged in to Claude Desktop as shown below. That module uses same KMP shared code (that uses for example Ktor, SQLDelight and Koin)

    Gry_C3FXkAAxVvN

    To integrate the MCP server with Claude Desktop you need to firstly run gradle shadowJar task and then select "Edit Config" under Developer Settings and add something

    like the following (update with your path)

    code
    {
      "mcpServers": {
        "kotlin-peopleinspace": {
          "command": "java",
          "args": [
            "-jar",
            "/Users/john.oreilly/github/PeopleInSpace/mcp-server/build/libs/serverAll.jar",
            "--stdio"
          ]
        }
      }
    }

    Languages, libraries and tools used

    • Kotlin
    • Kotlin Coroutines
    • Kotlinx Serialization
    • Ktor client library
    • Android Architecture Components
    • Koin
    • SQLDelight
    • Jetpack Compose
    • SwiftUI
    • SKIE
    • Coil

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Browserbase

      TypeScript·
      2.7k
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Access Point

      Rust·
      135

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Browserbase

      TypeScript·
      2.7k
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Access Point

      Rust·
      135

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k