Familiar for Cursor
com.familiarvtt/familiar
AI co-pilot for Foundry VTT: runs combat, scenes, voices and audio. Requires the Familiar module.
client:Cursor
transport:stdio
runtime:npm
Install Familiar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"familiar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"familiar-vtt"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs