Fetches current Clojars dependency versions, existence checks, and release history through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Clojars MCP Server.
Bigsy/Clojars-MCP-Server MCP server gives MCP clients access to version information for Clojure libraries published on Clojars, the Clojure community's artifact repository. Its scope is focused on dependency metadata rather than general package management or library documentation.
The server supports three dependency-related queries:
Dependency identifiers must use the Clojars group/artifact form. The README uses metosin/reitit as an example.
After an MCP client starts the server, the server advertises its tools to the client. The assistant can then select an appropriate tool when a request concerns a Clojars dependency. The tools are designed around version lookup, so their names and descriptions identify the repository and operation directly.
get_clojars_latest_version accepts one required dependency string and retrieves the current version. check_clojars_version_exists requires both dependency and version, allowing an agent to validate a version before using it. get_clojars_history requires dependency and accepts an optional numeric limit. The history limit defaults to 15 and may be set from 1 through 100.
The published npm package is clojars-deps-server. The README documents direct execution with npx, global npm installation, Smithery installation, and a manual build from source. For direct local execution, use:
A manual source setup consists of cloning the repository, running npm install, and building with npm run build. The resulting server can be registered in an MCP client configuration with Node and the generated build/index.js entry point.
The README provides configuration examples for Claude Desktop and the Cline VS Code extension. In both cases, the client launches the server as a local process and passes the built JavaScript file as an argument. No API key, token, or environment variable is documented as required.
The Bigsy/Clojars-MCP-Server MCP server exposes these tools:
get_clojars_latest_version: looks up the newest version for a group/artifact identifier.check_clojars_version_exists: checks a named version for a group/artifact identifier.get_clojars_history: lists release versions, with a default history size of 15 and a maximum of 100.These capabilities fit dependency review, upgrade checks, and agent-assisted Clojure project maintenance where the required information is version availability on Clojars.
The documented interface is limited to Clojars dependency version information. The README does not describe tools for installing dependencies, inspecting transitive dependency graphs, retrieving artifact contents, or querying repositories other than Clojars. History requests also have a documented maximum of 100 returned versions.
The repository mentions compatibility with Cline, Roo Code, Cody, and Claude Desktop. Only Claude Desktop and Cline are covered by explicit configuration examples in the supplied material.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bigsy-clojars-mcp-server)<a href="https://allmcps.com/mcp/bigsy-clojars-mcp-server"><img src="https://allmcps.com/api/badge/bigsy-clojars-mcp-server?style=directory" alt="Clojars MCP Server on AllMCPs" /></a>