Skip to content

Instantly share code, notes, and snippets.

@sguzman
Created July 18, 2025 18:36
Show Gist options
  • Save sguzman/377f6631b980213d8f4883b329aa83d8 to your computer and use it in GitHub Desktop.
Save sguzman/377f6631b980213d8f4883b329aa83d8 to your computer and use it in GitHub Desktop.
mcp list of servers
{
"mcpServers": {
"hf-mcp-server": {
"url": "https://huggingface.co/mcp",
"headers": {
"Authorization": "Bearer XXX"
}
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless"
]
},
"time": {
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone=America/New_York"
]
},
"mathematica-server": {
"command": "node",
"args": [
"C:\\Users\\guzma\\Documents\\pkgs\\mcp-server-mathematica\\build\\index.js"
]
},
"yutu": {
"command": "yutu",
"args": [
"mcp"
],
"env": {
"YUTU_CREDENTIAL": "C:\\Users\\guzma\\Downloads\\client_secret.json",
"YUTU_CACHE_TOKEN": "C:\\Users\\guzma\\Downloads\\/youtube.token.json"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment