mcpbeat Sign in

MCP Toolz MCP Server

by taylorleese Your server? Claim it
local only

MCP Toolz runs on your own machine — the client starts it, so there is no endpoint to ping. 239 installs a week from pypi. Last commit 7 Aug 2026.

Context management, todo persistence, and multi-AI perspectives for Claude Code

Installs per day peak 106 · avg 31 · -7% w/w
a month agotoday
239
Installs / week
pypi · mcp-toolz
3
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/__init__.py:1, [пакет] src/context_manager/__init__.py:1, [пакет] src/context_manager/deepseek_client.py:1 и ещё 5
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-toolz -- uvx mcp-toolz
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-toolz": {
      "args": [
        "mcp-toolz"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-toolz]
command = "uvx"
args = ["mcp-toolz"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-toolz": {
      "args": [
        "mcp-toolz"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-toolz": {
      "args": [
        "mcp-toolz"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Toolz

same job, measured the same way
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
Memory MCP
by yuvalsuede

Persistent memory + git snapshots for Claude Code. Never lose context or code.

41 installs/wk local only
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
.FAF Context
by faf

.FAF Context — persistent project context for Cursor, VS Code and every MCP-compatible IDE.

2 140 installs/wk local only
Mind Map
by nerfels

Experimental code intelligence platform for Claude Code with AST parsing and context analysis

77 installs/wk local only
Gemini Code Context MCP
by qmediat

Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper.

151 installs/wk local only
Perplexity Comet MCP
by rapiercraft

Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management

126 installs/wk local only

MCP Toolz — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Toolz?
MCP Toolz 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 pypi package mcp-toolz was installed 239 times last week.
How do I connect MCP Toolz?
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 mcp-toolz straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Toolz?
The pypi package mcp-toolz was installed 239 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Toolz open source?
Yes — it is published under the MIT licence, written in Python and 3 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.