mcpbeat Sign in

Tessera MCP Server

by tesseraai Your server? Claim it
local only

Tessera MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 6 Jun 2026.

MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.

Installs per day peak 11 · avg 5 · +124% w/w
a month agotoday
36
Installs / week
npm · @tessera-llm/mcp-server
4
Stars
0 open issues
6 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tessera MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @tessera-llm/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@tessera-llm/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TESSERA_API_KEY (API key in tk_* format. Get one free at https://tesseraai.io/dev.), TESSERA_UPSTREAM_API_BASE_URL (Override only for staging or local-dev testing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tessera MCP Server

same job, measured the same way
Rsdoctor
by yifancong

An MCP server that provides build analysis and optimization recommendations for Rspack projects.

3 393 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering
MCP Blockchain Fees
by cryptoapis-io

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana

123 installs/wk local only
I
Skim MCP Server
by luw2007

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

34 installs/wk local only
RU Books MCP
by books-service

MCP server for Russian books search, details, and recommendation candidates.

8 tools answering
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

76 installs/wk local only
ListingGood MCP
by ryanyang828

Get recommended by Amazon's AI. Hosted MCP server for Amazon listing compliance & generation.

8 tools answering

Tessera MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Tessera MCP Server?
Tessera MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tessera-llm/mcp-server was installed 36 times last week.
How do I connect Tessera MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tessera-llm/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tessera MCP Server?
The npm package @tessera-llm/mcp-server was installed 36 times in the last week. Week over week that is +124%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tessera MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.