mcp tiny for Claude Desktop
io.github.codespar/mcp-tiny
MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp tiny in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-tiny": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-tiny"
],
"env": {
"TINY_API_TOKEN": "<TINY_API_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs