Noodle Biomedical Literature Discovery MCP vs RCSB PDB
In-depth architectural comparison of the Noodle Biomedical Literature Discovery MCP and RCSB PDB MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Noodle Biomedical Literature Discovery MCP
Biology & Bioinformatics · Local stdio
Quality: 76/100 (Great) | Auth: No auth required
RCSB PDB
Biology & Bioinformatics · Local stdio
Quality: 53/100 (Good) | Auth: No auth required
Verdict Summary: Choose Noodle Biomedical Literature Discovery MCP if you need specialized Biology & Bioinformatics tools running via a local process. Choose RCSB PDB if your workspace requires Biology & Bioinformatics integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Noodle Biomedical Literature Discovery MCP when:
You need dedicated capabilities in the Biology & Bioinformatics domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Primary tools included: Natural-language biomedical literature search, PMID, DOI, and PMCID resolution, Publication and work metadata lookup.
Official public, read-only Model Context Protocol server from Helena Bioinformatics for biomedical literature discovery. Agents can search PubMed and scholarly research, resolve PMID, DOI, and PMCID identifiers, inspect publication metadata, find related papers, traverse bounded citation graphs, explore semantic literature neighborhoods, and check corpus coverage. Use the hosted Streamable HTTP endpoint https://api.helena.bio/noodle/v1/mcp; no npm or npx package is required.
MCP server to search, inspect, and cross-reference RCSB Protein Data Bank structures
Tools & Capabilities Breakdown
Noodle Biomedical Literature Discovery MCP Tools (6)
Natural-language biomedical literature search
PMID, DOI, and PMCID resolution
Publication and work metadata lookup
Bounded citation and semantic graph traversal
Corpus size, source, freshness, and coverage metadata
Hosted Streamable HTTP access
RCSB PDB Tools (35)
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Noodle Biomedical Literature Discovery MCP Configuration
Noodle Biomedical Literature Discovery MCP is categorized under Biology & Bioinformatics and uses a local stdio subprocess. In contrast, RCSB PDB belongs to Biology & Bioinformatics using local stdio subprocess. Select Noodle Biomedical Literature Discovery MCP when you need capabilities focused on biology & bioinformatics and RCSB PDB when you require tools for biology & bioinformatics.
Discover searchable attribute paths, types, and operators. `schema="structure"` (default, ~677) or `schema="chemical"` (~57: `chem_comp.*`, `drugbank_info.*`, ...).
rcsb_find_go_terms
Resolve a free-text molecular function / biological process / cellular component to Gene Ontology ids (via EBI QuickGO), annotated with PDB entry counts — then search by `rcsb_polymer_entity_annotation.annotation_lineage.id`.
rcsb_find_interpro_domains
Resolve a free-text protein domain / family / fold to InterPro ids (via EBI InterPro API), annotated with PDB entry counts — then search by `rcsb_polymer_entity_annotation.annotation_id`.
rcsb_find_enzyme_classes
Resolve a free-text enzyme / reaction to Enzyme Commission (EC) numbers (via EBI Search/IntEnz), annotated with PDB entry counts — then search by `rcsb_polymer_entity.rcsb_ec_lineage.id` (hierarchical).
rcsb_find_disease_terms
Resolve a free-text disease / condition to MONDO ids (via EBI OLS), annotated with PDB entry counts — then search by `rcsb_uniprot_annotation.annotation_lineage.id` (hierarchical, UniProt-based).
rcsb_find_organisms
Resolve a free-text organism / common name / clade to NCBI Taxonomy ids (via UniProt taxonomy), annotated with PDB entry counts — then search by `rcsb_entity_source_organism.taxonomy_lineage.id` (hierarchical: a clade id matches every organism beneath it).
rcsb_search_fulltext
Free-text keyword search (e.g. `"CRISPR Cas9"`), optionally refined with structured `attributes` filters (AND/OR) and `sort`.
rcsb_search_by_attribute
Structured search on one or more indexed attributes (resolution, organism, release date, ...) combined with a single AND/OR. Each `AttributeFilter` supports `exists`, `negation`, `case_sensitive`; `chemical=True` (text_chem).
rcsb_search_by_sequence
MMseqs2 sequence-similarity search (BLAST-like).
rcsb_search_by_chemical
Chemical search by SMILES/InChI descriptor (whole-molecule or substructure) or molecular formula.
rcsb_search_by_structure
3D shape-similarity search against a reference PDB assembly or chain.
rcsb_search_by_seqmotif
Short **sequence**-motif search (PROSITE pattern, regex, or simple wildcards).