Bigsy/Clojars-MCP-Server
by Various
A Model Context Protocol (MCP) server that provides tools for fetching dependency information from Clojars, the Clojure community's artifact repository.
MCP
Bigsy/Clojars-MCP-Server
Added 1 June 2026
Overview
A Model Context Protocol (MCP) server that fetches dependency information from Clojars, the Clojure community's artifact repository. It exposes tools for querying artifact metadata, versions, and dependencies via the MCP interface.
Best for
Best for
Clojure developers who need programmatic access to Clojars dependency data via MCP-compatible tools
Use cases
- Retrieve dependency metadata for Clojure projects during development
- Check available versions of a Clojars artifact from an MCP-compatible client
- Automate dependency lookup in Clojure build tooling or workflows
How to use
Install
npx clojars-deps-server Tools exposed
get_clojars_latest_versioncheck_clojars_version_existsget_clojars_history
Tested with
Claude Desktop, Cline, VS Code
Example client config
{\n "mcpServers": {\n "clojars-deps-server": {\n "command": "node",\n "args": ["/path/to/clojars-deps-server/build/index.js"]\n }\n }\n} Notes
A Model Context Protocol (MCP) server that fetches dependency information from Clojars, the Clojure community’s artifact repository. It exposes tools for querying artifact metadata, versions, and dependencies via the MCP interface.
5 stars on GitHub. Last updated 2025-06-25. Licensed MIT.
Use cases
- Retrieve dependency metadata for Clojure projects during development
- Check available versions of a Clojars artifact from an MCP-compatible client
- Automate dependency lookup in Clojure build tooling or workflows
Pros
- Lightweight JavaScript implementation with minimal dependencies
- Direct integration with Clojars for accurate, up-to-date artifact data
- Simple MCP interface makes it easy to use with compatible clients
Cons
- Limited to Clojars repository only, not other package registries
- Small community with only 5 GitHub stars, may lack active maintenance
- Requires an MCP-compatible client to be useful, not a standalone tool
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight JavaScript implementation with minimal dependencies
- Direct integration with Clojars for accurate, up-to-date artifact data
- Simple MCP interface makes it easy to use with compatible clients
Cons
- Limited to Clojars repository only, not other package registries
- Small community with only 5 GitHub stars, may lack active maintenance
- Requires an MCP-compatible client to be useful, not a standalone tool
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.