AI tooling that runs on your machine.
Production-grade MCP servers, desktop apps, and AI infrastructure for developers with local GPU workstations. No cloud dependencies. No API keys for core functionality. Runs on Ollama, RTX, and your own hardware.
Discover tools
# mcpt — discover and run MCP Tool Shop tools
pip install mcpt
mcpt search "semantic file search"
# → file-compass · HNSW · multi-language AST
mcpt search "typing practice developer"
# → dev-op-typer · WinUI 3 · adaptive Elo
mcpt info tool-compass
# → 115+ tools · 6 backends · local embeddings
Use with Claude
# Add to claude_desktop_config.json:
{
"mcpServers": {
"tool-compass": {
"command": "uvx",
"args": ["tool-compass"]
},
"file-compass": {
"command": "uvx",
"args": ["file-compass", "--root", "/your/project"]
},
"brain-dev": {
"command": "uvx",
"args": ["brain-dev"]
}
}
}
Homebrew
# Official Homebrew tap
brew tap mcp-tool-shop-org/mcp-tools
brew install tool-compass
brew install file-compass
brew install brain-dev
# Or discover everything
pip install mcpt && mcpt search "."
Built for the agentic era
Everything runs on your hardware. MCP-native from day one.
MCP servers
8+ production-grade MCP servers. Tool discovery, semantic file search, code analysis, voice synthesis, WebSketch IR, file operations, and more. Drop them into Claude Code, Cursor, or any MCP client.
Windows desktop apps
11+ desktop apps and VS Code extensions. WinUI 3 and .NET MAUI — native Windows experiences for AI inference, budgeting, training dynamics, typing practice, and voice. RTX 5080 / Blackwell optimized.
AI generation & training
Headless ComfyUI client, LLM fine-tuning with GGUF export, audiobook generation from EPUB. All local. No subscription. Your GPU, your data, your models.
Flagship tools by category
99 repos across MCP servers, desktop apps, AI tooling, and developer infrastructure.
Get started
Discover tools
pip install mcpt
# Search by what you need
mcpt search "semantic code search"
mcpt search "voice synthesis mcp"
mcpt search "budget windows app"
# Get details on any tool
mcpt info file-compass Add MCP servers
# Quickest way — uvx (no install needed)
# Works in Claude Code, Cursor, VS Code
{
"mcpServers": {
"tool-compass": {
"command": "uvx",
"args": ["tool-compass"]
}
}
} WebSketch IR
# Capture any web page as LLM-readable IR
npm install -g websketch-cli
# Render a page to semantic primitives
websketch render https://example.com
# Use via MCP server
npx websketch-mcp Community
# Community health files live here:
# CODE_OF_CONDUCT.md
# CONTRIBUTING.md
# SECURITY.md
# SUPPORT.md
#
# Report issues on individual repos.
# Org-wide discussions:
# github.com/orgs/mcp-tool-shop-org/discussions Principles
Every tool in the org is built to these standards.
Local-first
Everything runs on your machine. No cloud required. No telemetry. Designed for RTX / Blackwell workstations — Ollama, CUDA, and local embeddings are first-class citizens.
MCP-native
Tools compose through the Model Context Protocol. Works with Claude Code, Cursor, VS Code, and any MCP client. The protocol is the interface — not a vendor SDK.
Production-grade
CI/CD on every repo. Tests, error handling, security hardening, semantic versioning. Accessibility baked in. WCAG compliance tooling. Low-vision-first CLI output. Both names are on every commit.