Chembl MCP Server vs Codeindex — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Chembl MCP Server vs Codeindex
In-depth architectural comparison of the Chembl MCP Server and Codeindex 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
Chembl MCP Server
Biology & Bioinformatics · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Codeindex
Biology & Bioinformatics · Local stdio
Quality: 57/100 (Good) | Auth: No auth required
Verdict Summary: Choose Chembl MCP Server if you need specialized Biology & Bioinformatics tools running via a local process. Choose Codeindex 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 Chembl MCP Server 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).
Find compounds by name / ChEMBL ID / InChIKey, or run a structure search (exact \
chembl_get_bioactivities
The flagship compound↔target bridge: bioactivity measurements for a molecule, a target, or **both** (the compound×target pair), ranked on `pchembl_value`, or the measurements without one via `potency_view`. Large sets spill to a canvas.
chembl_search_targets
Resolve a protein / gene symbol / UniProt accession to the ChEMBL target ID `chembl_get_bioactivities` needs.
chembl_get_drug_info
Drug pharmacology — mechanism(s) of action, molecular target(s), action type, first-approval year, and clinical indications.
chembl_get_assay
Assay provenance behind a bioactivity row — type, target, organism, and ChEMBL's 1–9 confidence score.
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).
Chembl MCP Server is categorized under Biology & Bioinformatics and uses a local stdio subprocess. In contrast, Codeindex belongs to Biology & Bioinformatics using local stdio subprocess. Select Chembl MCP Server when you need capabilities focused on biology & bioinformatics and Codeindex when you require tools for biology & bioinformatics.
Run a read-only SQL `SELECT` over the bioactivity rows spilled to a canvas — rank, group, dedupe, aggregate across the full set.
chembl_dataframe_describe
List the tables and columns staged on a canvas, so you can write correct SQL before querying.
chembl_dataframe_drop
Drop a named staged table from a canvas. Opt-in via `CHEMBL_DATAFRAME_DROP_ENABLED=true` — absent from `tools/list` when off, since TTL already reclaims staged tables.
Codeindex Tools (16)
status
Index stats: file count, symbol count, indexing state, token savings %, the indexed `workspace` and whether a `watcher` is live
search
Trigram-accelerated full-text search across all indexed files
find_symbol
Find symbol definitions (functions, structs, classes…) by name
find_word
Exact word/identifier lookup in the inverted word index
find_callers
Approximate callers of a symbol (heuristic, no full name resolution)
get_outline
Structural outline of a file (symbols, line counts)
get_tree
Directory tree with file metadata
get_imports
What files does a given file import/depend on
get_imported_by
Reverse dependencies — who imports this file
get_change_impact
Transitive blast radius: what breaks if a file changes
plan_change
Full refactor plan for a symbol or file — definitions, callers, file role, literals, blast radius