Servers
mcp-pandoc: A Document Conversion MCP Server
@vivekVells
MCP server for document format conversion using pandoc.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-pandoc": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-pandoc",
"--client",
"claude"
]
}
}
}