Skip to content
Claude Code

essentials for Claude Code

io.github.fieldcure/essentials

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

client:Claude Code transport:stdio runtime:nuget

Install essentials in Claude Code

run in your project directory

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

claude mcp add essentials -e ESSENTIALS_SEARCH_ENGINE=<ESSENTIALS_SEARCH_ENGINE> -e ESSENTIALS_SEARCH_API_KEY=<ESSENTIALS_SEARCH_API_KEY> -e SERPER_API_KEY=<SERPER_API_KEY> -e SERPAPI_API_KEY=<SERPAPI_API_KEY> -e TAVILY_API_KEY=<TAVILY_API_KEY> -e WOLFRAM_APPID=<WOLFRAM_APPID> -e ESSENTIALS_MEMORY_PATH=<ESSENTIALS_MEMORY_PATH> -e ESSENTIALS_DOWNLOAD_DIRECTORY=<ESSENTIALS_DOWNLOAD_DIRECTORY> -e ESSENTIALS_SETTINGS_PATH=<ESSENTIALS_SETTINGS_PATH> -- dnx FieldCure.Mcp.Essentials --yes

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

essentials in other clients