Skip to content
Zed

mcp tiny for Zed

io.github.codespar/mcp-tiny

MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR

client:Zed transport:stdio runtime:npm

Install mcp tiny in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-tiny": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-tiny"
      ],
      "env": {
        "TINY_API_TOKEN": "<TINY_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp tiny in other clients