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

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.
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.gitOnce 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
👀 See Also

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network
A Python MCP plugin built with FastMCP intercepts HTTP 402 Payment Required responses, pays Lightning Network invoices, and retrieves data for AI agents. The repository includes a local dummy-agent for testing without spending real funds.

OpenClaw Client Adds Live API Cost Tracking, Spending Caps, and Granular Agent Controls
OpenClaw Client now features live usage UI with circular progress bars, per-agent spending caps, sub-agent management, skill toggling, and model switching from different providers.

Agent Skill Harbor: GitHub-native skill management for AI agent teams
Agent Skill Harbor is an open-source platform for teams to share, track, and govern AI agent skills using GitHub-native workflows. It collects skills from GitHub repos, tracks provenance, supports safety checks, and publishes a static catalog site with GitHub Actions and Pages.

80-line Python script uses Claude to auto-generate internal link suggestions, cuts linking time from 2 hours to 8 minutes
A Reddit user built an 80-line Python script that feeds an article draft and sitemap to Claude, returning relevant internal link targets with suggested anchor text — reducing manual linking time from 2 hours to 8 minutes per article.