gurupdf-mcp 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/gurupdf-mcp)
|
|
4
4
|
[](https://github.com/GuruPDF/gurupdf-mcp/blob/main/LICENSE)
|
|
5
|
+
[](https://glama.ai/mcp/servers/GuruPDF/gurupdf-mcp)
|
|
6
|
+
[](https://glama.ai/mcp/servers/GuruPDF/gurupdf-mcp)
|
|
5
7
|
|
|
6
8
|
A free **[Model Context Protocol](https://modelcontextprotocol.io) (MCP) server** that lets Claude, Cursor, VS Code, Windsurf and other AI agents **convert, compress, merge, split and edit PDFs — and convert between 100+ file formats** (Word, Excel, PowerPoint, JPG, PNG, HEIC, ebooks, and more), right on your own machine. Powered by [GuruPDF](https://gurupdf.com).
|
|
7
9
|
|
|
@@ -124,6 +126,8 @@ Each tool costs a few credits. Free accounts get **daily credits** (refreshed ev
|
|
|
124
126
|
|
|
125
127
|
## Links
|
|
126
128
|
|
|
129
|
+
- Landing page: [gurupdf.com/mcp](https://gurupdf.com/mcp)
|
|
130
|
+
- Guide: [Convert files in Claude & Cursor with the GuruPDF MCP](https://gurupdf.com/blog/file-conversion-mcp-for-claude-and-cursor)
|
|
127
131
|
- Website: [gurupdf.com](https://gurupdf.com)
|
|
128
132
|
- API docs: [gurupdf.com/api/docs](https://gurupdf.com/api/docs)
|
|
129
133
|
- Pricing: [gurupdf.com/pricing](https://gurupdf.com/pricing)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gurupdf-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Model Context Protocol server for GuruPDF — convert, compress, merge and edit PDFs and 100+ file formats from any AI agent (Claude, Cursor, VS Code, Windsurf).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"mcpName": "io.github.GuruPDF/gurupdf-mcp",
|