{ "name": "tabletemplates-mcp", "version": "0.1.0", "mcpName": "io.github.tresor4k/tabletemplates-mcp", "description": "MCP server for the TableTemplates catalog — search 1,008 Excel & Google Sheets template keywords with US demand data, browse 16 categories, and find free no-signup spreadsheet templates.", "type": "module", "bin": { "tabletemplates-mcp": "src/index.js" }, "main": "src/index.js", "engines": { "node": ">=18" }, "homepage": "https://tabletemplates.com/", "repository": { "type": "git", "url": "git+https://github.com/tresor4k/tabletemplates-mcp.git" }, "bugs": { "url": "https://github.com/tresor4k/tabletemplates-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "excel-templates", "google-sheets", "spreadsheet-templates", "search-demand", "tabletemplates" ], "license": "MIT", "author": "tresor4k", "files": [ "src", "data", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.23.0" }, "scripts": { "test": "node test/smoke.mjs" } }