sheetspec for Cursor
io.github.helloo1568/sheetspec
Contract testing and quality gates for spreadsheets created by AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install sheetspec in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sheetspec": {
"type": "stdio",
"command": "uvx",
"args": [
"sheetspec"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs