MCP.so
Sign In
Q

Q1 Crafter Mcp

@zaeyasa

About Q1 Crafter Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

zaeyasa

Submitted by

zaeyasa

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "q1-crafter": {
      "command": "q1-crafter-mcp",
      "env": {
        "SCOPUS_API_KEY": "your-scopus-key",
        "IEEE_API_KEY": "your-ieee-key",
        "SPRINGER_API_KEY": "your-springer-key",
        "NCBI_API_KEY": "your-pubmed-key",
        "UNPAYWALL_EMAIL": "[email protected]"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Q1 Crafter MCP?

Q1 Crafter MCP is an academic research MCP server for Claude Desktop that automates the full research cycleβ€”from parallel source discovery across 18 academic databases to generating APA 7‑formatted .docx manuscripts. It is built with Python 3.10+ and requires no API keys for free sources.

How to use Q1 Crafter MCP?

Install with pip install q1-crafter-mcp, optionally configure API keys in a .env file, then run q1-crafter-mcp. Add it to Claude Desktop’s claude_desktop_config.json to start. Users interact via natural language prompts in Claude, e.g., β€œSearch for papers about machine learning in drug discovery…”

Key features of Q1 Crafter MCP

  • Multi‑source search across 18 academic APIs in parallel
  • Intelligent deduplication via exact DOI and fuzzy title matching
  • Native support for Turkish sources (TR Dizin, DergiPark, YΓ–K Tez)
  • Literature analysis with gap detection and TF‑IDF keyword extraction
  • APA 7th edition citation formatting and reference list generation
  • One‑click .docx manuscript generation with title page and sections

Use cases of Q1 Crafter MCP

  • Conduct literature reviews by searching multiple databases simultaneously
  • Analyze research trends, gaps, and citation networks
  • Generate APA‑formatted reference lists and citation‑validated sections
  • Produce a complete manuscript draft in .docx format for further editing

FAQ from Q1 Crafter MCP

How does Q1 Crafter MCP differ from standard search tools?

It is an MCP server that integrates directly with Claude Desktop, automating the entire workflow from search through analysis to formatted output, instead of requiring manual steps across separate tools.

What dependencies or runtime are required?

Python 3.10 or higher and pip are needed. For Claude Desktop integration, the Claude Desktop application must be installed.

Where does the data live?

Q1 Crafter MCP queries remote academic APIs in real time; no user data is stored locally except generated .docx files and any configured .env API keys.

Are there any limits on searchable sources?

Free sources (arXiv, CrossRef, OpenAlex, etc.) work with no keys. Paid / institutional sources (Scopus, IEEE Xplore, etc.) require corresponding API keys; without them those sources are unavailable.

How does Q1 Crafter MCP handle authentication and transport?

It uses the MCP protocol over stdio when launched from Claude Desktop. API keys for paid sources are provided via environment variables or a .env file; free sources require no authentication.

Comments

More Other MCP servers