
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
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 34 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.