AI Answer Copier
A Model Context Protocol (MCP) server that gives your AI assistant the power to convert Markdown into 14 professional document formats — PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG, and more. Stop copy-pasting. Let the AI do the exporting.
README
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.
<img width="1018" height="480" alt="image" src="https://github.com/user-attachments/assets/da33b251-f9fe-4bd5-941f-cb92f42350b9" />
npm link: https://www.npmjs.com/package/@xjtlumedia/markdown-mcp-server
Live demo
Online HTML version AI_answer_copier_website
<img width="1327" height="732" alt="live_demo1" src="https://github.com/user-attachments/assets/ed6b9b14-2778-45c7-a27d-c3cc8afd9cd9" /> <img width="1170" height="831" alt="live_demo2" src="https://github.com/user-attachments/assets/98c81708-e1e7-45e4-b27c-44450f51c017" />
Test MCP tool in inspector <img width="1436" height="491" alt="MCP server" src="https://github.com/user-attachments/assets/882ba600-6a33-41f7-9fdb-ff56e6fa346d" />
Use actual MCP instance <img width="925" height="567" alt="MCP1" src="https://github.com/user-attachments/assets/0edb36da-c048-4062-84a7-5521ad7b0f7f" /> <img width="950" height="608" alt="MCP2" src="https://github.com/user-attachments/assets/0dd0c695-1c5a-41ab-9acd-f071b683e3a2" />
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 in production environment
# Use MCP server
cd mcp-server
npm install
npm run build
npm run preview
If you choose to deploy this using npm in your local computer
Simply visit your vite at port 5173 AI_answer_copier
or you can use the demo or online version stated above
🔌 How to Bind to AI Tools (MCP)
<img width="805" height="621" alt="image" src="https://github.com/user-attachments/assets/b012a055-b595-446a-9c12-934239f3d63b" />
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:
Npm version
{
"mcpServers": {
"ai-answer-copier": {
"command": "npx",
"args": ["-y", "@xjtlumedia/markdown-mcp-server"]
}
}
}
DIY version
{
"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.
Online version
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.
Contributing
We love help!!! if you find any other circumstances where this project can be improved. Please consider make a pull request.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。