Univer
HTTP-SSE基于Univer框架的AI电子表格自动化服务器
基于Univer框架的AI电子表格自动化服务器
🚀 AI-powered spreadsheet automation through Model Context Protocol (MCP)
Univer MCP is a Model Context Protocol (MCP) server that enables AI applications to interact with and automate spreadsheet operations using the powerful Univer framework. It bridges the gap between AI language models and spreadsheet functionality, allowing for intelligent spreadsheets processing and automation.
⚠️ Early Stage: Univer MCP is currently in early development. We welcome feedback, suggestions, and collaboration from the community to help shape its future direction.
https://github.com/user-attachments/assets/c77c7927-335e-47fd-9cf7-852d4880d4b9
Multi-modal Model required: Some Univer mcp tools support returning images for better understanding, so the model you choose should ideally support multimodality.
Plain text mode is currently experimental(NOT supported yet); it may be supported in the future. Any suggestions in this regard are very welcome.
First, you need to get an API key from the API Keys page. This key will be used to authenticate your MCP server connection.
Before you talk to LLM, you need to launch a univer instance, which is a spreadsheet runtime where you will see the contents of the spreadsheet and how it is being operated.
There are two ways to start a univer instance quickly:
Add the following configuration to your MCP client settings:
{ "mcpServers": { "univer": { "url": "https://mcp.univer.ai/mcp/?univer_session_id=default", "type": "http", "headers": { "Authorization": "Bearer <API_KEY>" } } } }
[!TIP]
univer_session_idis the session id of your Univer MCP session. Optional,defaultby default. Keep in mind that the session id MUST be consistent with the session id of your Univer instance.
claude mcp add --transport http univer-mcp https://mcp.univer.ai/mcp/ -H 'Authorization: Bearer {Your UNIVER_API_KEY}'
gemini mcp add --transport http univer-mcp https://mcp.univer.ai/mcp/ --header "Authorization: Bearer {Your UNIVER_API_KEY}"
univer-mcpThis project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by the DreamNum team