juergenkoller-software/inkra-mcp

🏒 Workplace & Productivity
0 Views
0 Installs

🏠 🍎 - MCP bridge for Inkra β€” native macOS Markdown editor (SwiftUI + AppKit, not Electron) with live KaTeX/Mermaid preview. 18 MCP tools for document editing, outline navigation, folder browsing, bookmarks, and view modes.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "juergenkoller-software-inkra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "juergenkoller-software-inkra-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Inkra MCP Server

Swift Platform License MCP juergenkoller-software/inkra-mcp MCP server

Drive a native macOS Markdown editor from Claude, Cursor, or any MCP client.

This is the official Model Context Protocol bridge for Inkra β€” a native macOS Markdown editor (SwiftUI + AppKit, not Electron) with live KaTeX/Mermaid preview and a built-in AI assistant.

You need the Inkra app installed and running. This MCP server is a stdio→HTTP bridge — Inkra owns the document state, undo stack, syntax highlighting, and rendering. Get Inkra at store.juergenkoller.software/apps/inkra.


What you can do

"Claude, open ~/Notes/2026-thesis.md, find every heading that contains 'TODO', add a checkbox after it, and save."

"Cursor, list all files in the current folder, bookmark the H2 'Methodology', and switch to Focus Mode."

The MCP server exposes 18 tools across these categories:

CategoryTools
Document contentdocument_get_content, document_set_content, document_insert, document_replace, document_search
Document lifecycledocument_open, document_create, document_save
Navigationoutline_get, bookmarks_list, bookmark_add, bookmark_remove
Folder / filesfolder_open, folder_list_files
Metadatafrontmatter_get (YAML front-matter parser)
Viewtheme_set (standard / sepia / night), view_mode_set (focus / wide)
Statewindow_info

Every tool operates on the currently open document in the Inkra app β€” so AI agents see exactly what you see, edits show up live with syntax highlighting and preview, and undo/redo work in the app's normal undo stack.


Installation

Prerequisites

  1. macOS 14 (Sonoma) or later
  2. Inkra app installed and running β€” get it here (free during beta, available on Mac App Store and direct download)
  3. Swift 5.9+ (Xcode 15+) if building from source

Build from source

git clone https://github.com/juergenkoller-software/inkra-mcp.git
cd inkra-mcp
swift build -c release
# Binary: .build/release/InkraMCP

Pre-built binary

See Releases.


Configuration

Claude Desktop

{
  "mcpServers": {
    "inkra": {
      "command": "/path/to/InkraMCP",
      "env": {
        "INKRA_PORT": "22300",
        "INKRA_TOKEN": "your-token-here"
      }
    }
  }
}

Get INKRA_TOKEN from Inkra β†’ Settings β†’ API & Integrations.

Claude Code

claude mcp add inkra /path/to/InkraMCP \
  --env INKRA_PORT=22300 \
  --env INKRA_TOKEN=your-token-here

Cursor / other MCP clients

Same pattern β€” stdio MCP server, two env vars.


How it works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  JSON-RPC stdio   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  HTTP+Bearer   β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Claude/Cursor β”‚ ───────────────►  β”‚  InkraMCP      β”‚ ─────────────► β”‚  Inkra.app     β”‚
β”‚  (MCP client)  β”‚ ◄───────────────  β”‚   (this repo)  β”‚ ◄───────────── β”‚  (port 22300)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

The bridge forwards JSON-RPC over stdio to Inkra's local HTTP MCP endpoint. The app handles document state (NSTextView with TextKit 2), AST-based syntax highlighting, KaTeX/Mermaid live preview, undo/redo, session restore, and exports.


Environment variables

VariableDefaultDescription
INKRA_PORT22300Port of Inkra's local HTTP server
INKRA_TOKEN(none)Bearer token from Inkra Settings (required)

About Inkra

Inkra is a native macOS Markdown editor β€” not an Electron app. Highlights:

  • Native β€” SwiftUI + AppKit, real macOS performance
  • Live preview β€” KaTeX formulas, Mermaid diagrams, code highlighting rendered in real time via WKWebView
  • Focus mode + wide mode β€” distraction-free writing
  • Built-in AI assistant β€” Claude, OpenAI, Ollama, or Inkra KI (dedicated endpoint, no API key needed)
  • Export β€” HTML and PDF with full layout, formulas, diagrams, code blocks
  • Session restore β€” folder, file, cursor, scroll position
  • MCP server (this repo) + REST API with Swagger UI
  • 23 EU language localizations
  • Available on Mac App Store + direct download

β†’ Get Inkra at store.juergenkoller.software


License

MIT β€” see LICENSE. Bridge open source; Inkra app is commercial.

Issues & support

Built by Juergen Koller Software GmbH.

Related MCP Servers

6figr-com/jobgpt-mcp-server

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for JobGPT β€” search jobs, auto-apply, generate tailored resumes, track applications, and find recruiters from any MCP client. 34 tools for job search, applications, resumes, and outreach.

🏒 Workplace & Productivity0 views
Agentled/mcp-server

πŸ“‡ ☁️ - AI-native workflow orchestration with long-term memory, 100+ integrations, and unified credits. 32 MCP tools for building and running intelligent business workflows β€” lead enrichment, content publishing, company research, media production, and more. Knowledge Graph that learns across executions.

🏒 Workplace & Productivity0 views
alex13slem/openproject-codex-plugin

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as io.github.alex13slem/openproject in the official MCP Registry and installable with npx -y openproject-codex-plugin.

🏒 Workplace & Productivity0 views
ap311036/ews-meeting-mcp

🐍 🏠 🍎 πŸͺŸ 🐧 - Safely schedule Outlook meetings on on-prem Exchange EWS. Resolves attendees, discovers rooms, suggests slots, and requires preview-confirmed create/update/cancel writes with local credential handling and audit-friendly lifecycle records.

🏒 Workplace & Productivity0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.