MCP Server
SkillFM LLM Cost Optimizer MCP Server
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
What is the SkillFM LLM Cost Optimizer MCP server?
LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
How to install SkillFM LLM Cost Optimizer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthropic-usage": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthropic-usage": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skillfm-llm-cost-optimizer-openai-anthropic-usage": {
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"skillfm-llm-cost-optimizer-openai-anthropic-usage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skillfm/llm-cost-optimizer-mcp"
]
}
}
}Claude Code
claude mcp add skillfm-llm-cost-optimizer-openai-anthropic-usage -- npx -y @skillfm/llm-cost-optimizer-mcpRelated MCP servers
AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.
View repository →AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.
View repository →BYOK vault, provider API key guidance, usage visibility, and SkillFM Beacon checks for MCP agents.
View repository →Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.
View repository →