pharma-mcp
Rank #56,127io.github.pubspro/pharma-mcp
MCP server for ClinicalTrials.gov, PubMed, FDA drug labels, FAERS, and ICH guidelines.
pharma-mcp is a Model Context Protocol (MCP) server published by pubspro. It ranks #56,127 of 115,591 servers tracked on MCP Toplist. pharma-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 8, 2026 and most recently updated on May 8, 2026.
Ranks ahead of 59,464 of 115,591 servers on MCP Toplist.
Use pharma-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pharma-mcp -- npx -y @pubspro/pharma-mcp[mcp_servers.pharma-mcp]
command = "npx"
args = ["-y", "@pubspro/pharma-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pharma-mcp": {
"command": "npx",
"args": [
"-y",
"@pubspro/pharma-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pharma-mcp": {
"command": "npx",
"args": [
"-y",
"@pubspro/pharma-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pharma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pubspro/pharma-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pharma-mcp": {
"command": "npx",
"args": [
"-y",
"@pubspro/pharma-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pharma-mcp": {
"command": "npx",
"args": [
"-y",
"@pubspro/pharma-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pubspro%2Fpharma-mcp)<a href="https://mcptoplist.com/server/io.github.pubspro%2Fpharma-mcp"><img src="https://mcptoplist.com/badge/io.github.pubspro%2Fpharma-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
pubspro
Other servers by pubspro
View all pubspro servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 8, 2026 |
Frequently asked questions
- Who maintains pharma-mcp?
- pharma-mcp is maintained by pubspro, which publishes 5 MCP servers (1 total version) tracked on MCP Toplist.
- Is pharma-mcp listed on the Official MCP Registry?
- Yes — pharma-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does pharma-mcp have?
- MCP Toplist tracks 1 version of pharma-mcp, most recently published on May 8, 2026.
- Where can I find the source code for pharma-mcp?
- The source code for pharma-mcp is hosted at github.com/pubspro/pharma-mcp.