Token导航 LogoToken导航TokenDH.com
MCP Bacis Create Tool logo
AI代理stdio官方级别未说明来源级核验

MCP Bacis Create Tool

MCP Server

一个基于fastmcp框架的MCP工具创建和注册演示项目,可将Python函数暴露为AI客户端工具。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
服务器开发PythonClaudeAI工具集成Claude DesktopClaude

安装说明

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

作者 / 组织

anilvermaspeaks

提供方

anilvermaspeaks

最后核验

2026/5/17 20:23

运行时

Python

快速接入

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

命令预览

python -m venv basics-mcp

详细介绍

🧠 MCP基本创建工具

最低限度 模型上下文协议(MCP) 演示如何使用创建和注册工具的项目 fastmcp 框架。

此存储库显示了如何构建工作 MCP服务器 它可以将Python函数作为AI客户端的工具公开,例如 克劳德桌面 或任何其他MCP兼容应用程序。

______________________________________________________________________

🚀 特性

  • 使用简单的MCP服务器设置 FastMCP
  • 示例工具实现(get_weather)
  • 易于使用更多工具进行扩展
  • 已准备好与Claude或ChatGPT集成(通过MCP)

______________________________________________________________________

1.️⃣ 克隆存储库

git clone https://github.com/anilvermaspeaks/mcp-bacis-create-tool.git
cd mcp-bacis-create-tool

 Create and activate a virtual environment
python -m venv basics-mcp

To connect this tool to Claude Desktop, add the following entry inside your Claude configuration file:

Config path:

Windows → %APPDATA%\Claude\claude_desktop_config.json

macOS → ~/Library/Application Support/Claude/claude_desktop_config.json

Add this JSON snippet:

{
  "mcpServers": {
    "mcp-bacis-create-tool": {
      "command": "python",
      "args": [
        "D:/basics-mcp/main.py"
      ],
      "env": {
        "PYTHONPATH": "D:/basics-mcp"
      }
    }
  }
}

## run MCP server(main.py) using custom mcp client(client.py)
  uv run python client.py```

目录标签

目录标签

服务器开发PythonClaudeAI工具集成MCP协议本地部署Python框架

支持客户端

Claude DesktopClaude

接入字段

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

stdio

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

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdionone部署方式未说明

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

安装前确认

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

来源信息

继续浏览同类 MCP