mcpo / servers.json
Orion-zhen's picture
Update servers.json
01da122 verified
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
},
"markdownify": {
"command": "node",
"args": [
"/app/markdownify-mcp/dist/index.js"
]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"hfspace": {
"command": "npx",
"args": [
"-y",
"@llmindset/mcp-hfspace",
"shuttleai/shuttle-3.1-aesthetic",
"NihalGazi/FLUX-Pro-Unlimited",
"fantaxy/Sound-AI-SFX",
"hf-audio/whisper-large-v3-turbo"
]
},
"howtocook-mcp": {
"command": "npx",
"args": [
"-y",
"howtocook-mcp"
]
}
}
}