Prompt Caching
Freeby MCP Community
Automatic prompt caching for Claude Code. Cuts token costs by up to 90%.
v1.3.0Added Apr 12, 2026
claudeanthropicmcpprompt-cachingclaude-code
Prompt Caching MCP Server
Automatic prompt caching for Claude Code. Cuts token costs by up to 90%.
Installation
npx -y prompt-caching-mcp
Reviews
Installation
Quick install
npx -y prompt-caching-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-caching": {
"command": "npx",
"args": ["-y", "prompt-caching-mcp"]
}
}
}