Skip to main content
Glama

mcp-pandoc

by vivekVells
smithery.yaml723 B
name: mcp-pandoc version: "1.0.0" # specify how Smithery launches the MCP server startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object properties: {} # using uv run mcp-pandoc as your startup command commandFunction: |- () => ({ command: "uv", args: ["run", "mcp-pandoc"] }) # dependencies to be installed by Smithery before running your tool dependencies: system: # for system-level OS packages - pandoc - texlive-xetex # full TeX Live for PDF support python: # pip-installable Python packages - uv # the UV runner package - mcp-pandoc # ensure your own package is installed in the environment

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vivekVells/mcp-pandoc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server