Blank Files MCP for Cursor
io.github.filearchitect/blankfiles-mcp
MCP server for listing and retrieving minimal valid blank files from blankfiles.com.
client:Cursor
transport:stdio
runtime:npm
Install Blank Files MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blankfiles-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@filearchitect/blankfiles-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs