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