Overview
Clojars MCP Server is a Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository.
To use the Clojars MCP Server, configure it in Claude's settings, and it will automatically become available under the 'Connected MCP Servers' section. You can then use the provided tools through the use_mcp_tool command.
- Get the latest version of any Clojars dependency. - Check if a specific version of a dependency exists. - Simple, focused responses for dependency queries. - Easy integration with Claude through MCP.
- Retrieving the latest version of a Clojure library.
- Verifying the existence of a specific version of a dependency.
- Integrating with development tools that require Clojars dependency information.
Add to your AI client
Use these steps to connect Clojars MCP Server 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": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}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": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"bigsy-clojars-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bigsy-clojars-mcp-server-mcp-mirror"
]
}
}
}FAQ
What is Clojars?
Clojars is a community-driven repository for Clojure libraries.
How do I install the Clojars MCP Server?
Clone the repository, install dependencies, build the server, and configure it in Claude.
Can I use this server with other tools?
The server is designed to work with Claude, but it can be adapted for other environments.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":742,"uuid":"20d1221e-39f5-4ae7-bad6-6ad4b42b876d","name":"Bigsy_Clojars-MCP-Server","title":"Clojars MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:28:26.574Z","updated_at":"2025-02-23T07:16:03.486Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"clojars,mcp-server,dependency-fetcher","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/Bigsy_Clojars-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/c20481eb3c658162f51b6c51d5baa514281f03d076b4e990eb30dca10a4bcb1a/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f693337383537657236772f6261646765","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"}]]}]