What is the shuck-file MCP server?
Any file in, Markdown out — read only what matters.
How to install shuck-file
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shuck-file": {
"command": "uvx",
"args": [
"shuck-file"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shuck-file": {
"command": "uvx",
"args": [
"shuck-file"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shuck-file": {
"command": "uvx",
"args": [
"shuck-file"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shuck-file": {
"type": "stdio",
"command": "uvx",
"args": [
"shuck-file"
]
}
}
}Claude Code
claude mcp add shuck-file -- uvx shuck-fileRelated MCP servers
shuck-convert
Maintained
Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.
1
View repository →Python
MIT