Q1 Crafter MCP
Integrates with arXiv to search and retrieve preprints across scientific disciplines.
Integrates with Elsevier APIs for institutional access to scholarly literature and citation data.
Integrates with IEEE Xplore API to search for engineering, technology, and computer science papers.
Integrates with PubMed (NCBI) API to search biomedical and life sciences literature.
Integrates with Scopus API to search multidisciplinary academic papers, patents, and citations.
Integrates with Semantic Scholar API for AI-powered literature search and citation analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Q1 Crafter MCPSearch for papers on AI ethics and generate an APA 7 bibliography."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
โจ Features
Category | Highlights |
๐ Multi-Source Search | Query 18 academic APIs in parallel with smart field-based routing |
๐ Intelligent Dedup | Two-phase deduplication: exact DOI match โ fuzzy title (92% Levenshtein) |
๐น๐ท Turkish Sources | Native support for TR Dizin, DergiPark (OAI-PMH), YรK Tez Merkezi |
๐ Literature Analysis | Gap detection, keyword extraction (TF-IDF), citation validation |
๐ Visualizations | Publication trends, source distribution, citation network (Mermaid) |
๐ APA 7 Engine | Full citation formatter โ handles 1/2/3+/20+ author rules, DOI formatting |
๐ DOCX Generator | One-click manuscript generation with title page, sections, references |
โก Zero Config | Free sources work instantly; paid APIs activate when keys are provided |
๐ Quick Start
Installation
pip install q1-crafter-mcpConfiguration
# Copy the example env file
cp .env.example .env
# Add your API keys (optional โ free sources work without any keys!)
# Edit .env and fill in the keys you haveRun
q1-crafter-mcp๐ฅ๏ธ Claude Desktop Setup
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"q1-crafter": {
"command": "python",
"args": ["-m", "q1_crafter_mcp.server"],
"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": "your-email@example.com"
}
}
}
}{
"mcpServers": {
"q1-crafter": {
"command": "python3",
"args": ["-m", "q1_crafter_mcp.server"],
"env": {
"SCOPUS_API_KEY": "your-scopus-key",
"IEEE_API_KEY": "your-ieee-key",
"SPRINGER_API_KEY": "your-springer-key"
}
}
}
}๐ก Tip: You don't need all API keys! Free sources (arXiv, CrossRef, OpenAlex, PubMed, etc.) work out of the box. Add paid keys to unlock more databases.
๐ง Troubleshooting
This means Claude Desktop can't find the executable. This is common on Windows because pip install puts scripts in a user directory that isn't in Claude Desktop's PATH.
Fix: Use python -m instead of the direct command (already shown in the config above). Make sure you're using:
"command": "python",
"args": ["-m", "q1_crafter_mcp.server"]Alternative fix: Use the full path to the executable:
# Find where it's installed:
pip show q1-crafter-mcp
# Look at the "Location" field, then the Scripts folder next to it
# Example: C:\Users\YourName\AppData\Roaming\Python\Python313\Scripts\q1-crafter-mcp.exeThen use that full path in your config:
"command": "C:\\Users\\YourName\\AppData\\Roaming\\Python\\Python313\\Scripts\\q1-crafter-mcp.exe"Check that the package is installed correctly:
python -m q1_crafter_mcp.serverIf you get an import error, reinstall:
pip install --force-reinstall q1-crafter-mcpFree sources (arXiv, CrossRef, OpenAlex) work without API keys
If you added API keys, verify they are correct in your Claude Desktop config
Run
check_api_statustool in Claude to see which sources are available
๐ Available Tools
๐ Search Tools
Tool | Description |
| Search up to 18 databases in parallel with smart routing |
| Look up any paper by its DOI |
| Find all papers that cite a given work |
| Get the reference list of a paper |
๐ Analysis Tools
Tool | Description |
| Identify research gaps, themes, trends, and top-cited papers |
| Bidirectional check: in-text citations โ reference list |
| TF-IDF keyword extraction with bigram support |
๐ Visualization Tools
Tool | Description |
| Paper comparison tables (Markdown, CSV, APA format) |
| Publication trend charts (base64 PNG, dark theme) |
| Citation network visualization (Mermaid diagram) |
๐ Output Tools
Tool | Description |
| Academic section scaffolding with IMRaD templates |
| APA 7th edition reference list formatter |
| Generate formatted |
| Check which API sources are available |
๐ Supported Sources
arXiv
CrossRef
OpenAlex
Europe PMC
DOAJ
BASE
Semantic Scholar
PubMed (NCBI)
CORE
Unpaywall
Scopus (Elsevier)
Web of Science
IEEE Xplore
Springer Nature
ScienceDirect
Dimensions
TR Dizin
DergiPark (OAI-PMH)
YรK Tez Merkezi
๐ Architecture
q1-crafter-mcp/
โโโ src/q1_crafter_mcp/
โ โโโ server.py # MCP server + 14 tool registrations
โ โโโ config.py # Settings & API key management
โ โโโ models.py # Pydantic data models
โ โโโ tools/
โ โโโ search/ # 18 API clients + aggregator + dedup
โ โโโ analysis/ # Gap analyzer, keywords, summarizer
โ โโโ visualization/ # Charts, tables, citation network
โ โโโ output/ # APA formatter, section writer, DOCX
โโโ tests/ # 120 unit tests
โโโ pyproject.toml
โโโ .env.exampleHow It Works
graph LR
A[Claude Desktop] -->|MCP| B[Q1 Crafter Server]
B --> C[๐ Search 18 APIs]
C --> D[๐ Deduplicate]
D --> E[๐ Analyze]
E --> F[๐ Visualize]
E --> G[๐ APA 7 Format]
G --> H[๐ .docx Output]Search โ Queries up to 18 databases in parallel, routes by field (medicine โ PubMed, CS โ Semantic Scholar)
Deduplicate โ Removes duplicates via exact DOI + fuzzy title matching (92% threshold)
Analyze โ Identifies themes, gaps, trends, and extracts keywords
Visualize โ Generates charts, tables, and citation networks
Format โ Applies APA 7th edition rules for citations and references
Output โ Assembles everything into a formatted
.docxmanuscript
๐ Usage Example
Just ask Claude naturally:
๐ฃ "Search for papers about machine learning in drug discovery from 2020-2024, analyze the results, and generate a literature review section with APA 7 citations."
Claude will automatically:
Search across available databases
Deduplicate and rank results
Analyze themes and identify gaps
Generate formatted citations
Write a structured section with proper references
๐ API Key Setup
Source | How to Get Key | Cost |
Semantic Scholar | Free | |
PubMed (NCBI) | Free | |
CORE | Free | |
Scopus | Institutional | |
IEEE Xplore | Paid | |
Springer | Free tier | |
Dimensions | Free for research |
๐งช Development
# Clone the repo
git clone https://github.com/ZaEyAsa/q1-crafter-mcp.git
cd q1-crafter-mcp
# Install with dev dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Lint
ruff check src/๐ Test Coverage
Module | Tests | What's Covered |
Models | 15 | Paper, Author, SearchConfig, serialization |
APA Formatter | 18 | In-text, references, ordering, Turkish chars |
Config | 10 | Source availability, key management |
Dedup | 9 | DOI match, fuzzy title, metadata richness |
Analysis | 18 | Gap analysis, keywords, summarizer, citations |
Visualization | 17 | Charts, tables, citation networks |
Output | 12 | Section writer, DOCX generator |
Search Base | 7 | Client lifecycle, safe_search |
Total | 120 | All passing โ |
๐ License
MIT ยฉ ZaEyAsa
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muslus/q1-crafter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server