Connect Claude, Cursor, or another AI tool to Prusa's help articles, blog posts, and product info — so it can answer questions using real, up-to-date content instead of guessing.
"How do I clear a filament jam on the MK4S?"
"What's the official product name for our toolchanger printer?"
"What have we published on the blog about MMU3?"
"Is the MK4S setup guide available in Czech?"
Ask your team lead, or message #webdev_content-base on Slack. The key is personal and valid for 90 days.
Click the matching tool below. You'll get a small config file that tells your tool where to connect.
save as .mcp.json in your project root
{
"mcpServers": {
"content-base": {
"type": "url",
"url": "https://content-base-search-api.prusa3d.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN",
"Accept": "application/json, text/event-stream"
}
}
}
}
save as .cursor/mcp.json in your project root
{
"mcpServers": {
"content-base": {
"url": "https://content-base-search-api.prusa3d.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN",
"Accept": "application/json, text/event-stream"
}
}
}
}
merge into your existing config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"content-base": {
"url": "https://content-base-search-api.prusa3d.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN",
"Accept": "application/json, text/event-stream"
}
}
}
}
Open the downloaded file in any text editor. Find YOUR_TOKEN and replace it with the key you got in step 1. Save the file in the place shown for your tool, then restart the tool. That's it.
five new abilities — your AI picks the right one automatically based on what you ask:
hybrid_search
get_documents
get_metadata
get_multilingual_content
get_content_overview
*.prusa3d.dev (VPN may be needed from outside the office).mcpServers (not mcp_servers)."Authorization", and make sure your key is pasted after Bearer (with one space). If the key is older than 90 days, ask for a new one.