
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
excel-mcp-server
Advanced tools
这是一个Model Context Protocol (MCP) 服务器,提供Excel文件读取功能,可用于Cursor等支持MCP的AI助手工具。
在使用之前,确保已安装以下依赖:
pip install pandas fastapi mcp-server
# 全局安装
npm install -g .
# 运行
excel-mcp-server
npx .
在Cursor的配置文件中添加以下内容:
{
"mcpServers": {
"excel-reader": {
"command": "npx",
"args": [
"excel-mcp-server"
]
}
}
}
对于Windows用户,如果遇到npx问题,可以使用以下替代配置:
{
"mcpServers": {
"excel-reader": {
"command": "node",
"args": [
"路径到你的项目/index.js"
]
}
}
}
或者直接使用Python:
{
"mcpServers": {
"excel-reader": {
"command": "python",
"args": [
"路径到你的项目/read_file_server.py"
]
}
}
}
FAQs
Excel文件读取MCP服务器
The npm package excel-mcp-server receives a total of 202 weekly downloads. As such, excel-mcp-server popularity was classified as not popular.
We found that excel-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.