Skip to content

Commit 4332a52

Browse files
authored
Add pdf-it (#120)
Signed-off-by: mrslbt <marsellbait@gmail.com>
1 parent 1581040 commit 4332a52

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/community.pdf-it.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.pdf-it",
4+
"name": "pdf-it",
5+
"alias": "pdfit",
6+
"description": "Turn markdown into designed PDFs. Cover page, table of contents, code blocks that hold across pages. Anthropic ships a PDF skill for reading PDFs; pdf-it does the other half: composing designed output from markdown. Requires Google Chrome installed locally.",
7+
"logo": "https://github.com/mrslbt.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"documentation",
11+
"productivity"
12+
],
13+
"tags": [
14+
"pdf",
15+
"markdown",
16+
"report",
17+
"claude-code",
18+
"anthropic-skill",
19+
"puppeteer",
20+
"research"
21+
],
22+
"transport": {
23+
"type": "stdio",
24+
"command": "npx",
25+
"args": [
26+
"-y",
27+
"pdf-it-mcp"
28+
]
29+
},
30+
"contributor": {
31+
"name": "Marsel Bait",
32+
"github": "mrslbt",
33+
"url": "https://marselbait.me"
34+
},
35+
"links": {
36+
"repository": "https://github.com/mrslbt/pdf-it",
37+
"documentation": "https://github.com/mrslbt/pdf-it#readme"
38+
},
39+
"platforms": [
40+
"macos",
41+
"linux",
42+
"windows"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": true,
47+
"prompts": true,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)