Token导航 LogoToken导航TokenDH.com
MCP Household logo
运维云端stdio官方级别未说明来源级核验

MCP Household

MCP Server

提供MCP服务器的安装、配置、运行和测试功能,支持跨平台操作。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
开发工具Python服务器管理本地部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

lashawntab

提供方

lashawntab

最后核验

2026/5/17 20:23

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python mcp_server.py

详细介绍

Running and Testing the MCP Server

Follow these steps to run and test the MCP server:

1. Install uv (if you have not already)

  • On Linux or macOS:
  brew install uv

pn

2. Create a virtual environment using uv:

uv venv .

3. Activate the environment:

  • On Linux or macOS:
  source .venv/bin/activate
  • On Windows:
  .venv\Scripts\activate

4. Install Python 3.12+ (if you have not already)

5. Install Dependencies

uv pip install -r pyproject.toml

6. Start the MCP Server (Python)

python mcp_server.py

OR

7. Test the MCP Server using MCP Inspector

npx @modelcontextprotocol/inspector uv --directory . run mcp_server.py

7. Available tools

The following tools are available:

  1. get_electricity_terms_from_facts_label_pdf # Extracts specific data from the PDF that is useful in other jobs.

目录标签

目录标签

开发工具Python服务器管理本地部署跨平台支持

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP