AgentHubAgentHub

essentials

MCP ServerMCP Registry官方收录

io.github.fieldcure/essentials · v2.6.1

Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.

概览

essentials 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.fieldcure/essentials",
  "type": "mcp-server",
  "version": "2.6.1",
  "displayName": "essentials",
  "description": "Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory.",
  "repository": {
    "url": "https://github.com/fieldcure/fieldcure-mcp-essentials",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "FieldCure.Mcp.Essentials",
        "version": "2.6.1",
        "runtimeHint": "dnx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ESSENTIALS_SEARCH_ENGINE"
          },
          {
            "name": "ESSENTIALS_SEARCH_API_KEY"
          },
          {
            "name": "SERPER_API_KEY"
          },
          {
            "name": "SERPAPI_API_KEY"
          },
          {
            "name": "TAVILY_API_KEY"
          },
          {
            "name": "WOLFRAM_APPID"
          },
          {
            "name": "ESSENTIALS_MEMORY_PATH"
          },
          {
            "name": "ESSENTIALS_DOWNLOAD_DIRECTORY"
          },
          {
            "name": "ESSENTIALS_SETTINGS_PATH"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.fieldcure/essentials",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.fieldcure%2Fessentials/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
essentials — MCP Server 安装与配置 · AgentHub