Token导航 LogoToken导航TokenDH.com
MCP Server Langgraph logo
地图位置stdio官方级别未说明来源级核验

MCP Server Langgraph

MCP Server

MCP服务器是一个用于处理天气数据和计算的服务,支持多服务器并行运行。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
位置天气PythonAPI密钥

安装说明

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

作者 / 组织

NilupulNishan

提供方

NilupulNishan

最后核验

2026/5/17 20:21

快速接入

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

命令预览

pip install python-dotenv langchain-mcp-adapters langgraph "langchain[openai]" mcp

详细介绍

MCP 服务器

视频教程(印地语):https://youtu.be/\_KB2146fFYs

这里有一个公共MCP服务器列表:

👉 https://github.com/modelcontextprotocol/servers

👉 Weather MCP Server — https://github.com/mschneider82/mcp-openweather

环境设置:

设置天气MCP服务器:

Step 1 – Install Go: https://go.dev/dl/

Step 2 - Clone and Build

	git clone https://github.com/mschneider82/mcp-openweather.git

	cd mcp-openweather
	
	go build -o mcp-weather

Step 3 – Get OpenWeatherMap API Key
	1.	Visit https://openweathermap.org/api
	2.	Create a free account.
	3.	Copy your API key (called appid).
	4.	If it doesn’t work right away — wait a few hours.

在本地运行MCP服务器:

./mcp-weather  (⚠️ Keep this terminal running, this is your MCP server.)

pip install python-dotenv langchain-mcp-adapters langgraph "langchain[openai]" mcp 
pip install mcp-server-calculator

添加第二个MCP服务器-计算器

Install:

	pip install mcp-server-calculator
	
Run in separate terminals:

	Terminal 1 — Weather MCP Server
	
		.\mcp-weather.exe

	Terminal 2 — Calculator MCP Server
	
		python -m mcp_server_calculator

	Terminal 3 — Your Client
	
		python 1.py

目录标签

目录标签

位置天气PythonAPI密钥天气服务本地部署计算服务多服务器运行

接入字段

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

stdio

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

api-key

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdioapi-key部署方式未说明

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

安装前确认

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

来源信息

继续浏览同类 MCP