claude-codex-settings
This MCP server provides a personal setup for Claude Code and OpenAI Codex with various skills and commands.
The Claude Codex Settings repository includes a comprehensive collection of battle-tested skills, commands, hooks, agents, and MCP servers that enhance the functionality of AI coding tools. It is designed for daily use, allowing users to easily integrate and customize their AI coding environment with plugins tailored to their needs. The repository serves as a central hub for managing these enhancements, ensuring that users can efficiently install and configure the tools they require.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-codex-settings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-codex-settings"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions