📡 MCP Radar

tokenbleed/nibkit

Decompiler for compiled iOS/macOS interface files (.nib, .storyboardc): object tree, wiring, custom classes, navigation graphs

7 stars
0 forks
Go
momentum ▲ 17.5
created 2026-08-14
on radar since 2026-08-16
star trend 3 → 7 since 2026-08-16
clidecompilergoiosmacosmcpmcp-servernibreverse-engineeringstoryboard
View on GitHub ↗

About nibkit

image:https://github.com/tokenbleed/nibkit/actions/workflows/ci.yml/badge.svg[build status,link=https://github.com/tokenbleed/nibkit/actions/workflows/ci.yml]

Decompiler for compiled iOS/macOS interface files. Parses .nib and .storyboardc files (the format real apps ship), extracts object structure, wiring, custom classes, and the navigation graph. Single static Go binary, stdlib only, cross-compiles anywhere. Also runs as an MCP server, so AI coding tools can decode nibs directly.

strings gives you tokens. nibkit gives you relationships: which control fires which selector, which custom class backs which scene, how navigation flows, and what runtime attributes were set.

[source,sh] ---- brew install tokenbleed/tap/nibkit ----

[source,sh] ---- go install github.com/tokenbleed/nibkit@latest ----

Prebuilt binaries for darwin and linux (arm64 and amd64) are on the https://github.com/tokenbleed/nibkit/releases[releases] page. No runtime dependencies.

nibkit mcp speaks the Model Context Protocol over stdio (newline-delimited JSON-RPC, no dependencies), exposing the read-only commands as tools: nibkitwiring, nibkitclasses, nibkitsegues, nibkittree, nibkitall, nibkitinfo. Each takes one path argument (any input the CLI accepts, including .ipa and .app).

[source,sh] ---- claude mcp add nibkit -- nibkit mcp ----

[source,json] ---- { "mcp": { "nibkit": { "type": "local", "command": ["nibkit", "mcp"] } } } ----

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/tokenbleed--nibkit.html)

Related MCP servers

MarlonJD/apple-debug-mcp

Local, capability-aware MCP server for authorized AI-assisted macOS and iOS debugging, Simulator/device workflows, Apple binary analysis, profiling, and reproducible evidence.

⭐ 6Swift
arxdsilva/vault

A minimal, keyboard-first file manager that replaces Finder and Explorer. Search-first navigation, instant preview, OS-trash-only deletes. Go + Wails.

⭐ 3Go
aka-kika/hig-mcp

MCP server serving Apple Human Interface Guidelines as structured design tokens for AI coding agents — post-WWDC25 system colors, Liquid Glass constraints, SwiftUI mappings.

⭐ 31Python
vshulcz/deja-vu

Your agents already solved this. deja finds it — retroactive search and MCP recall over the session logs your coding agents already wrote. Cross-agent, SSH-portable, one zero-dep binary, fully local.

⭐ 391Go
enowdev/succubus

Cross-agent coordination for AI coding agents. One daemon, one database — so multiple agents in one repo can see each other's plan, tasks, and file claims.

⭐ 15Go
Resetnak/cooldeck

Keyboard-first terminal dashboard for Coolify: deployments, live logs across your whole fleet, and an MCP server for your agent

⭐ 9Go

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.