MCP server for Gramps Web. Gives AI agents structured, tool-based access to family trees through the Model Context Protocol. Built with .NET 8.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gramps-web-mcp": {
"command": "npx",
"args": [
"-y",
"Scormave/gramps-web-mcp"
]
}
}
}
Run in terminal:
claude mcp add gramps-web-mcp npx -y Scormave/gramps-web-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gramps-web-mcp": {
"command": "npx",
"args": [
"-y",
"Scormave/gramps-web-mcp"
]
}
}
}