Wjttc
Rank #1,026one.faf/wjttc
F1-grade MCP certification. 46 tests, 7 tiers. From the creator of IANA-registered .faf format.
Wjttc is a Model Context Protocol (MCP) server published by Wolfe-Jam. It ranks #1,026 of 115,460 servers tracked on MCP Toplist, and its repository has 171 GitHub stars. Wjttc is listed on Official MCP, with 7 tracked versions. It was first listed on Dec 2, 2025 and most recently updated on Jul 21, 2026.
Ranks ahead of 114,434 of 115,460 servers on MCP Toplist.
Use Wjttc
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add wjttc -- npx -y wjttc[mcp_servers.wjttc]
command = "npx"
args = ["-y", "wjttc"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"wjttc": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"wjttc": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"wjttc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"wjttc": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"wjttc": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/one.faf%2Fwjttc)<a href="https://mcptoplist.com/server/one.faf%2Fwjttc"><img src="https://mcptoplist.com/badge/one.faf%2Fwjttc.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Wolfe-Jam
Other servers by Wolfe-Jam
- Claude FAF#1,105 · 24 vers
- Grok FAF#2,114 · 12 vers
- .faf - Universal Project Context#3,151 · 11 vers
- Rust FAF#3,560 · 9 vers
- Gemini FAF#6,010 · 6 vers
- mcp-better#6,337 · 7 vers
- faf-trinity#41,183
- mcp-current-repo#57,622
Available versions (7)
| Version | Published |
|---|---|
| 1.4.1 | Jul 21, 2026 |
| 1.4.0 | May 3, 2026 |
| 1.3.0 | Feb 17, 2026 |
| 1.2.1 | Feb 15, 2026 |
| 1.2.0 | Feb 3, 2026 |
| 1.1.0 | Dec 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Wjttc?
- Wjttc is maintained by Wolfe-Jam, which publishes 9 MCP servers (76 total versions) tracked on MCP Toplist.
- Is Wjttc listed on the Official MCP Registry?
- Yes — Wjttc is listed on the Official MCP Registry.
- How many versions does Wjttc have?
- MCP Toplist tracks 7 versions of Wjttc, most recently published on Jul 21, 2026.
- Where can I find the source code for Wjttc?
- The source code for Wjttc is hosted at github.com/Wolfe-Jam/wjttc.