Give your AI system a relaible source of medical knowledge for its next conversation.
Give your AI system a relaible source of medical knowledge for its next conversation. The statpearls mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 12 defined tools rather than through you.
The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
statpearls_disease_info — Fetches comprehensive, reliable medical information about diseases from StatPearlsquery — Disease or medical condition to search for (required)format_options — Optional formatting preferencesincludeToc — Whether to include a table of contents (default: true)maxLength — Maximum length of the returned content in characters (default: 50000)statpearls — mcp (default executable)statpearls-mcp-linux — x64 (Linux)statpearls-mcp-windows — x64.exe (Windows)statpearls-mcp-darwin — x64 (macOS)Building — The build process creates a single JavaScript file that can run with vanilla Node.js:Releasing — The release process handles versioning, building, compiling, and Git operations:Versioning — The project follows semantic versioning. You can check the current version with:Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Statpearls MCP's toolset — statpearls_disease_info, query, format_options and 9 more — is a fair guide to whether it matches your workflow. It is maintained by jpoles1; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Statpearls MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| statpearls_disease_info | Fetches comprehensive, reliable medical information about diseases from StatPearls. |
| query | Disease or medical condition to search for (required) |
| format_options | Optional formatting preferences |
| includeToc | Whether to include a table of contents (default: true) |
| maxLength | Maximum length of the returned content in characters (default: 50000) |
| statpearls | mcp (default executable) |
| statpearls-mcp-linux | x64 (Linux) |
| statpearls-mcp-windows | x64.exe (Windows) |
| statpearls-mcp-darwin | x64 (macOS) |
| Building | The build process creates a single JavaScript file that can run with vanilla Node.js: |
| Releasing | The release process handles versioning, building, compiling, and Git operations: |
| Versioning | The project follows semantic versioning. You can check the current version with: |
{
"mcpServers": {
...
"statpearls": {
"command": "{path_to_executable_here}\\statpearls-mcp.exe"
},
...
}
}
#### For Mac/Linux:Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.