Twinic服务器:直接从提示中配置MCP服务器。
此服务器允许您只需询问即可安装和配置其他MCP服务器。安装它,你可以让Claude为你安装托管在npm或PyPi中的MCP服务器。需要 npx 和 uv 分别为节点服务器和Python服务器安装。
!\[图片\]
如何设置?:
- 如果你没有Node.js,请安装它。
- 把这个放进你的
claude_desktop_config.json(要么在~/Library/Application Support/Claude在macOS或C:\Users\NAME\AppData\Roaming\Claude在Windows上):
"mcpServers": {
"twinic-server": {
"command": "npx",
"args": [
"@twinic/twinic-server"
]
}
}- 保存配置文件并重新启动Claude桌面。
文件位置:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
窗户: C:\Users\YOU\AppData\Roaming\Claude\claude_desktop_config.json
示例提示
嘿,克劳德,安装名为MCP server fetch的MCP服务器
嘿,克劳德,将@modelcontextprotocol/server文件系统包安装为MCP服务器。使用\['/Users/pangloss/Destop'\]作为参数
嗨,克劳德,请在/Users/pangloss/code/whatsapp-MCP安装MCP服务器,我懒得自己做。
安装服务器@modelcontextprotocol/server github。将环境变量GITHUB_PERSONAL_ACCES_TOKEN设置为“1234567890”
