AIND Data MCP

Official Allen Institute for Neural Dynamics MCP server for querying AIND’s V2 metadata DocDB and inspecting NWB assets. Supersedes the now-archived aind-metadata-mcp.

   
Type MCP server
Supplier Allen Institute for Neural Dynamics
Availability Beta — active through April 2026
Pricing Free / OSS (MIT)
Capabilities Read-only — public read access to AIND DocDB

Install the CLI:

uv tool install aind-data-mcp

Then register with Claude Code:

claude mcp add --transport stdio aind_data_access -- aind-data-mcp

Or for Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "aind_data_access": { "type": "stdio", "command": "aind-data-mcp", "timeout": 300 }
  }
}

What it does

  • MongoDB-style filter / projection queries against the AIND DocDB
  • Aggregation pipelines across AIND data assets
  • NWB file metadata access (V2 schema)

Primary use cases: Find AIND open neurophysiology / imaging datasets; build cohort queries over the AIND DocDB; inspect NWB structure before downstream pipelines.

Notes

stdio transport, public read access, Python 3.11+. The V1 predecessor aind-metadata-mcp is archived — use this one.

Sources


Installed this tool?

Share feedback — install path, OS, errors, workarounds. The form opens with this tool pre-selected and a link back to this page.