Meta Data MCP

meta-data-mcp is one MCP server - not many. Under the hood it bundles 90 plugins, each wrapping a different open-data API. The plugins are an implementation detail; from your LLM's perspective there is one server and one place to ask "where can I find data about X?". It runs locally over stdio via the published package.

People who work with meta model context protocol, ai data analysis and anthropic claude and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-09 · ★ 5 · #48 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Meta Data MCP

Claude Code

claude mcp add derekslinz-meta-data-mcp -- uvx meta-data-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "derekslinz-meta-data-mcp": {
      "command": "uvx",
      "args": [
        "meta-data-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package meta-data-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.derekslinz is GitHub-verified and matches the repo owner

03 · What Meta Data MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.3.0 · 2026-08-04

Mcp 2.0

v3.2.0 · 2026-07-30

auto-release on version bumps · decouple npm publish from repo releases · bump body-parser from 2.2.2 to 2.3.0 in /packages/typescript-sdk in the npm_and_yarn group across 1 directory · bump the npm_and_yarn group…

v3.1.0 · 2026-07-19

Two transit providers (catalog now 90): · nl_ovapi (#137) - live Dutch public transport: national line search, per-line stop networks with live vehicle positions, real-time stop departures with delays, and GTFS/GTFS-RT…

04 · Who maintains Meta Data MCP

meta-data-mcp is maintained by derekslinz. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
data & analytics - ranked #48 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-08-04)
registry
io.github.derekslinz/meta-data-mcp (active, first published 2026-05-22 · 7 versions)
packages
pypi:meta-data-mcp

06 · Meta Data MCP FAQ

What is Meta Data MCP?

meta-data-mcp is one MCP server - not many. Under the hood it bundles 90 plugins, each wrapping a different open-data API. The plugins are an implementation detail; from your LLM's perspective there is one server and one place to ask "where can I find data about X?". It runs locally over stdio via the published package.

Is Meta Data MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-09 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Meta Data MCP?

Run `uvx meta-data-mcp`. You can also paste the ready-made client config above.

Does Meta Data MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Meta Data MCP

More data & analytics MCP servers · Wildberries · Cyberchef MCP · walkerOS Source Browser · MaxStat MCP

More Python MCP servers · Server Polarion · Ozon MCP Server · Wb MCP Server · Dagpipe · Mcpg · see all