Anthropic MCP server for .faf — 33 tools, IANA-registered format. npm: claude-faf-mcp. MCP Registry #2759
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-faf-mcp": {
"command": "npx",
"args": [
"-y",
"Wolfe-Jam/claude-faf-mcp"
]
}
}
}
Run in terminal:
claude mcp add claude-faf-mcp npx -y Wolfe-Jam/claude-faf-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-faf-mcp": {
"command": "npx",
"args": [
"-y",
"Wolfe-Jam/claude-faf-mcp"
]
}
}
}