Markdown to any text
Convert markdown to any text format you want
MCP server supported AI Question Copier & Multi-Format Exporter
Turn "AI Noise" into "Classroom Ready" in 5 Seconds.
๐ NEW: MCP Server Support Stop Copy-Pasting Entirely. This tool now functions as an MCP (Model Context Protocol) Server. This means if you use Claude Desktop or any MCP-enabled IDE, the AI can directly send questions to the exporter without you ever hitting Ctrl+C.
Native Integration: Claude can now "see" your export formats.
Direct Pipeline: Ask the AI: "Generate 10 physics questions and export them to my Quizizz CSV via the Copier."
Automated Workflow: Bridge the gap between LLM reasoning and local file generation.
Live demo
Online HTML version AI_answer_copier_website
Test MCP tool in inspector
Use actual MCP instance
The Problem: The "Final Mile" Friction
You asked an AI to write 20 questions. It did a great job. But now youโre stuck:
- The Formatting Nightmare: Spent 30 minutes fixing "Option A" bullet points in Word?
- The LMS Wall: Does your schoolโs platform (Canvas, Moodle, Kahoot) refuse to "just paste" text?
- The Math Glitch: Did your formulas turn into unreadable gibberish during the copy-paste?
Generating questions takes seconds. Formatting them takes an hour. That is a broken workflow.
The Mission (Why This Exists)
Our goal is Zero-Effort Integration. We believe educators and trainers should spend their time evaluating student progress, not wrestling with CSV headers and margin alignments.
โณ Time Saved: A Quick Comparison
| Task | Manual Method | With AI Copier |
|---|---|---|
| Extracting Q&A | 10-15 Mins (Copying each line) | 2 Seconds (Auto-detect) |
| Formatting Math | 20 Mins (Fixing symbols) | Instant ( Support) |
| LMS Integration | 15 Mins (Manual Entry) | 1-Click (CSV/JSON Export) |
| Total Prep Time | ~45-60 Minutes | < 1 Minute |
Key Value Props
Instant "Smart-Parse"
Don't worry about how the AI responded. Whether it gave you numbered lists, bold text, or raw blocks, our parser identifies Question, Options, and Answer Keys instantly.
Multi-Destination Export
One source, infinite possibilities. Export to:
- Kahoot/Quizizz: Ready-to-upload Excel templates.
- Print: Beautifully formatted PDFs for physical exams.
- LMS: JSON/XML for Canvas, Blackboard, or Moodle.
- Dev-Ready: Markdown for your personal documentation.
Perfect Math & Code
We treat equations and code blocks as first-class citizens. No more broken $\sqrt{x}$ or un-indented Python snippets.
How it Saves Your Day
- Paste: Throw any messy AI output into the hopper.
- Verify: See your questions neatly organized in a clean UI.
- Blast: Export to 3 different formats at once and get back to your coffee.
The Ultimate Goal
To reclaim 5 hours of your week. By removing the technical barrier between AI intelligence and classroom delivery, we empower teachers to create more frequent, higher-quality assessments without the burnout.
Key Features
Intelligent Extraction
Our AI engine doesn't just "copy" text; it understands the structure. It automatically identifies:
- Question Stems
- Multiple Choice Options (distractors vs. correct answers)
- Explanation/Rationale
- Difficulty Levels & Tags
Multi-Format Exporting
Don't be locked into one ecosystem. Move your questions wherever you need them:
- PDF/Word: Professional handouts for physical exams.
- CSV/Excel: Bulk upload to Kahoot, Quizizz, or Google Forms.
- JSON: Seamless integration for developers and custom LMS.
- Markdown: Perfect for documentation and GitHub-based learning.
Math & Code Ready
Whether you are a Chemistry teacher or a Coding bootcamp instructor, we've got you covered. Full support for equations and syntax-highlighted code snippets.
How It Works
- Generate: Use your favorite AI (ChatGPT, Claude, Gemini) to create a set of questions.
- Copy: Paste the raw AI response into the Copier.
- Export: Choose your format and hit Download.
Installation & Usage
For Developers
# Clone the repository
git clone https://github.com/XJTLUmedia/AI_answer_copier.git
# Install dependencies
npm install
# Start the dev server
npm run dev
# Use MCP server
cd mcp-server
npm install
npm run build
๐ How to Bind to AI Tools (MCP)
To use these 14 tools directly inside MCP like Claude, edit your configuration file:
- Open
%APPDATA%\Claude\claude_desktop_config.json(Windows) or~/Library/Application Support/Claude/claude_desktop_config.json(Mac). - Add the following entry to the
mcpServerslist:
{
"mcpServers": {
"markdown-formatter": {
"command": "node",
"args": [
"YOUR_PATH_TO_PROJECT/mcp-server/dist/mcp-server/src/index.js"
]
}
}
}
Note: Replace YOUR_PATH_TO_PROJECT with the absolute path to this folder.
You can use live demo instance on vercel using
npx @modelcontextprotocol/inspector https://ai-answer-copier.vercel.app/api/mcp
- Restart Claude Desktop. You will now see a ๐ icon and all 14 tools (DOCX, PDF, XLSX, etc.) will be available for the AI to use automatically.
For Educators
Simply visit your vite at port 5173 AI_answer_copier
Contributing
We love help!!! if you find any other circumstances where this project can be improved. Please consider make a pull request.
Related Servers
WordPress MCP Server
A secure bridge between AI assistants and WordPress, enabling site management and content operations through natural language.
GoPluto AI MCP
MCP for quick human experts
Google Calendar
Integrates with Google Calendar to manage events, reminders, and schedules using OAuth 2.0.
md-pdf-mcp
Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab.
Cal.com Calendar
Integrates with the Cal.com Calendar API for appointment scheduling.
Ads MCP
Remote MCP server for Ad campaign planning, research, and cross-platform ad creation. Supports Google Ads Search & Performance Max and TikTok at launch, with additional networks planned.
Outlook Meetings Scheduler
Schedule meetings in Microsoft Outlook using the Microsoft Graph API.
Xero
Interact with the Xero Accounting Software API.
PinkRoosterMcp
Self-hosted project management system built for AI coding agents. 24 MCP tools with automatic state cascades, dependency tracking, autonomous implementation loop, and a React dashboard. One-command Docker setup.
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.