mcpbeat Sign in

Meddata MCP Server

local only

Meddata runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 10 Sep 2026.

Drug & supplement lookup and interaction checks from free U.S. government health data.

Installs per day peak 45 · avg 16 · -28% w/w
a month agotoday
78
Installs / week
pypi · meddata-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Meddata every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meddata -- uvx meddata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meddata": {
      "args": [
        "meddata-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meddata]
command = "uvx"
args = ["meddata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meddata": {
      "args": [
        "meddata-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meddata": {
      "args": [
        "meddata-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MEDDATA_API_KEY (MedData API key. Get a free one (250 calls/month, no card) at https://meddata.anthesia.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meddata

same job, measured the same way
Truthstack MCP
by truthstack1

Supplement-drug interaction safety API for AI agents with FDA adverse event data.

32 installs/wk local only
Drug-Food Interactions
by rabyavalla

Food-drug interaction and nutrient depletion checks for 30+ common medications.

2 tools answering
C
GovTribe
by govtribe

Search U.S. federal, state, and local government procurement data and intelligence.

answering
I
Godavaii MCP Server
by godavai01

GoDavaii Health AI — Indian medicine DB, drug interactions, pregnancy safety, dosage checks

14 installs/wk local only
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

30 installs/wk local only
US Auctions
by pipeworx-io

Live US auction lots and sold prices from commercial auction houses and government surplus

42 tools answering
CheckMyVIN
by checkmyvin

Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth.

2 tools answering
Chain
by vdappdev2

Foundation MCP server — chain discovery, daemon management, health checks, raw transactions

51 installs/wk local only

Meddata — questions

Answers built from our own checks of this server.

Why is there no uptime for Meddata?
Meddata runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package meddata-mcp was installed 78 times last week.
How do I connect Meddata?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls meddata-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Meddata?
The pypi package meddata-mcp was installed 78 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meddata open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.