Skip to content

Commit 6ae0240

Browse files
authored
Add markdownify-mcp server. (github#173)
1 parent 7da0d3f commit 6ae0240

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

servers/markdownify/server.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: markdownify
2+
image: mcp/markdownify
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: Markdownify
19+
description: A Model Context Protocol server for converting almost anything to Markdown.
20+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
21+
source:
22+
upstream: https://github.com/zcaceres/markdownify-mcp
23+
project: https://github.com/cmrigney/markdownify-mcp
24+
branch: add-dockerfile
25+
run:
26+
volumes:
27+
- '{{markdownify.paths|volume|into}}'
28+
config:
29+
description: The MCP server is allowed to access these paths
30+
parameters:
31+
type: object
32+
properties:
33+
paths:
34+
type: array
35+
items:
36+
type: string
37+
default:
38+
- /Users/local-test
39+
required:
40+
- paths

0 commit comments

Comments
 (0)