Everything 示例 MCP
官方参考实现,演示资源、工具、提示等 MCP 全部能力。
安装命令
终端
npx -y @modelcontextprotocol/server-everything在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
]
}
}
}