Cost-optimized MCP server: routes every tool call to the cheapest provider that returns a result.
Frugal MCP server exists for a simple reason — assistants are far more useful when they can act on Frugal directly instead of describing what you should do. Cost-optimized MCP server: routes every tool call to the cheapest provider that returns a result.
Frugal is an MCP server that sits between your agent and its tool providers. You describe the job — a search, an extraction, a render, or just an intent — and Frugal decides how to complete it, routing each call per policy: cheapest capable provider by default, fastest or premium when you say so, pinned or denied when compliance says so, with automatic failover when a provider errors or comes up empty. Every response carries the decision — provider_used, cost_usd, and (via frugal__execute) a one-line reason — so you can audit why each call went where it did.
Once Frugal is connected, these are the calls the assistant has available:
fast — ordered by your machine's own observed latency (from thepremium — prefers your premium-priced providers, list priceorder — an explicit preference list. It's a prefix, not adeny — providers that must never be called. Enforced on pinnedOrg — wide API key managementCapability — Free / localSearch — SearXNG · Marginalia · WikipediaExtract — go-readability (local)Browse — local Playwright (deferred)Embeddings — nomic-embed-text, bge-largeTranscription — whisper.cppAnythingLLM — frugal mcp install finds AnythingLLM Desktop on its own and merges frugal into /plugins/anythingllm_mcp_servers.json. For a self-hosted orBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 6 environment variables: SEARXNG_URL, SERPER_API_KEY, YDC_API_KEY, FIRECRAWL_API_KEY, BROWSERLESS_TOKEN, FRUGAL_AUTH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Frugal's toolset — fast, premium, order and 9 more — is a fair guide to whether it matches your workflow. It is maintained by brainsparker; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| fast | ordered by your machine's own observed latency (from the |
| premium | prefers your premium-priced providers, list price |
| order | an explicit preference list. It's a prefix, not a |
| deny | providers that must never be called. Enforced on pinned |
| Org | wide API key management |
| Capability | Free / local |
| Search | **SearXNG** · **Marginalia** · **Wikipedia** |
| Extract | **go-readability** (local) |
| Browse | local Playwright *(deferred)* |
| Embeddings | nomic-embed-text, bge-large |
| Transcription | whisper.cpp |
| AnythingLLM | frugal mcp install finds AnythingLLM Desktop on its own and merges frugal into <storage>/plugins/anythingllm_mcp_servers.json. For a self-hosted or Docker AnythingLLM, point the installer at that instance's storage direc |
| Variable | Description | Required |
|---|---|---|
| SEARXNG_URL | Endpoint or connection string the server talks to. | Yes |
| SERPER_API_KEY | Credential the server authenticates with. | Yes |
| YDC_API_KEY | Credential the server authenticates with. | Yes |
| FIRECRAWL_API_KEY | Credential the server authenticates with. | Yes |
| BROWSERLESS_TOKEN | Credential the server authenticates with. | Yes |
| FRUGAL_AUTH_TOKEN | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.