AI Agent Hub
Back to skills
Thesis Tutor MCP Server icon

Thesis Tutor MCP Server

Education Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_e62481f0/thesis-tutor-mcp into your AI assistant.

About this skill

What it solves

Common thesis blockers are not simply lack of writing ability; they include unstable topic choice, repeated outline changes, hard-to-apply advisor feedback, missing pre-submission checks, and limited rehearsal for the defense. Thesis Tutor MCP packages the thesis tutoring workflow into a set of MCP tools that AI agents can call, making it useful when thesis assistance needs to be embedded in an existing workflow, RAG assistant, or agent orchestration layer.

How it works

It wraps the thesis-tutor skill as an MCP server and converts thesis tasks into tool calls:

  • Topic phase: get_topic_suggestions generates candidate topics, supported by the built-in topic_selection guide.
  • Writing phase: generate_outline builds an outline, review_chapter annotates a paragraph, and interpret_feedback turns advisor feedback into actionable revisions.
  • Quality checks: run_checklist runs pre-submission checks, while plagiation_guide covers plagiarism and AI-detection considerations.
  • Defense and materials: simulate_defense rehearses the defense, and list_references / get_reference query built-in reference files.

Callers do not need to know the internal templates; they select tools by task, and MCP returns structured advice or document content.

Caveats

The skill is oriented toward tutoring and checks, not a replacement for advisor review, university plagiarism systems, or formal academic standards. Its built-in materials focus on method and writing support, such as literature reviews, quantitative/qualitative research, and outline templates, so they should not be used directly as factual thesis citations. Treat outputs as drafts, revision lists, and practice materials; verify key claims against discipline requirements and primary sources.

Use Cases

  • Use topic suggestions during thesis scoping to generate several comparable candidate titles for review.
  • Pass advisor feedback to the feedback tool to turn vague comments into an actionable chapter revision list.
  • Run the checklist before submission to list unresolved structure, citation, and plagiarism-check issues.
  • Rehearse the defense by generating likely questions and response points around the thesis argument.

Best For

  • Education tooling developers who need thesis topic, outline, and advisor-feedback tools inside AI agent workflows.
  • Graduate students writing a thesis who need topic diagnosis, chapter review, and pre-submission checks.
  • Advisors or TAs who want built-in method guides to help students structure their thesis workflow.
  • Engineers integrating MCP thesis tutoring tools into learning assistants or agent orchestration platforms.