Skip to content

Commit cec8520

Browse files
authored
Add markitdown mcp server. (github#174)
1 parent 6ae0240 commit cec8520

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

servers/markitdown/server.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: markitdown
2+
image: mcp/markitdown
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
- markdown
9+
- conversion
10+
- pdf
11+
- docx
12+
- pptx
13+
- xlsx
14+
- html
15+
- audio
16+
- youtube
17+
about:
18+
title: Markitdown
19+
description: A lightweight MCP server for calling MarkItDown.
20+
icon: https://avatars.githubusercontent.com/u/6154722?v=4
21+
source:
22+
project: https://github.com/microsoft/markitdown
23+
directory: packages/markitdown-mcp
24+
run:
25+
volumes:
26+
- '{{markitdown.paths|volume|into}}'
27+
config:
28+
description: The MCP server is allowed to access these paths
29+
parameters:
30+
type: object
31+
properties:
32+
paths:
33+
type: array
34+
items:
35+
type: string
36+
default:
37+
- /Users/local-test
38+
required:
39+
- paths

0 commit comments

Comments
 (0)