MCP Free tier Hosted

Free MCP Server for Claude — Hosted, No Install, Works Today

If you want to add an MCP server to Claude but don't want to spin up infrastructure, Stash is the fastest path. One connector URL. Sign in with Google. Free tier included, no credit card required.

Here is what you get on the free tier: 2,500 stored records, 50 queries per month, full-text search, and a context() tool that loads your standing context into a fresh conversation for about 192 tokens. If you need more, Pro is £8/month with higher caps.

How to add a free MCP server to Claude in 30 seconds

Step 1 — Copy the connector URL https://app.stashlite.com/mcp
Step 2 — Add it to Claude Claude Settings → Connectors → Add custom MCP server → paste URL → Save
Step 3 — Sign in when prompted Claude will ask you to authenticate. Click the link, sign in with Google, done. Your account and personal record store are provisioned automatically.

After those three steps, Claude has a working MCP tool. Try it immediately:

context()            — loads your standing profile (empty on a new account, you fill it in)
stash("key", "val") — store anything
search("term")      — full-text search across everything you've stored

What the free tier actually lets you do

FeatureFreePro (£8/mo)
Records stored2,500100,000
Queries per month501,000
Full-text search (FTS5)
context() tool
usage() metering
Collections
Web viewer

For most personal use — contacts, notes, tasks, standing context — 2,500 records and 50 queries a month is plenty. The free tier doesn't expire and there's no trial period. If you hit the cap, Claude tells you politely and gives you the upgrade link; it doesn't throw an error wall.

What "hosted" means (and why it matters)

MCP servers can be self-hosted (you run the server on your machine) or hosted (someone else runs it, you just get a URL). Self-hosted gives you more control but requires keeping a process running, exposing a port, and maintaining the stack.

Stash is fully hosted on industry-secure servers. You don't install anything. The connector URL works from Claude.ai in a browser, Claude desktop on Mac/Windows, or any MCP-compatible client. When Claude sends a tool call, Stash handles it, returns structured results, and your data stays in your isolated dedicated per-account store.

What you can build with it for free

Standing context ("Start my day")

Store who you are, your current priorities, and your working style. A single context() call at the start of any conversation loads all of it — roughly 192 tokens, less than a paragraph. Put one line in your Claude custom instructions to trigger it automatically on every new conversation.

Personal CRM

A contacts collection with name, company, last-talked, notes, next-action. Stash and search in plain English. "Who at Acme should I follow up with this week?" returns the relevant rows, not the whole table.

Searchable notes

Stash a note mid-conversation: "Stash this — meeting with Sarah on Tuesday, she wants the revised quote by Friday." Search it later in any session. No app switching, no copy-paste into a notes app.

Task list

Recurring tasks as rows with a next_run field. At the start of each session, ask Claude to check the list and surface what's due. No cron jobs, no reminders app.

Compared to the alternatives

OptionHosted?Free?Token-light?Setup time
StashYesYes (2,500 records)Yes (~192 tok/query)30 seconds
Self-hosted MCPNoYes (infra cost varies)Depends on impl.Hours–days
Notion connectorYesFree tier limitedNo (~4,800 tok/query)Minutes
Claude ProjectsYes (built-in)With Pro planModerateSeconds
Custom instructions onlyYes (built-in)YesYesSeconds

Custom instructions are the right answer for small, static context (name, role, one-liners). When your context is dynamic — contacts change, tasks update, notes accumulate — you need a store. Stash is the free hosted version of that store.

Is there a catch?

A few honest things to know:

Add the free Stash MCP connector to Claude Copy this into Claude Settings → Connectors:
https://app.stashlite.com/mcp

Google sign-in on first use. 2,500 records, 50 queries/month, no card required.

Related guides