CodexBar provides usage statistics for OpenAI Codex and Claude Code. It exposes metrics like token usage, API calls, and cost tracking. The server connects directly to the OpenAI and Anthropic APIs. Developers use it to monitor AI coding assistant usage without logging into separate platforms.
CodexBar provides usage statistics for OpenAI Codex and Claude Code. It exposes metrics like token usage, API calls, and cost tracking. The server connects directly to the OpenAI and Anthropic APIs. Developers use it to monitor AI coding assistant usage without logging into separate platforms.
npx -y codexbarAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"steipete-codexbar-github": {
"command": "npx",
"args": [
"-y",
"npx -y codexbar"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from CodexBar?"
API Key Required
This server requires an API key from CodexBar. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CODEXBAR_API_KEY | Yes | Your CodexBar API key |
"What resources are available in CodexBar?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in CodexBar"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in CodexBar with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.