Created
July 18, 2025 18:36
-
-
Save sguzman/377f6631b980213d8f4883b329aa83d8 to your computer and use it in GitHub Desktop.
mcp list of servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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