# markview

Native macOS markdown previewer with MCP server for Claude Code. Lets AI assistants preview markdown and open files in a native Swift app with GFM rendering, Mermaid diagrams, syntax highlighting, an…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add markview/markview

# Browse available tools
npx -y @smithery/cli@latest tool list markview/markview

# Get full schema for a tool
npx -y @smithery/cli@latest tool get markview/markview preview_markdown

# Call a tool
npx -y @smithery/cli@latest tool call markview/markview preview_markdown '{}'
```

## Direct MCP Connection

Endpoint: `https://markview--markview.run.tools`

## Tools (2)

- `preview_markdown` — Render markdown content in the MarkView macOS preview app.
- `open_file` — Open an existing markdown file in the MarkView macOS app.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get markview/markview <tool-name>
```
