MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Nobleblocks MCP Server

by Nobleblocks
Education & ResearchUse Caution3.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.

About

Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.

Remote endpoints: streamable-http: https://mcp.nobleblocks.com/mcp

Security Report

3.5
Use Caution3.5High Risk

The NobleBlocks MCP server implements proper authentication via API keys and includes security measures like input sanitization, rate limiting, and audit logging. However, several concerns lower the score: the OAuth provider code is incomplete/truncated making full analysis impossible, there are gaps in token validation and refresh token handling, and some error handling could be more robust. The server's permissions (network HTTP, environment variables) are appropriate for its educational/research purpose of querying academic databases. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 4 high severity).

4 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

NobleBlocks MCP Server

Search 340 million deduplicated academic papers from Claude Desktop, Claude Web, ChatGPT, Cursor, VS Code Copilot, or any MCP-compatible tool. Covers 15+ academic databases — all cross-linked through a biomedical knowledge graph with 1.3M+ entities and 109M+ paper connections.

This is a thin authenticated client — all indexing, ranking, vector search, and knowledge graph traversal runs on the NobleBlocks backend. You get fast results without managing any infrastructure.


What's in the index

SourcePapersUpdates
OpenAlex~250M worksDaily
Semantic Scholar~220M papersWeekly
PubMed / MEDLINE~41M articlesDaily
Europe PMC~43M articlesDaily
CrossrefIncrementalDaily
arXiv~2.5M preprintsDaily
bioRxiv / medRxiv~1K/dayDaily
ClinicalTrials.gov~582K trialsDaily
UnpaywallOA link resolutionDaily
DBLPComputer scienceVia OpenAlex
CORE~37M open access outputsComing soon
BASE (Bielefeld)Discovery metadataVia OpenAlex
DOAJOpen access journalsVia Crossref
Papers with CodeML/AI benchmarksWeekly
Retraction WatchRetraction statusWeekly
USPTO / EPO patents~9.3M patent-paper linksDaily
…and others

All sources are cross-deduplicated on DOI, PMID, and arXiv ID. Total unique records after dedup: 340M+ (June 2026).

Knowledge graph

The search backend also maintains a biomedical knowledge graph (1.3M+ entities, 109M+ paper links) with genes, diseases, drugs, proteins, institutions, researchers, topics, genetic variants, and drug-target-disease relationships sourced from PubTator Central, DisGeNET, ChEMBL, UniProt, ROR, ORCID, Open Targets, and others.

Tools

ToolWhat it does
search_papersFull-text + semantic hybrid search with year/citation/source filters
get_paperFetch metadata by DOI, PMID, arXiv ID, or OpenAlex ID
find_similarFind papers related by meaning, not just keyword matching
get_citation_graphCitation network — references and citing papers
search_by_entityFind papers linked to a gene, drug, disease, or institution via the KG
create_literature_reviewAI-generated structured lit review with citations (Pro)

Get an API key

All usage requires a free NobleBlocks account. Sign up takes 30 seconds:

  1. Go to nobleblocks.com/signup
  2. Create an account (email or Google)
  3. Navigate to Settings > API Keys and generate a key

Free plan: 100 searches/day, 5 similar/day, citation graph access. Pro plan: 5,000 searches/day, literature review generation, priority support.


Quick start (Remote — no install needed)

The easiest way to get started is the remote connector — no API keys, no Python install:

  1. Open claude.ai → Settings → Connectors (or Integrations)
  2. Click "Add" and paste: https://mcp.nobleblocks.com/mcp
  3. Sign in with your NobleBlocks account
  4. Ask Claude: "Search for papers on CRISPR gene therapy"

Install (Local)

uvx nobleblocks-mcp

Configure Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "nobleblocks": {
      "command": "nobleblocks-mcp",
      "env": {
        "NOBLEBLOCKS_API_KEY": "nb_pk_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. The NobleBlocks tools will appear in the tools list.

Configure VS Code Copilot

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "nobleblocks": {
      "command": "nobleblocks-mcp",
      "env": {
        "NOBLEBLOCKS_API_KEY": "nb_pk_your_key_here"
      }
    }
  }
}

Configure Cursor / Cline / Continue

Point your editor's MCP settings at the nobleblocks-mcp command with stdio transport. Set NOBLEBLOCKS_API_KEY in the environment.


CLI usage

You can also search directly from the terminal:

# Search papers
nobleblocks search "CRISPR base editing" --limit 5 --min-year 2022

# Get a specific paper
nobleblocks get 10.1038/s41586-020-2649-2

# Find similar papers
nobleblocks similar "Attention Is All You Need"

# Citation graph
nobleblocks citations 10.1038/s41586-020-2649-2 --direction both

All CLI commands require NOBLEBLOCKS_API_KEY set in your environment (or pass --key).


Environment variables

VariableDefaultDescription
NOBLEBLOCKS_API_KEY(required)Your API key from nobleblocks.com
NOBLEBLOCKS_API_BASEhttps://www.nobleblocks.comAPI endpoint
LOG_LEVELINFOLogging verbosity

Examples

Once configured, ask naturally in Claude/Cursor:

"Find the most-cited papers on CRISPR base editing from 2022-2024"

"Show me papers similar to 'Attention Is All You Need' by Vaswani"

"What papers cite DOI 10.1038/s41586-020-2649-2?"

"Find papers linking BRCA1 to drug resistance"

"Generate a literature review on CAR-T cell therapy in solid tumors"


Development

git clone https://github.com/nobleblocks/nobleblocks-mcp.git
cd nobleblocks-mcp
pip install -e .

# Test with MCP Inspector
npx @modelcontextprotocol/inspector nobleblocks-mcp

License

MIT — see LICENSE.


Built by NobleBlocks — the academic research platform for the AI era.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published June 5, 2026
Version 2.0.0
0 installs
Local & Remote Plugin

More Education & Research MCP Servers

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
492
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
23
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
17
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
16
Installs
10.0
Security
5.0
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
14
Installs
7.0
Security
No ratings yet
Local