Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Last active July 12, 2025 22:28
Show Gist options
  • Save pythoninthegrass/f4787f28d096c5c7702f5dc691a9d91f to your computer and use it in GitHub Desktop.
Save pythoninthegrass/f4787f28d096c5c7702f5dc691a9d91f to your computer and use it in GitHub Desktop.
Claude code / desktop settings
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
},
"browser-use": {
"command": "/Users/lance/.local/bin/uvx",
"args": [
"mcp-browser-use"
],
"env": {
"ANONYMIZED_TELEMETRY": "false"
}
},
"fleur": {
"command": "/Users/lance/.local/bin/uvx",
"args": [
"--from",
"git+https://github.com/fleuristes/fleur-mcp",
"fleur-mcp"
]
},
"markitdown-mcp": {
"command": "/Users/lance/.local/bin/uvx",
"args": [
"markitdown-mcp"
]
},
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
},
"mcp-youtube": {
"command": "npx",
"args": [
"@anaisbetts/mcp-youtube"
]
}
}
}
{
"permissions": {
"allow": [
"Bash(uv run:*)",
"Bash(terraform:*)",
"WebFetch(domain:*.com)",
"WebFetch(domain:*.org)",
"WebFetch(domain:*.net)",
"WebFetch(domain:*.io)",
"WebFetch(domain:*.gov)",
"WebFetch(domain:*.edu)",
"WebFetch(domain:*.dev)",
"WebFetch(domain:*.app)",
"WebFetch(domain:*.us)"
],
"deny": []
}
}
@pythoninthegrass
Copy link
Author

pythoninthegrass commented Jun 3, 2025

git clone [email protected]:f4787f28d096c5c7702f5dc691a9d91f.git claude_config && cd $_
ln -s $(pwd)/settings.json ~/.claude/settings.json
ln -s $(pwd)/claude_desktop_config.json ~/Library/Application\ Support/Claude/claude_desktop_config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment