SkillFM LLM Cost Optimizer
Rank #51,241io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
SkillFM LLM Cost Optimizer is a Model Context Protocol (MCP) server published by ericm1018. It ranks #51,241 of 107,144 servers tracked on MCP Toplist. SkillFM LLM Cost Optimizer is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 20, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 55,903 of 107,144 servers on MCP Toplist.
Use SkillFM LLM Cost Optimizer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skillfm-llm-cost-optimizer-openai-anthro -- npx -y @skillfm/llm-cost-optimizer-mcp[mcp_servers.skillfm-llm-cost-optimizer-openai-anthro]
command = "npx"
args = ["-y", "@skillfm/llm-cost-optimizer-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthro": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthro": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skillfm-llm-cost-optimizer-openai-anthro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthro": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthro": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}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.ericm1018%2Fskillfm-llm-cost-optimizer-openai-anthropic-usage)<a href="https://mcptoplist.com/server/io.github.ericm1018%2Fskillfm-llm-cost-optimizer-openai-anthropic-usage"><img src="https://mcptoplist.com/badge/io.github.ericm1018%2Fskillfm-llm-cost-optimizer-openai-anthropic-usage.svg" alt="MCP Toplist: Top 50% of 107,144" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ericm1018
Other servers by ericm1018
- SkillFM Beacon#51,237 · 1 ver
- SkillFM BYOK Vault#51,239 · 1 ver
- SkillFM Claude Code Token Usage#51,240 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 20, 2026 |
Frequently asked questions
- Who maintains SkillFM LLM Cost Optimizer?
- SkillFM LLM Cost Optimizer is maintained by ericm1018, which publishes 6 MCP servers (5 total versions) tracked on MCP Toplist.
- Is SkillFM LLM Cost Optimizer listed on the Official MCP Registry?
- Yes — SkillFM LLM Cost Optimizer is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SkillFM LLM Cost Optimizer have?
- MCP Toplist tracks 1 version of SkillFM LLM Cost Optimizer, most recently published on May 20, 2026.
- Where can I find the source code for SkillFM LLM Cost Optimizer?
- The source code for SkillFM LLM Cost Optimizer is hosted at github.com/ericm1018/skillfm-llm-cost-optimizer-mcp.