MCP Server
Maintained
MIT
ComparEdge LLM Cost MCP Server
io.github.imkemit-ops/comparedge-llm-cost
What is the ComparEdge LLM Cost MCP server?
Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.
How to install ComparEdge LLM Cost
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": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"comparedge-llm-cost": {
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"comparedge-llm-cost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/llm-cost-mcp"
]
}
}
}Claude Code
claude mcp add comparedge-llm-cost -- npx -y @comparedge/llm-cost-mcpRelated MCP servers
ComparEdge Price Watch
Maintained
Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases.
2
View repository →JavaScript
MIT
ComparEdge
Active
Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools.
1
View repository →JavaScript
MIT