Skip to main content
ClaudeWave

Local stdio bridge for Ikuna MCP

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: NPX · ikuna-mcp
Claude Code CLI
claude mcp add ikuna-mcp -- npx -y ikuna-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ikuna-mcp": {
      "command": "npx",
      "args": ["-y", "ikuna-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Ikuna MCP

Connect your AI client to the workspace context in the Ikuna app running on your Mac.

`ikuna-mcp` 0.1.1 is listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=ikuna) as `io.github.RobertoHanas/ikuna-mcp`.

## Connect

1. Install Node.js 18 or later, including `npx`.
2. Open Ikuna and enable the capabilities you want to share in **Settings → AI Connections**.
3. Add this entry to your MCP client's `mcpServers` configuration, keeping your other servers:

```json
"ikuna": { "command": "npx", "args": ["-y", "ikuna-mcp"] }
```

For clients such as Claude Desktop, Claude Code, and Cursor, a complete JSON configuration is:

```json
{
  "mcpServers": {
    "ikuna": {
      "command": "npx",
      "args": ["-y", "ikuna-mcp"]
    }
  }
}
```

For Codex, add this to `~/.codex/config.toml`:

```toml
[mcp_servers.ikuna]
command = "npx"
args = ["-y", "ikuna-mcp"]
startup_timeout_sec = 30
```

Restart or reconnect your MCP client after saving. Ask it to check Ikuna's health, then ask about your workspace. Your available tools depend on the capabilities enabled in Ikuna.

The first run downloads this small package from npm. Later runs use npm's cache. If your client cannot find `npx`, use the full executable path reported by `command -v npx` as `command` and ensure Node.js is on that client's `PATH`.

## Requirements and troubleshooting

This package runs locally on macOS. It requires an Ikuna build that includes the MCP helper at `Contents/bin/ikuna-mcp`.

- **Ikuna is installed but closed:** open Ikuna, leave it running, and reconnect the MCP client. The npm bridge exits with an error when Ikuna is closed; it does not open the app for you.
- **Ikuna is not installed:** install it from [the official Ikuna product page](https://www.brnsft.com/ikuna), open it, and reconnect the MCP client.
- **MCP helper unavailable:** update Ikuna to a build with AI Connections support.
- **Discovery timeout:** quit and reopen Ikuna, then retry. Running-app discovery has a short deadline and errors are written to stderr, never mixed with MCP responses.
- **More than one Ikuna copy running:** quit the extra copies. All copies share the local bridge service, so use one running installation at a time.
- **Tools unavailable or approval required:** review the capabilities in Ikuna's AI Connections settings. Installing this package does not change permissions.

Custom installation locations are discovered automatically from the running app. To select a particular running bundle explicitly:

```json
"ikuna": {
  "command": "npx",
  "args": ["-y", "ikuna-mcp", "--app-path", "/Applications/Ikuna.app"]
}
```

`IKUNA_APP_PATH` is the equivalent environment variable. A selected bundle must already be running. The optional `IKUNA_MCP_CLIENT_ID` environment variable is passed through to Ikuna for connection bookkeeping; it does not grant access.

## How it works

```text
MCP client → npx ikuna-mcp → Ikuna.app/Contents/bin/ikuna-mcp → local XPC bridge → Ikuna
```

The npm package discovers the running Ikuna bundle and launches its embedded native helper with the client's stdio streams. The native helper provides the signed XPC connection, request deadlines, and per-client protocol sessions. Ikuna remains responsible for tools, workspace data, approvals, and mutations. The package has no runtime dependencies, reads no workspace database, and opens no network listener.

The MCP Registry manifest is included as `server.json`. Maintainers can follow [RELEASE.md](RELEASE.md) to publish the npm package and listing together.

Lo que la gente pregunta sobre ikuna-mcp

¿Qué es RobertoHanas/ikuna-mcp?

+

RobertoHanas/ikuna-mcp es mcp servers para el ecosistema de Claude AI. Local stdio bridge for Ikuna MCP Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-16.

¿Cómo se instala ikuna-mcp?

+

Puedes instalar ikuna-mcp clonando el repositorio (https://github.com/RobertoHanas/ikuna-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar RobertoHanas/ikuna-mcp?

+

Nuestro agente de seguridad ha analizado RobertoHanas/ikuna-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene RobertoHanas/ikuna-mcp?

+

RobertoHanas/ikuna-mcp es mantenido por RobertoHanas. La última actividad registrada en GitHub es del 2026-09-16, con 0 issues abiertos.

¿Hay alternativas a ikuna-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ikuna-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: RobertoHanas/ikuna-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/robertohanas-ikuna-mcp)](https://claudewave.com/repo/robertohanas-ikuna-mcp)
<a href="https://claudewave.com/repo/robertohanas-ikuna-mcp"><img src="https://claudewave.com/api/badge/robertohanas-ikuna-mcp" alt="Featured on ClaudeWave: RobertoHanas/ikuna-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ikuna-mcp