Mise backend plugin to declaratively manage Claude Code MCP servers, skills, and plugins
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mise-claude": {
"command": "npx",
"args": [
"-y",
"komune-io/mise-claude"
]
}
}
}
Run in terminal:
claude mcp add mise-claude npx -y komune-io/mise-claude
Add to .cursor/mcp.json:
{
"mcpServers": {
"mise-claude": {
"command": "npx",
"args": [
"-y",
"komune-io/mise-claude"
]
}
}
}