Install one command
$ pip install metorial pydantic-ai python-dotenv
Or add it with the Claude CLI: claude mcp add metorial-metorial
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"metorial-metorial": {
"command": "pip",
"args": ["install", "metorial", "pydantic-ai", "python-dotenv"],
"env": {
"METORIAL_API_KEY": "<your-metorial-api-key>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.