I’ve been using Claude Code to make my development faster. It’s expensive and impressive!
MCP
Requirements
- Install https://astral.sh/uv/ for running python MCPs easily
Adding mcp to claude
Command helper:
claude mcp add-json <name-of-mcp> "$(pbpaste)"
Example installing mcp fetch
Prepare command in your terminal:
claude mcp add-json mcp-fetch "$(pbpaste)"
Copy internal mcp configuration changing what you need. For example, from:
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
Select and copy this bit to your clipboard:
{
"command": "uvx",
"args": ["mcp-server-fetch"]
}
Run the command.