kmp-api-lookup-mcp

Heymonth/kmp-api-lookup-mcp
★ 0 stars TypeScript 🗄️ Database Updated 1d ago
Index Kotlin/Native iOS klib APIs with this MCP server for fast symbol lookup and local database management.
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": {
    "kmp-api-lookup-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Heymonth/kmp-api-lookup-mcp"
      ]
    }
  }
}

README Excerpt

You use this tool to look up Apple framework information within Kotlin Multiplatform projects. This application acts as a helper server for your development environment. It changes how you search for symbols, classes, and methods when you work with Kotlin and iOS. The software builds a local index of your klib files. This approach makes your searches run without delay. You see compact cards for each symbol. You also inspect metadata when you need more detail. This tool supports your workflow by

Topics

claude-codeiosklibkmpkotlin-multiplatformkotlin-nativemcpmcp-serversymbol-lookuptypescript