loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcpstore

MCP Tool

whillhill/mcpstore

开盒即用的优雅管理mcp服务 | 结合Agent框架 | 作者听劝 | 已发布pypi | Vue页面demo

Install

$ npx loaditout add whillhill/mcpstore

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcpstore": {
      "command": "npx",
      "args": [
        "-y",
        "mcpstore"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

<table align="center"> <tr> <td> <pre> ███ ███ ██████ ███████ ██████ ████████ ██████ ██████ ███████ ████ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██ ███████ ██████ ██ ██ ██ ██████ █████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ██ ██████ ██ ██████ ██ ██ ███████ </pre> </td> </tr> </table>

---

English | 简体中文

在线体验 | 详细文档 | 快速使用

</div>

mcpstore 是什么?

开发者最佳的mcp管理包 快速维护mcp服务并应用

快速开始
pip install mcpstore
简单示例

一切的开始:初始化一个store

from mcpstore import MCPStore
store = MCPStore.setup_store()

现在你获得了一个 store,利用store去使用你的MCP服务,store 会维护和管理这些 MCP 服务。

给store添加第一个服务
#在上面的代码下面加入
store.for_store().add_service({"mcpServers": {"mcpstore_wiki": {"url": "https://www.mcpstore.wiki/mcp"}}})
store.for_store().wait_service("mcpstore_wiki")

add_service方法支持多种mcp服务配置格式,。wait_service用来等待服务就绪。

将mcp适配转为langchain需要的对象
#在上面的代码下面加入
tools = store.for_store().for_langchain().list_tools()
print("loaded langchain tools:", len(tools))

轻松将mcp服务转为langchain可以直接使用的tools列表

框架适配

积极支持更多的框架

| 已支持框架 | 获取工具 | | --- | --- | | LangChain | tools = store.for_store().for_langchain().list_tools() | | LangGraph | tools = store.for_store().for_langgraph().list_tools() | | AutoGen | tools = store.for_store().for_autogen().list_tools() | | CrewAI | tools = store.for_store().for_crewai().list_tools() | | LlamaIndex | `tools = store.for_store().for_llamaindex().list_too

Tags

fastmcpmcpmcp-clientmcp-hostmcp-hubmcp-marketplacemcp-registrymcp-servermcp-toolsmcp-usemcpservermcpstorepythonvuepypi

Reviews

Loading reviews...

Quality Signals

Quality Score5500
429
Stars
0
Installs
Last updated39 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcepypi
Last commit3/12/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/whillhill/mcpstore)](https://loaditout.ai/skills/whillhill/mcpstore)