MCP Directory
Back

MGMT-Paper-Skills

by HaonanAlex · Python · ★ 118

Management research paper skills and MCP workflows for Codex and Claude

Install

pip install git+https://github.com/HaonanAlex/MGMT-Paper-Skills.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mgmt-paper-skills": {
      "command": "uvx",
      "args": [
        "git+https://github.com/HaonanAlex/MGMT-Paper-Skills.git"
      ]
    }
  }
}

From the README

> Practical Codex & Claude workflows for management research: idea development, literature work, data cleaning, SPSS/Stata/Python analysis, qualitative coding, mixed methods, journal figures, writing, and review. > 面向管理学科研的实用型 Codex / Claude 科研工作台:覆盖 idea 打磨、文献整理、数据清洗、SPSS/Stata/Python 分析、定性编码、混合方法、期刊图表、论文写作与审稿自查。 **MGMT-Paper-Skills** turns recurring research work into reviewable workflows. It does not promise automatic papers or guaranteed publication. It helps researchers make the ordinary but demanding parts of scholarship more structured, reproducible, and easier to audit. **管研智序 Skill…
Read full README on GitHub →

Related other servers