Skip to content
Windsurf

mcp tiny for Windsurf

io.github.codespar/mcp-tiny

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

client:Windsurf transport:stdio runtime:npm

Install mcp tiny in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp tiny in other clients