adambdooley/foundry-vtt-mcp
An MCP (Model Context Protocol) server that bridges Foundry VTT data with Claude Desktop, enabling users to chat with their game world data using their own Claude subscription.
Platform-specific configuration:
{
"mcpServers": {
"foundry-vtt-mcp": {
"command": "npx",
"args": [
"-y",
"foundry-vtt-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...