Mcp Markdownify Server

v1.2.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "mcp-markdownify-server": {
      "url": "https://markitdown-6a64b131-team-rhooks-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "mcp-markdownify-server": {
      "serverUrl": "https://markitdown-6a64b131-team-rhooks-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.mcp-markdownify-server]
url = "https://markitdown-6a64b131-team-rhooks-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://markitdown-6a64b131-team-rhooks-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
youtube-to-markdown

Convert or summarize a YouTube video in Markdown. Fetches video title, metadata, description, and full transcript. When the user asks to "summarize" or get "main points" of a YouTube video, call this tool immediately to fetch the transcript, then summarize the key takeaways in clean, structured Markdown bullet points.

pdf-to-markdown

DIRECTLY convert any PDF document (.pdf) to markdown text! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="gg.pdf") whenever the user mentions a PDF or attached file. DO NOT ask the user for an absolute path or refuse; the server automatically locates files in Downloads, Desktop, Documents, or current folder.

bing-search-to-markdown

Convert a Bing search results page to markdown. Call this tool IMMEDIATELY with the search results URL.

webpage-to-markdown

Convert a webpage to markdown. Call this tool IMMEDIATELY with the webpage URL.

image-to-markdown

DIRECTLY convert any image file (.png, .jpg, .jpeg) to markdown description! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="photo.png") whenever the user mentions an image. DO NOT ask for an absolute path or refuse.

audio-to-markdown

DIRECTLY transcribe and convert any audio file (.mp3, .wav, .m4a, .mp4) to markdown text using built-in speech recognition! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="sample_audio.mp3") whenever the user asks to transcribe, read, or convert an audio file. DO NOT tell the user to convert the audio manually or ask for another format; this tool handles MP3/WAV audio transcription directly.

docx-to-markdown

DIRECTLY convert any DOCX document (.docx) to markdown text! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="doc.docx") whenever the user mentions a DOCX file. DO NOT ask for an absolute path or refuse.

xlsx-to-markdown

DIRECTLY convert any XLSX spreadsheet (.xlsx) to markdown table text! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="sheet.xlsx") whenever the user mentions an XLSX file. DO NOT ask for an absolute path or refuse.

pptx-to-markdown

DIRECTLY convert any PPTX presentation (.pptx) to markdown text! Call this tool IMMEDIATELY with the filename or path (e.g. filepath="slides.pptx") whenever the user mentions a PPTX file. DO NOT ask for an absolute path or refuse.

git-repo-to-markdown

Convert a remote git repository to a single markdown file using Repomix. Call this tool IMMEDIATELY with the repo URL or owner/repo shorthand.

get-markdown-file

Read and return the contents of an existing markdown file. Call this tool IMMEDIATELY with the filename or path (e.g. filepath="notes.md"). DO NOT ask for an absolute path.

obsidian-generate-quiz

DIRECTLY scan your Obsidian Vault notes on any topic (e.g. "programming", "python", "oops", "java", or all notes), analyze key concepts, syntax, and definitions, and generate an interactive Practice Exam/Quiz with MCQs, code prediction questions, answer keys, and source note Wikilinks saved straight to your vault!

obsidian-show-graph

DIRECTLY render your full Obsidian Vault Knowledge Graph interactively inside the MCP Client UI widget! Shows all vault notes, concept links, and inter-note connections without creating or converting any new notes.

obsidian-convert-and-save

DIRECTLY convert OR summarize any PDF, YouTube video, Audio transcript, Webpage, or Office file into Markdown AND save it straight into your Obsidian Vault as a neat, short note with key points! Defaults to mode="summary_only" for concise structured summaries.

obsidian-generate-topic-note

DIRECTLY generate comprehensive, structured Markdown study notes on ANY topic (e.g. "OOPS Concept", "System Design", "Data Structures", "Quantum Computing") AND save it straight into your Obsidian Vault with code examples, key pillars, executive summary, and automatic Knowledge Graph Wikilinks!

obsidian-fill-uncreated-links

Find all uncreated/empty [[Wikilinks]] inside an existing Obsidian note and automatically generate structured study notes for each ghost link, expanding your Knowledge Graph!

obsidian-save-note

Save or update a Markdown note directly inside your local Obsidian Vault or via Local REST API.

obsidian-list-notes

List all Markdown notes and directories inside your local Obsidian Vault.

obsidian-get-note

Read the Markdown content of an existing note from your Obsidian Vault.

obsidian-append-note

Append new Markdown text or section to the end of an existing note in your Obsidian Vault.

obsidian-patch-note

Insert or update content under a specific heading inside an existing Obsidian note.

obsidian-search-notes

Search for notes in your Obsidian Vault matching a query keyword or phrase.

obsidian-delete-note

Delete a note from your local Obsidian Vault.