MCP bridge to control Inkra, a native macOS Markdown editor with live KaTeX/Mermaid preview and AI assistant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Inkra MCP.
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.
"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:
| Category | Tools |
|---|---|
| Document content | document_get_content, document_set_content, document_insert, document_replace, document_search |
| Document lifecycle | document_open, document_create, document_save |
| Navigation | outline_get, bookmarks_list, bookmark_add, bookmark_remove |
| Folder / files | folder_open, folder_list_files |
| Metadata | frontmatter_get (YAML front-matter parser) |
| View | theme_set (standard / sepia / night), view_mode_set (focus / wide) |
| State | window_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.
See Releases.
Get INKRA_TOKEN from Inkra β Settings β API & Integrations.
Same pattern β stdio MCP server, two env vars.
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.
| Variable | Default | Description |
|---|---|---|
INKRA_PORT | 22300 | Port of Inkra's local HTTP server |
INKRA_TOKEN | (none) | Bearer token from Inkra Settings (required) |
Inkra is a native macOS Markdown editor β not an Electron app. Highlights:
β Get Inkra at store.juergenkoller.software
MIT β see LICENSE. Bridge open source; Inkra app is commercial.
Built by Juergen Koller Software GmbH.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/juergenkoller-software-inkra-mcp)<a href="https://allmcps.com/mcp/juergenkoller-software-inkra-mcp"><img src="https://allmcps.com/api/badge/juergenkoller-software-inkra-mcp?style=directory" alt="Inkra MCP on AllMCPs" /></a>