fittok
Rank #37,270io.github.likhithreddy/fittok
Retrieve only the relevant code for a codebase question, within a token budget.
fittok is a Model Context Protocol (MCP) server published by likhithreddy. It ranks #37,270 of 115,591 servers tracked on MCP Toplist. fittok is listed on Official MCP, with 5 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 78,321 of 115,591 servers on MCP Toplist.
Use fittok
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fittok -- uvx fittok[mcp_servers.fittok]
command = "uvx"
args = ["fittok"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fittok": {
"command": "uvx",
"args": [
"fittok"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fittok": {
"command": "uvx",
"args": [
"fittok"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fittok": {
"type": "stdio",
"command": "uvx",
"args": [
"fittok"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fittok": {
"command": "uvx",
"args": [
"fittok"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fittok": {
"command": "uvx",
"args": [
"fittok"
]
}
}
}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/io.github.likhithreddy%2Ffittok)<a href="https://mcptoplist.com/server/io.github.likhithreddy%2Ffittok"><img src="https://mcptoplist.com/badge/io.github.likhithreddy%2Ffittok.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
likhithreddy
Other servers by likhithreddy
View all likhithreddy servers →Available versions (5)
| Version | Published |
|---|---|
| 0.11.1 | Aug 24, 2026 |
| 0.11.0 | Jul 26, 2026 |
| 0.10.0 | Jul 12, 2026 |
| 0.8.2 | Jul 11, 2026 |
| 0.5.2 | Jul 7, 2026 |
Frequently asked questions
- Who maintains fittok?
- fittok is maintained by likhithreddy, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is fittok listed on the Official MCP Registry?
- Yes — fittok is listed on the Official MCP Registry.
- How many versions does fittok have?
- MCP Toplist tracks 5 versions of fittok, most recently published on Aug 24, 2026.
- Where can I find the source code for fittok?
- The source code for fittok is hosted at github.com/likhithreddy/fittok.