Anatomy Engine
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., "@Anatomy EngineShow the shoulder joint and its muscles"
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.
Anatomy Engine
A 3D full-body anatomy + biomechanics engine, exposed as a Model Context Protocol (MCP) server with an inline 3D viewer. It gives an AI agent (or any app) real anatomical structure, biomechanical relationships, and an interactive body to render.
⚠️ Awaiting clinician approval. The anatomical & clinical data is AI-authored and has not yet been reviewed by a licensed clinician. For educational purposes only — educational & directional, not diagnostic. See disclaimer.

What it is
22 MCP tools over a hand-authored knowledge core — structures, connections, innervation, blood supply, fascial chains, muscle roles, movements, postures, task activation, and correctives.
7 real Z-Anatomy systems (skeletal, muscular, nervous, cardiovascular, visceral, ligamentous, skin), Draco-compressed, with a mobile "lite" tier.
A bone-identity rig — hover to identify any part, click for its biomechanical links, isolate a region, and articulate named postures (pelvic tilt, forward head, rounded shoulders…).
It's the reusable core beneath LooksLab; it has no accounts or paywall of its own.
Related MCP server: BioBTree
Quick start
npm install
npm run playground # → http://localhost:4599 (every tool as a button + live 3D viewer)
npm test # smoke tests
npm run validate-dataUse as an MCP server
Once published, point any MCP client at the package:
{
"mcpServers": {
"anatomy-engine": { "command": "npx", "args": ["-y", "@ajfutures/anatomy-engine"] }
}
}Or run straight from a local checkout — { "command": "npx", "args": ["tsx", "src/index.ts"], "cwd": "…/anatomy-engine" }.
The 22 tools
All reads are educational & directional, not diagnostic. Every tool returns structured JSON.
Browse & search
Tool | Params | What it returns |
| — | The 7 anatomical systems, in load-priority order. |
|
| All structures, optionally filtered to one system. |
|
| One structure: English/Latin names, region, side, description, and the patterns it participates in. |
|
| Fuzzy natural-language → structure ids (handles gym slang: "glute", "hammy", "rear delt"). Structured |
|
| Every structure in a body area (optionally one side) + a viewer URL that isolates it. |
Connections & biomechanics
Tool | Params | What it returns |
|
| Curated biomechanical links (antagonist / synergist / coupled) with functional notes + corrective ideas. |
|
| Everything connected to a structure — typed (regional / synergist / antagonist / kinetic_chain / fascial / attachment), grouped + flat. |
|
| Myofascial (Anatomy-Trains) lines a structure sits in, or a line's members — to trace tension up/down the chain. |
|
| For a movement (e.g. "hip extension"), classifies the structure's role and lists agonists / antagonists / synergists / stabilizers. |
|
| Range of motion, which muscles shorten vs. lengthen, and the downstream postural effect. |
|
| A named posture (e.g. |
|
| Muscle activation by phase for a multi-joint task (gait, squat, hip_hinge, overhead_press). |
| — | The named postural muscle-balance patterns (crossed syndromes, pronation chain). |
|
| A pattern's likely-tight and likely-weak muscles, what it's measured by, and full corrective detail. |
|
| Corrective options for a structure by goal (release / stretch / strengthen / mobilize). |
Anatomy facts
Tool | Params | What it returns |
|
| Nerve supply: nerve, spinal roots (myotome), plexus. |
|
| Arterial supply + venous/lymphatic drainage. |
Clinical — educational & red-flag-screened, never diagnostic
Tool | Params | What it returns |
|
| Trigger-point referral zones a muscle commonly sends sensation to (e.g. upper trapezius → temple). |
|
| Conditions associated with a structure, each with common signs + red flags to screen for. |
|
| Movements/loads to be cautious with — by pathology id, or a structure id (aggregates its conditions). |
|
| Structures/conditions in an area to learn about — explicitly not a diagnosis, not ranked, always returns red flags and points to in-person care. |
Viewer
Tool | Params | What it returns |
|
| The resolved selection + the |
Using it with an AI agent
The point of the engine is that an agent can chain these tools to reason about a real question — turning a vague, plain-language ask into structured anatomy, then a grounded, sourced answer. Five examples:
1. "What exercises are beneficial for anterior pelvic tilt?"
The agent calls get_pose("anterior_pelvic_tilt") → get_pattern("lower_crossed_syndrome") to read out
which muscles are likely tight (hip flexors / iliopsoas, lumbar erectors) and likely weak (glutes,
deep core), then get_interventions(...) on each. → "Release and stretch the hip flexors and low back;
strengthen the glutes and deep core — here are specific correctives."
2. "My lateral hip aches when I sleep on that side — what could it be and what should I avoid?"
map_symptoms("hip", "ache lying on my side") surfaces the gluteus medius and gluteal tendinopathy →
list_pathologies("gluteus_medius") for signs + red flags → get_contraindications("gluteal_tendinopathy").
→ "This pattern is often gluteal tendinopathy; commonly aggravated by crossing the legs and side-lying —
things to be cautious with are X, Y. These red flags mean see a clinician." (Never a diagnosis.)
3. "Which muscles are the prime movers coming up out of a squat?"
analyze_task("squat", "ascent"). → "Prime movers: gluteus maximus and quadriceps; synergists: hamstrings,
adductor magnus, soleus; stabilizers: lumbar erectors and abdominals."
4. "I keep getting tension headaches and my upper traps are tight — what's the link?"
search_anatomy("upper trap") → get_referred_pain("upper_trapezius") (refers to the temple) +
get_pattern("upper_crossed_syndrome") → get_interventions(...), with list_pathologies red-flag screening
for cervicogenic headache. → "The upper trapezius refers pain to the temple and is a classic driver of
tension headaches with forward-head posture; here's how to release it — and these red flags warrant a
professional."
5. "Show me forward-head posture in 3D and the muscles involved."
get_pose("forward_head") for the tight/weak read, then show_anatomy({ systems: ["skeletal","muscular"], pose: "forward_head" }) returns the inline 3D viewer articulated into that posture, with the involved
muscles highlightable. → An interactive body the user can rotate, plus the muscle-balance explanation.
In each case the engine supplies the structured anatomical facts and relationships; the agent does the plain-language conversation and turns them into recommendations — grounded, and consistently framed as educational, not diagnostic.
Disclaimer
This engine is for education and orientation only. It is not medical advice, not a diagnosis, and not a substitute for a licensed clinician. The clinical tools ship with red-flag screening and non-diagnostic framing.
Status: awaiting clinician approval — for educational purposes only. The anatomical/clinical data is AI-authored and has not yet been reviewed by a licensed clinician.
License & attribution
Code & data: MIT — see LICENSE.
3D meshes: derived from Z-Anatomy (CC BY-SA 4.0), itself from BodyParts3D/DBCLS. Attribution + share-alike obligations apply wherever the meshes are displayed — see NOTICE. The meshes are not bundled in the npm package; they're built by
pipeline/export.pyand served from a hosted asset base.
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AJFUTURES/anatomy-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server