M Metadata / docs

Installation

Get the Metadata MCP server running in your AI agent environment.

Prerequisites

Install via npm

npm install -g claude mcp add --transport http metadataone https://mcp-server.metadata.io/mcp

Configure your MCP host

Add the server to your mcp_servers.json configuration:

{
  "mcpServers": {
    "metadataone": {
      "command": "metadataone-mcp",
      "env": {
        "METADATA_API_KEY": "your-api-key"
      }
    }
  }
}

For full setup instructions, see the Quickstart Guide and Authentication docs.