MCP-SuperAssistant/config.json

29 lines
594 B
JSON

{
"mcpServers": {
"filesystem": {
"name": "filesystem",
"type": "stdio",
"command": "npx",
"args": [
"@modelcontextprotocol/server-filesystem",
"/Users/cesarmendivil/WebstormProjects"
]
},
"yt-dlp": {
"command": "npx",
"args": ["-y", "@kevinwatt/yt-dlp-mcp@latest"],
"env": {
"YTDLP_COOKIES_FROM_BROWSER": "chrome"
}
},
"latexpdf-mcp":{
"command": "latexpdf-mcp",
"env": {
"LATEXPDF_OUTPUT_DIR": "/Users/cesarmendivil/Documents/Nextream/TubeScript-API"
}
}
}
}