Loading MCP server directory, please wait...
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
npx @getmcp/cli add io.github.SavantoAI/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
SAVANTO_API_KEYA Savanto secret API key (if_sk_…) from your dashboard. Local/stdio use only; the hosted remote uses one-click OAuth instead.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SavantoAI/mcp-server": {
"command": "npx",
"args": [
"-y",
"@savantoai/mcp-server"
],
"env": {
"SAVANTO_API_KEY": ""
}
}
}
}