Express
Description
# mcp-server-express MCP Server 一个基于TypeScript的MCP服务器,实现了简单的快递查询系统。 ## 功能 ### 工具 - `query_express` - 通过快递单号查询快递信息 - 调用快递100接口 https://api.kuaidi100.com/manager/v2/home - `compare_price` - 比较快递公司的寄件价格 ## 开发 安装依赖: ```bash npm install ``` 构建服务器: ```bash npm run build ```…
About
# mcp-server-express MCP Server 一个基于TypeScript的MCP服务器,实现了简单的快递查询系统。 ## 功能 ### 工具 - `query_express` - 通过快递单号查询快递信息 - 调用快递100接口 https://api.kuaidi100.com/manager/v2/home - `compare_price` - 比较快递公司的寄件价格 ## 开发 安装依赖: ```bash npm install ``` 构建服务器: ```bash npm run build ``` 开发模式(自动重建): ```bash npm run watch ``` ## 安装…
Details
- Author
- wangbin3685
- GitHub stars
- 1
- Downloads
- 214
- Categories
- Developer Tools
Jump to
- Query courier information by tracking number via Kuaidi100 API
- Compare shipping prices across different courier companies
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ExpressCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with npm install, build with npm run build, and run in watch mode with npm run watch. Configure the server in Claude Desktop's JSON config file by specifying the command npx -y mcp-server-express-maxbin with --auth_key and --customer arguments for Kuaidi100 authentication.
query_express
实时查询快递物流信息
compare_price
查询多个快递公司快递价格
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"express": {
"mcp-server-express-maxbin": {
"command": "npx",
"args": [
"-y",
"mcp-server-express-maxbin",
"--auth_key=kuaidi100authkey",
"--customer=kuaidi100customer"
],
"env": []
}
}
}
}
McpServers
{
"mcp-server-express-maxbin": {
"command": "npx",
"args": [
"-y",
"mcp-server-express-maxbin",
"--auth_key=kuaidi100authkey",
"--customer=kuaidi100customer"
],
"env": []
}
}
mcp-server-express MCP Server
一个基于TypeScript的MCP服务器,实现了简单的快递查询系统。
功能
工具
-query_express - 通过快递单号查询快递信息
- 调用快递100接口 https://api.kuaidi100.com/manager/v2/home
- compare_price - 比较快递公司的寄件价格
开发
安装依赖:
npm install
构建服务器:
npm run build
开发模式(自动重建):
npm run watch
安装
要与Claude Desktop一起使用,请添加服务器配置:
在MacOS上:~/Library/Application Support/Claude/claude_desktop_config.json
在Windows上:%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server-express-maxbin": {
"command": "npx",
"args": [
"-y",
"mcp-server-express-maxbin",
"--auth_key=kuaidi100authkey",
"--customer=kuaidi100customer",
],
"env": {}
}
}
}
调试
由于MCP服务器通过stdio通信,调试可能具有挑战性。我们推荐使用MCP Inspector,它作为一个包脚本提供:
npm run inspector
Inspector将提供一个URL,用于在浏览器中访问调试工具。
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





