fig-standards

GitHub

Standards either proposed or approved by the Framework Interop Group

12,521 stars Unknown
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fig-standards": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fig-standards"
      ]
    }
  }
}