mcp data for Cursor
io.github.infoinlet-marketplace/mcp-data
Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).
client:Cursor
transport:stdio
runtime:npm
Install mcp data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-data": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-data"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs