Skip to content

Commit 43676b1

Browse files
yotsudaclaude
andcommitted
Update README: simplify MCP setup with Register cmdlets, add missing tools
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e0005c6 commit 43676b1

1 file changed

Lines changed: 8 additions & 24 deletions

File tree

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ mdp # Just launch the viewer
6060

6161
## MCP Server Setup
6262

63-
Connect MarkdownPointer to Claude Code so your AI can open and navigate documents directly.
63+
Connect MarkdownPointer to Claude so your AI can open and navigate documents directly.
6464

65-
### Claude Code
65+
Run these in PowerShell 7:
6666

6767
```powershell
68-
claude mcp add mdp -s user -- "$(Get-MarkdownPointerMCPPath)"
68+
Register-MdpToClaudeCode # Claude Code
69+
Register-MdpToClaudeDesktop # Claude Desktop
6970
```
7071

7172
Then just ask Claude:
@@ -77,35 +78,18 @@ Then just ask Claude:
7778
- "import presentation.pptx to markdown"
7879
- "show me slide 3 of slides.md"
7980

80-
### Claude Desktop
81-
82-
Run this in PowerShell to get the path for your environment:
83-
84-
```powershell
85-
Get-MarkdownPointerMCPPath -Escape
86-
```
87-
88-
Then add to `claude_desktop_config.json`:
89-
90-
```json
91-
{
92-
"mcpServers": {
93-
"mdp": {
94-
"command": "<paste the output here>"
95-
}
96-
}
97-
}
98-
```
99-
10081
### MCP Tools
10182

10283
| Tool | Description |
10384
|------|-------------|
10485
| `show_markdown` | Open files and scroll to a line |
10586
| `get_status` | Get current window/tab state |
10687
| `slide_control` | Navigate reveal.js slides |
88+
| `get_slide_info` | Get slide shapes and content as text |
89+
| `get_slide_image` | Get a slide as PNG image (requires PowerPoint) |
10790
| `export_document` | Export to .pptx (built-in) or .docx (Pandoc) |
108-
| `import_pptx` | Import PPTX to Markdown + extract images to assets/ |
91+
| `import_document` | Import .docx/.pptx to Markdown + extract images |
92+
| `tag_asset` | Tag imported files and images in index.json |
10993

11094
## Keyboard Shortcuts
11195

0 commit comments

Comments
 (0)