everything vs claude-faf-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | claude-faf-mcp by Wolfe-Jam | |
|---|---|---|
| Stars | ★ 85,748 | ★ 17 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
claude-faf-mcp · Summary
FAF MCP server for Claude — persistent project context with 33 tools for better AI development.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
claude-faf-mcp · Use cases
- Maintaining consistent project context across multiple Claude sessions
- Automating project documentation and README generation
- Syncing development context between different AI tools
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingclaude-faf-mcp · Install
Installation Options
**Web Transport (Recommended)**
claude mcp add --transport http claude-faf-mcp https://claude-faf-mcp.vercel.app/sse**Claude Desktop (Click & Install)**
- Download [claude-faf-mcp-5.5.2.mcpb](https://github.com/Wolfe-Jam/claude-faf-mcp/releases/latest/download/claude-faf-mcp-5.5.2.mcpb)
- Double-click to install
**Claude Desktop (Manual Install)**
npm install -g claude-faf-mcpAdd to your claude_desktop_config.json:
{
"mcpServers": {
"faf": { "command": "npx", "args": ["-y", "claude-faf-mcp"] }
}
}**Universal CLI (Any AI)**
npx faf-cli auto