tsvsheet.mcp

tsvsheet/tsvsheet.mcp
★ 0 stars Go AI/LLM Updated today
MCP server for tsvsheet: render/check/explain/eval .tsvt spreadsheets as tools for AI agents, via the go-tsvsheet engine
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tsvsheet.mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/tsvsheet/tsvsheet.mcp@latest"
      ]
    }
  }
}