Meddata API
Rank #57,829io.github.anthesiallc/meddata
Drug & supplement lookup and interaction checks from free U.S. government health data.
Meddata API is a Model Context Protocol (MCP) server published by anthesiallc. It ranks #57,829 of 115,591 servers tracked on MCP Toplist. Meddata API is listed on Official MCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 57,762 of 115,591 servers on MCP Toplist.
Use Meddata API
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add meddata -e "MEDDATA_API_KEY=<your MEDDATA_API_KEY>" -- uvx meddata-mcpReplace each placeholder with your own value before saving.
[mcp_servers.meddata]
command = "uvx"
args = ["meddata-mcp"]
[mcp_servers.meddata.env]
MEDDATA_API_KEY = "<your MEDDATA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meddata": {
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<your MEDDATA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meddata": {
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<your MEDDATA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meddata": {
"type": "stdio",
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<your MEDDATA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meddata": {
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<your MEDDATA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meddata": {
"command": "uvx",
"args": [
"meddata-mcp"
],
"env": {
"MEDDATA_API_KEY": "<your MEDDATA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.anthesiallc%2Fmeddata)<a href="https://mcptoplist.com/server/io.github.anthesiallc%2Fmeddata"><img src="https://mcptoplist.com/badge/io.github.anthesiallc%2Fmeddata.svg" alt="MCP Toplist: #57,829 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
anthesiallc
Other servers by anthesiallc
View all anthesiallc servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 19, 2026 |
Frequently asked questions
- Who maintains Meddata API?
- Meddata API is maintained by anthesiallc, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Meddata API listed on the Official MCP Registry?
- Yes — Meddata API is listed on the Official MCP Registry.
- How many versions does Meddata API have?
- MCP Toplist tracks 1 version of Meddata API, most recently published on Jun 19, 2026.
- Where can I find the source code for Meddata API?
- The source code for Meddata API is hosted at github.com/anthesiallc/meddata-api.