Familiar runs on your own machine — the client starts it, so there is no endpoint to ping. 494 installs a week from npm.
AI co-pilot for Foundry VTT — combat, scenes & audio. Requires the Familiar module.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add familiar -- npx -y familiar-vtt
{
"mcpServers": {
"familiar": {
"args": [
"-y",
"familiar-vtt"
],
"command": "npx"
}
}
}
[mcp_servers.familiar]
command = "npx"
args = ["-y", "familiar-vtt"]
{
"mcpServers": {
"familiar": {
"args": [
"-y",
"familiar-vtt"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"familiar": {
"args": [
"-y",
"familiar-vtt"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.