Cleric
Cleric - Configure Claude settings for MCP servers through a simple GUI
Overview
Cleric is a desktop application designed to manage Model Context Protocol (MCP) servers for Claude Desktop through a user-friendly graphical interface.
To use Cleric, download the application for your operating system (MacOS or Windows), launch it, and configure your MCP servers using the provided interface.
- Easy management of MCP servers with a simple GUI. - Automatic preservation of server configurations. - Real-time saving of changes. - Syncs with Claude Desktop for seamless server management. - Ability to test servers using the MCP Inspector.
- Adding and removing MCP servers for Claude Desktop.
- Configuring server settings easily without manual file edits.
- Testing server configurations before applying them in Claude Desktop.
Add to your AI client
Use these steps to connect Cleric in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"cleric-pcarion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"cleric-pcarion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"cleric-pcarion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"cleric-pcarion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cleric-pcarion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"cleric-pcarion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-cleric-pcarion"
]
}
}
}FAQ
Is Cleric compatible with all operating systems?
Currently, Cleric is available for MacOS and Windows, but the Windows version has not been fully tested yet.
How do I back up my configurations?
Before using Cleric, it's recommended to back up your `claude_desktop_config.json` file if you have manually configured MCP servers.
What should I do if I encounter issues launching Cleric on MacOS?
You may need to control-click the app icon and select Open to bypass security warnings.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":886,"uuid":"80c297cd-6ecf-440d-b26a-98179cf73024","name":"cleric","title":"Cleric","description":"Cleric - Configure Claude settings for MCP servers through a simple GUI","avatar_url":"https://avatars.githubusercontent.com/u/2176298?v=4","created_at":"2025-01-28T02:16:30.136Z","updated_at":"2025-02-23T07:12:48.174Z","status":"created","author_name":"pcarion","author_avatar_url":"https://avatars.githubusercontent.com/u/2176298?v=4","tags":"cleric,mcp-servers,configuration-tool","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/pcarion/cleric","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/pcarion/cleric/raw/main/assets/cleric-logo.svg","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]