thesis-mcp-server

GrapCharm/thesis-mcp-server
★ 0 stars Python 📦 Other Updated today
毕业论文格式规范审查 MCP,支持 Word 文档解析、.doc/.docx 互转、自动修正格式
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "thesis-mcp-server": {
      "command": "uvx",
      "args": [
        "thesis-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install thesis-mcp-server