MCP Hub
Back to servers

MarkdownPointer

Markdown viewer for AI-assisted document review. Click any element to copy file path + line number.

Updated
Feb 7, 2026

MarkdownPointer

A Markdown viewer designed for AI-assisted document review. Click any rendered element to copy its file path and line number to clipboard - perfect for pointing AI to specific locations in your documents.

Key Feature: Pointing Mode

When reviewing AI-generated Markdown, click any element (headings, paragraphs, code blocks, Mermaid nodes, etc.) to instantly copy a reference like:

C:\docs\report.md:42

Paste this into your AI prompt to precisely point to the location that needs revision.

Features

  • Pointing Mode - Click any element to copy file path + line number
  • Mermaid Diagrams - Flowchart, Sequence, Class, State, ER, Gantt, Pie, Git graph, Mindmap
  • KaTeX Math - Inline ($...$) and block ($$...$$) math expressions
  • Multi-Tab Interface - Open multiple files with drag-and-drop tab reordering
  • File Watching - Auto-reload on file changes
  • MCP Server - Integration with Claude Code, Claude Desktop and other MCP clients

Requirements

Installation

  1. Download the latest zip from Releases
  2. Extract to a folder (e.g., C:\Tools\MarkdownPointer)
  3. Configure MCP Server for your AI client (see below)

You can also open files directly from the command line:

C:\Tools\MarkdownPointer\mdp.exe README.md
Build from Source
git clone https://github.com/yotsuda/MarkdownPointer.git
cd MarkdownPointer
.\Build-Deploy.ps1 -Platform win-x64
# Output: dist\MarkdownPointer-win-x64.zip

MCP Server Setup

MarkdownPointer includes an MCP server for integration with Claude Code, Claude Desktop, and other MCP clients.

Claude Code (Recommended)

claude mcp add mdp C:\Tools\MarkdownPointer\mdp-mcp.exe

Example prompts:

  • "open README.md in mdp"
  • "show the report in mdp and scroll to line 50"

Other MCP Clients

mdp-mcp.exe is a standard MCP server using stdio transport. Configure your MCP client to run:

C:\Tools\MarkdownPointer\mdp-mcp.exe

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "mdp": {
      "command": "C:\\Tools\\MarkdownPointer\\mdp-mcp.exe"
    }
  }
}

Available MCP Tools

ToolDescriptionParameters
show_markdownOpen a Markdown or SVG filepath, line?

Usage

Pointing Mode

  1. Click the 👆 button in the toolbar to enable pointing mode
  2. Click any element in the rendered Markdown
  3. The file path and line number are copied to clipboard
  4. Paste into your AI prompt

Keyboard Shortcuts

ShortcutAction
Ctrl+OOpen file
Ctrl+WClose current tab
Ctrl+TabNext tab
Ctrl+Shift+TabPrevious tab
F5Reload current file

License

MIT License

Reviews

No reviews yet

Sign in to write a review