A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
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.
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.
Convert a Bing search results page to markdown. Call this tool IMMEDIATELY with the search results URL.
Convert a webpage to markdown. Call this tool IMMEDIATELY with the webpage URL.
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.
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.
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.
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.
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.
Convert a remote git repository to a single markdown file using Repomix. Call this tool IMMEDIATELY with the repo URL or owner/repo shorthand.
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.
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!
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.
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.
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!
Find all uncreated/empty [[Wikilinks]] inside an existing Obsidian note and automatically generate structured study notes for each ghost link, expanding your Knowledge Graph!
Save or update a Markdown note directly inside your local Obsidian Vault or via Local REST API.
List all Markdown notes and directories inside your local Obsidian Vault.
Read the Markdown content of an existing note from your Obsidian Vault.
Append new Markdown text or section to the end of an existing note in your Obsidian Vault.
Insert or update content under a specific heading inside an existing Obsidian note.
Search for notes in your Obsidian Vault matching a query keyword or phrase.
Delete a note from your local Obsidian Vault.