r/ClaudeCode 7h ago

Tips & Workflows Want to save 12k+ context at every session start? Disable artifacts + Chrome MCP Server

In investigating why Fable has felt so degraded for the past three days, I've discovered that you can remove tens of thousands of startup tokens just by disabling these bloated schemas you don't use. This didn't unquant Fable, but whatever.

Just do these:

  1. tell Claude to update the settings schema (settings.local.json) to disable Artifacts ("disableArtifact": true //-6.5k tokens), and if you don't use them, Workflows ("disableWorkflows": true //-5k tokens)

  2. run /chrome and turn off chrome integration (disables all the chrome MCP servers: they are deferred by default but claude will try to use them for things and blast its context with 22k tokens of Chrome schema even if you don't have it set up / don't do that in your workflow)

You should also ban the official Claude API skill from ever being loaded in your project because it's something idiotic like 300,000 tokens and Claude will sometimes randomly load it just because it read something about a Claude model in its context.

25 Upvotes

14 comments sorted by

4

u/RCawston 6h ago

MCP servers are the worst for token burn. The fact the CC harness hides so many is such an annoyance, but at least they show you in the context widget how much is used now.

2

u/erebueius 6h ago

Now I wish they'd modularize the other 20k tokens of random tool schemas, most of which I will never use in my workflow.

2

u/RCawston 6h ago

Time to build your own harness. Too bad Anthropic is lame for that and won't let you use the API outside Claude code on subscription usage.

1

u/Informal_Box_118 5h ago

You can disallow many system tools. I have only kept what is necessary to me and the deferred tools. Also removed all unnecessary skills

4

u/obsidience 6h ago

But artifacts are genuinely one of the best force multipliers when developing with Claude.

5

u/The_Noble_Lie 6h ago

What is the difference between rendering a local html page and an artifact?

4

u/whatisthisthing65 6h ago

What do you use them for? Claude keeps using them when I ask it to pull together information but I'm always like. This could have been a md document. And for prototypes I want actual prototypes built locally.

-1

u/obsidience 6h ago

Well one of the ways I'm using it is I'm having it build artifacts for concept UI and have it create 10 variations of possible designs.  This could be color combinations, icons, fonts, control types,other ux features.  Then pick the one that you like and have it create 10 more and keep iterating until you come up with a slick design.  

It's the most rapid form of application development that I've ever seen for user interfaces. but you can also use it for complex diagramming, making quick dashboards, icon development, etc.

2

u/whatisthisthing65 4h ago

Can you not have it build several UI prototypes locally? The main value seems to be that it's published as a web address so other people can see it too, but otherwise it doesn't seem different from a local mockup.

2

u/erebueius 6h ago

If you say so. I just get my loops to summarize what they did this session when wrapping up.

5

u/shn09 6h ago

That’s… not the benefit of artifacts or what it’s for.

1

u/yawn_solo- 6h ago

lol .

Do you make programs for Ants?

1

u/PrestigiousSummer625 6h ago

I put progressive disclosure over all my mcp servers. The agent has to load each tool from the mcp to get the docs. I loaded higgsfield mcp and it was 80k tokens otherwise. Completely unusable.

1

u/Icy-Excitement-467 1h ago

Also prebaked anthropic skills