MCP Toolz
Rank #41,466Delistedio.github.taylorleese/mcp-toolz
No registry has listed this server since Aug 8, 2026. The historical record below is preserved.
Context management, todo persistence, and multi-AI perspectives for Claude Code
MCP Toolz is a Model Context Protocol (MCP) server published by taylorleese. It ranks #41,466 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP Toolz is listed on Glama, with 2 tracked versions. It is no longer listed by any tracked registry (last seen Aug 8, 2026); its historical record is preserved here.
Ranks ahead of 74,125 of 115,591 servers on MCP Toplist.
Use MCP Toolz
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-toolz -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "GOOGLE_API_KEY=<your GOOGLE_API_KEY>" -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -- uvx mcp-toolzReplace each placeholder with your own value before saving.
[mcp_servers.mcp-toolz]
command = "uvx"
args = ["mcp-toolz"]
[mcp_servers.mcp-toolz.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
GOOGLE_API_KEY = "<your GOOGLE_API_KEY>"
DEEPSEEK_API_KEY = "<your DEEPSEEK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-toolz": {
"command": "uvx",
"args": [
"mcp-toolz"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-toolz": {
"command": "uvx",
"args": [
"mcp-toolz"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-toolz": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-toolz"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-toolz": {
"command": "uvx",
"args": [
"mcp-toolz"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-toolz": {
"command": "uvx",
"args": [
"mcp-toolz"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>",
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.taylorleese%2Fmcp-toolz)<a href="https://mcptoplist.com/server/io.github.taylorleese%2Fmcp-toolz"><img src="https://mcptoplist.com/badge/io.github.taylorleese%2Fmcp-toolz.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Previously listed on 1 registry
taylorleese
Other servers by taylorleese
View all taylorleese servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.2 | Oct 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Toolz?
- MCP Toolz is maintained by taylorleese, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Toolz listed on the Official MCP Registry?
- MCP Toolz is not on the Official MCP Registry. It is listed on Glama.
- How many versions does MCP Toolz have?
- MCP Toplist tracks 2 versions of MCP Toolz, most recently published on Oct 25, 2025.
- Where can I find the source code for MCP Toolz?
- The source code for MCP Toolz is hosted at github.com/taylorleese/mcp-toolz.