Skip to content
Cursor

mcp tiny for Cursor

io.github.codespar/mcp-tiny

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

client:Cursor transport:stdio runtime:npm

Install mcp tiny in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp tiny in other clients