CursorPool
← 返回 MCP 列表

Everything 示例 MCP

官方参考实现,演示资源、工具、提示等 MCP 全部能力。

ModelContextProtocol·510 次安装·2 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-everything

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
  }
}