chore: add shadcn mcp

This commit is contained in:
Oleg Proskurin 2025-11-30 23:07:03 +07:00
parent 7c49f6e643
commit 98b0c1d4f7
1 changed files with 23 additions and 4 deletions

View File

@ -13,7 +13,10 @@
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
}
@ -36,7 +39,10 @@
"perplexity": {
"type": "stdio",
"command": "npx",
"args": ["-y", "perplexity-mcp"],
"args": [
"-y",
"perplexity-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "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",
"PERPLEXITY_TIMEOUT_MS": "600000"
@ -44,13 +50,26 @@
},
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
},
"browsermcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@browsermcp/mcp@latest"],
"args": [
"-y",
"@browsermcp/mcp@latest"
],
"env": {}
},
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
}
}
}