An MCP server for building Pathfinder 2nd Edition Remastered characters together with an AI assistant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pf2e-mcp": {
"command": "uvx",
"args": [
"pf2e-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pf2e-mcp uvx pf2e-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pf2e-mcp": {
"command": "uvx",
"args": [
"pf2e-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install pf2e-mcp
README Excerpt
An MCP server for building Pathfinder 2nd Edition Remastered characters together with an AI assistant. Rather than relying on the assistant's own memory of the rules — which is often incomplete or out of date — it looks everything up in a local, structured database built from the official rules data.
Tools (20)
build_calculate_derived_stats build_check_prerequisite build_get_level_up_choices build_list_ability_boost_options build_list_available_feats build_list_available_spells build_list_classes build_list_equipment build_list_skill_increase_options build_render_character_sheet build_to_pathbuilder_export build_validate_build resolved rules_data_version rules_explain rules_get_entry rules_list_subclass_option_groups rules_list_subclass_options rules_list_variant_rules rules_related