Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Markdownify MCP Server - UTF-8 Enhanced
Claim
by
JDJR2024
GitHub
File Systems
Developer Tools
TypeScript
MIT License
4
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
markdownify-mcp-utf8
src
.gitignore
LICENSE
package.json
pnpm-lock.yaml
pyproject.toml
.python-version
README-CN.md
README.md
setup.sh
tsconfig.json
uv.lock
{
"
name
"
:
"
mcp-markdownify-server-utf8
"
,
"
version
"
:
"
0.0.1
"
,
"
description
"
:
"
MCP Markdownify Server with UTF-8 Support - Model Context Protocol Server for Converting Almost Anything to Markdown
"
,
"
license
"
:
"
MIT
"
,
"
author
"
:
"
quasimodo-XY (Based on work by @zcaceres)
"
,
"
homepage
"
:
"
https://github.com/JDJR2024/markdownify-mcp-utf8
"
,
"
bugs
"
:
"
https://github.com/JDJR2024/markdownify-mcp-utf8/issues
"
,
"
type
"
:
"
module
"
,
"
bin
"
: {
"
mcp-markdownify-server
"
:
"
dist/index.js
"
},
"
files
"
: [
"
dist
"
],
"
scripts
"
: {
"
build
"
:
"
tsc && shx chmod +x dist/*.js
"
,
"
prepare
"
:
"
npm run build
"
,
"
dev
"
:
"
tsc --watch
"
,
"
preinstall
"
:
"
./setup.sh
"
,
"
start
"
:
"
node dist/index.js
"
,
"
test
"
:
"
bun test
"
,
"
test:watch
"
:
"
bun test --watch
"
},
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
1.0.1
"
,
"
zod
"
:
"
^3.24.1
"
},
"
devDependencies
"
: {
"
@types/node
"
:
"
^22.9.3
"
,
"
bun
"
:
"
^1.1.41
"
,
"
sdk
"
:
"
link:@types/modelcontextprotocol/sdk
"
,
"
shx
"
:
"
^0.3.4
"
,
"
ts-jest
"
:
"
^29.2.5
"
,
"
typescript
"
:
"
^5.6.2
"
},
"
keywords
"
: [
"
markdown
"
,
"
converter
"
,
"
utf8
"
,
"
multilingual
"
,
"
mcp
"
,
"
model-context-protocol
"
]
}