← Index

io.github.codespar/mcp-tiny

io.github.codespar/mcp-tiny·v0.1.2·Other
Quality Score
80
/100

MCP server for Tiny ERP — products, orders, invoices, stock, accounts payable

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-tiny": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-tiny"
      ],
      "env": {
        "TINY_API_TOKEN": "<your-tiny_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-tiny": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-tiny"
      ],
      "env": {
        "TINY_API_TOKEN": "<your-tiny_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-tiny
§02  Environment variables
TINY_API_TOKEN
requiredsecret

API key for tiny

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other