Installation
Get the Metadata MCP server running in your AI agent environment.
Prerequisites
- Node.js 18 or higher
- A Metadata account with API access
- An MCP-compatible host (Claude Code, Cursor, or custom agent)
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.