Back to MCP directory
publicPublicdnsLocal runtime

tally-mcp-server

Tally Prime MCP服务器实现,用于向Claude、ChatGPT等主流LLM提供Tally ERP数据,支持MCP协议

article

README

🚀 塔利 - 普赖姆 - MCP服务器

塔利 - 普赖姆 - MCP服务器是主要的MCP(模型上下文协议)服务器实现。它能够将Tally ERP数据传递给Claude、ChatGPT等流行的大语言模型,并且支持MCP协议。

🚀 快速开始

该服务器可实现Tally ERP数据与大语言模型之间的数据传递。你可通过它将Tally ERP中的相关数据利用MCP协议传递给Claude、ChatGPT等模型,以获取基于这些数据的智能分析等服务。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client