Skip to content
Cline

essentials for Cline

io.github.fieldcure/essentials

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

client:Cline transport:stdio runtime:nuget

Install essentials in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "essentials": {
      "command": "dnx",
      "args": [
        "FieldCure.Mcp.Essentials",
        "--yes"
      ],
      "env": {
        "ESSENTIALS_SEARCH_ENGINE": "<ESSENTIALS_SEARCH_ENGINE>",
        "ESSENTIALS_SEARCH_API_KEY": "<ESSENTIALS_SEARCH_API_KEY>",
        "SERPER_API_KEY": "<SERPER_API_KEY>",
        "SERPAPI_API_KEY": "<SERPAPI_API_KEY>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "WOLFRAM_APPID": "<WOLFRAM_APPID>",
        "ESSENTIALS_MEMORY_PATH": "<ESSENTIALS_MEMORY_PATH>",
        "ESSENTIALS_DOWNLOAD_DIRECTORY": "<ESSENTIALS_DOWNLOAD_DIRECTORY>",
        "ESSENTIALS_SETTINGS_PATH": "<ESSENTIALS_SETTINGS_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

essentials in other clients