AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools

✍️ OpenClawRadar📅 Published: March 11, 2026🔗 Source
AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
Ad

AgenticStore MCP is an open-source Python toolkit designed to simplify MCP (Model Context Protocol) configuration for Claude Desktop. It replaces the need to run multiple separate Node.js servers and manually edit JSON configuration files with a single installation that provides 27 local tools.

Key Features

The toolkit provides three main categories of functionality:

  • True Persistent Memory: 12 specific tools for writing to local JSON files, allowing Claude to retrieve context from previous sessions even in fresh chats days later.
  • Web Search without API quotas: Integration with SearXNG for deep web crawling and live searches that run privately on your local machine.
  • Repo Auditing: Tools for running regex searches across entire projects, linting Python code natively, and automatically drafting Git commits without manual command execution.
Ad

Installation and Setup

The tool is specifically designed to avoid Docker and Node.js requirements. Installation is done via pip:

pip install git+https://github.com/agenticstore/agentic-store-mcp.git

Once installed, you add the agentic-store-mcp command to your Claude Desktop config file to automatically gain access to all 27 tools. The toolkit includes a local web GUI that lets you visually toggle which tools Claude has access to without manually editing JSON configuration files.

This approach addresses the current MCP ecosystem complexity where users typically need to run separate servers for filesystem access, SQLite for memory, and Puppeteer containers for search, then carefully edit claude_desktop_config.json each time they want to enable or disable tools.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also