CharlesW parent
Which MCP servers are Claude Code must-adds for coding (vs. ancillary tasks like managing Jira)? For example, @kazuph/mcp-fetch has been useful.
Just created this one to make it really easy for CC to interact with non-Anthropic reasoning models, in case of tough problems or just to get a second opinion on things.
I searched for this mcp server just to see what it was, and afaict Claude Code has all of these features built in already.
What is the additional functionality?
You may be right, I'm fairly new to Claude Code. CC itself summarized the difference this way: "Use MCP Fetch [the tool I refernced] when you need complete content or images, use WebFetch [CC's built in tool] when you want AI to extract specific information from a page."
I added a MCP LSP a while back and as far as i can tell, CC doesn't even use it. Is there a trick to getting CC to actually.. use the MCP? I've not explicitly asked it to use the MCP, but it's an LSP (Rust Analyzer specifically) so it feels like the LLM should just use that in place of greping so much.
Are they all very explicit requests? I was hoping plugging an MCP into it would just make it more capable automatically
I was just wonering this myself, and the Context7 recommendation led me to these examples on its repo:
- Create a basic Next.js project with app router. use context7
- Create a script to delete the rows where the city is "" given PostgreSQL credentials. use context7
I feel like that Claude Code has independently invoked MCP Fetch a couple of times in the course of hundreds of interactions, but yes — it looks like specifically invoking them is the norm, at least until LLMs get better at matching tools to requests.