Chatexcel Mcp

Created By
Lillard01a year ago
chatExcel - 基于模型上下文协议(MCP)的Excel智能处理与数据分析服务器,专为Excel文件智能解析、数据处理、代码执行以及交互式图表生成而设计。支持复杂Excel格式处理、智能参数推荐、代码模板生成和高级数据可视化。
Overview

ChatExcel MCP Server 是一个功能强大的模型上下文协议(MCP)服务器,专门为Excel文件处理、数据分析和可视化而设计。项目集成了Python生态系统的最佳数据处理库,并通过Go excelize库提供高性能Excel操作能力。

🎯 核心特性 24个专业MCP工具 - 覆盖数据读取、处理、验证、可视化、公式计算全流程 双引擎架构 - Python pandas + Go excelize 混合处理引擎 Excel公式引擎 - 基于formulas库的完整Excel公式解析、编译和执行系统 智能参数推荐 - 自动检测Excel文件结构并推荐最佳读取参数 企业级安全 - 多层安全机制,代码沙箱执行环境,公式安全验证 性能优化 - 缓存机制、并发处理、内存优化 健康监控 - 完整的服务监控、日志记录和错误追踪 可视化支持 - 交互式图表生成(Chart.js、Plotly、Matplotlib)

Server Config

{
  "mcpServers": {
    "chatExcel": {
      "command": "/Path/mcp/chatExcel-mcp/venv/bin/python",
      "args": [
        "/Path/mcp/chatExcel-mcp/server.py"
      ],
      "env": {
        "PYTHONPATH": "/Path/mcp/chatExcel-mcp"
      },
      "description": "chatExcel MCP服务器 - 支持24个Excel智能处理与数据分析工具",
      "version": "1.4.0",
      "tools_count": 24,
      "supported_formats": [
        "xlsx",
        "xls",
        "csv",
        "json",
        "html"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Lillard01
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago