MarkdownPointer is a tool that allows users to interactively reference elements in Markdown documents for AI assistance. It connects to AI services like Claude to enable document navigation and export functionalities.
From the registry: Markdown viewer for AI-assisted document review. Click any element to copy file path + line number.
$ Install-Module MarkdownPointerPlease install the `markdown-pointer` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **PowerShell 7** — Required to install MarkdownPointer module (https://learn.microsoft.com/powershell/scripting/install/install-powershell-on-windows)
- **.NET 10 Desktop Runtime** — Required for the MCP server to run on Windows (https://dotnet.microsoft.com/download/dotnet/10.0)
- **Install MarkdownPointer module** — Install the PowerShell module Run: `Install-Module MarkdownPointer`
Canonical MCP server config (stdio transport):
- command: `node`
- args: []
Note: Windows-only. Use `Register-MdpToClaudeCode` or `Register-MdpToClaudeDesktop` PowerShell commands to auto-register. Command path obtained via `Get-MarkdownPointerMCPPath -Escape`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…