Loading MCP server directory, please wait...
MCP server for Gramps genealogy via the Gramps Web API: CRUD, search, merge, timelines, DNA.
npx @getmcp/cli add io.github.oliverhruby/gramps-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GRAMPS_MCP_USERNAMEYour Gramps MCP username
GRAMPS_MCP_PASSWORDYour Gramps MCP password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oliverhruby/gramps-mcp": {
"command": "uvx",
"args": [
"gramps-mcp-full"
],
"env": {
"GRAMPS_MCP_USERNAME": "",
"GRAMPS_MCP_PASSWORD": "",
"GRAMPS_MCP_INSTANCES": ""
}
}
}
}