Lmstudio Toolpack
L

Lmstudio Toolpack

The Local MCP Tools Collection aims to simplify the integration of multi - functional tools for local large language models, supporting multiple MCP servers through a single virtual environment, including web search, Python sandbox, and long - term memory functions.
2.5 points
5.2K

What is the Local MCP Tools Collection?

This is a toolkit designed specifically for local large language models (LLMs), built based on the Model Context Protocol (MCP) standard. It enables your local AI assistant to access capabilities such as web search, running Python code, and saving long - term memory, just like installing a set of practical extension plugins for the AI assistant.

How to use this toolkit?

You only need to run a simple configuration wizard, which will automatically generate the MCP configuration file. Then add this configuration file to your LLM client (such as LM Studio), and your AI assistant can immediately use all the tools. The whole process is as simple as installing a mobile app.

Use cases

Suitable for users who want to enhance the capabilities of their AI assistants in a local environment, such as those who need the AI assistant to search for the latest information, perform mathematical calculations, write and test code, or remember important conversation content for later reference.

Main Features

Web Search
Use the DuckDuckGo search engine to obtain and summarize the latest web information. The AI assistant can search for any topic and obtain real - time information.
Python Sandbox
A secure Python code execution environment that supports mathematical libraries such as numpy and sympy. The AI assistant can run Python code, perform mathematical calculations, and conduct data analysis.
Long - Term Memory
Provides memory storage functionality for the AI assistant, which can remember important conversation content, user preferences, and key information, and recall them in subsequent conversations.
Automatic Configuration Generation
Provides a user - friendly configuration wizard that automatically generates the MCP configuration file without the need to manually write complex configuration code.
Unified Virtual Environment
All tools share the same Python virtual environment, simplifying dependency management and the installation process.
Advantages
Ready to use: The configuration wizard makes the setup process very simple.
Comprehensive functionality: Covers core needs such as search, calculation, and memory.
Local operation: All tools are executed locally to protect privacy.
Unified management: One virtual environment manages all tool dependencies.
Flexible deployment: Supports deployment on local and remote servers.
Limitations
Requires Python 3.13 or higher.
The Python sandbox function needs to be used with caution to avoid running insecure code.
Web search depends on the availability of the DuckDuckGo API.
Requires basic command - line operation knowledge.

How to Use

Installation Preparation
Ensure that your system has Python 3.13 or higher installed. It is recommended to use the uv package manager for installation.
Run the Configuration Wizard
Run the main.py file and follow the wizard's prompts to complete the configuration. The wizard will ask you which tools you need to enable.
Get the Configuration File
The wizard will generate an MCP configuration file (usually in JSON format). Copy the contents of this file.
Configure the LLM Client
Paste the contents of the generated configuration file into the MCP configuration section of your LLM client (such as LM Studio).
Start Using
Restart your LLM client, and now your AI assistant can use all the tools!

Usage Examples

Research and Learning
When you are learning new knowledge, you can ask the AI assistant to search for relevant latest materials and use Python to calculate relevant data.
Mathematical Calculation
When you need to solve complex mathematical problems, the AI assistant can directly run Python code for calculation.
Personal Assistant
Ask the AI assistant to remember your schedule, important matters, or personal preferences.

Frequently Asked Questions

Do I need programming knowledge to use this toolkit?
Is the Python sandbox safe?
Which LLM clients are supported?
Where is the data stored?
How to add new tools?

Related Resources

MCP Protocol Official Documentation
The official technical specification of the Model Context Protocol
GitHub Repository
The source code and latest version of this toolkit
LM Studio Official Website
A popular local LLM running platform
uv Package Manager
A fast Python package manager and installation tool

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "memory": {
      "command": "E:\\LMStudio\\mcp\\lmstudio-toolpack\\.venv\\Scripts\\python.exe",
      "args": [
        "E:\\LMStudio\\mcp\\lmstudio-toolpack\\MCPs\\Memory.py"
      ]
    },
    "python-sandbox": {
      "command": "E:\\LMStudio\\mcp\\lmstudio-toolpack\\.venv\\Scripts\\python.exe",
      "args": [
        "E:\\LMStudio\\mcp\\lmstudio-toolpack\\MCPs\\python-sandbox.py"
      ]
    },
    "websearch": {
      "command": "E:\\LMStudio\\mcp\\lmstudio-toolpack\\.venv\\Scripts\\python.exe",
      "args": [
        "E:\\LMStudio\\mcp\\lmstudio-toolpack\\MCPs\\WebSearch.py"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
5.2K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
9.1K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.3K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
8.6K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
13.2K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
12.1K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
8.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.6K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
16.6K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
55.6K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.6K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
52.5K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.5K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
17.3K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
36.8K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase