Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. Clojars MCP Server
Clojars MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:01:35 PM

Clojars MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository6 GitHub StarsTotal stargazers on GitHub for the source repository (6 stars).Visit Website
clojureclojarsdependenciesdeveloper-tools

Fetches current Clojars dependency versions, existence checks, and release history through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bigsy-clojars-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "The"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

Bigsy/Clojars-MCP-Server MCP server exposes Clojars dependency version data to MCP-compatible coding assistants. It provides tools for finding the latest release, checking whether a specified version exists, and retrieving version history with a configurable limit. Dependencies use the Clojars group/artifact format, such as "metosin/reitit". Reach for it when an agent needs current version information for Clojure libraries without manually browsing Clojars.

Use cases

โ€ขCheck the latest version of a Clojure dependency
โ€ขVerify that a requested Clojars version exists
โ€ขReview recent release history before upgrading
โ€ขHelp an agent inspect dependency versions in a Clojure project

Key features

โ€ขLook up the latest Clojars dependency version
โ€ขCheck whether a specific dependency version exists
โ€ขRetrieve version history with configurable limits
โ€ขAccept Clojars group/artifact identifiers
โ€ขRun locally through npm and MCP client configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Clojars MCP Server.

Extracted Tool Capabilities
Look up the latest Clojars dependency version
Check whether a specific dependency version exists
Retrieve version history with configurable limits
Accept Clojars group/artifact identifiers
Run locally through npm and MCP client configuration

How Clojars MCP Server works

What Bigsy/Clojars-MCP-Server MCP server does

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:

  • Return the latest available version for a Clojars dependency.
  • Test whether a particular dependency version exists.
  • Return a dependency's version history, optionally constrained by a result limit.

Dependency identifiers must use the Clojars group/artifact form. The README uses metosin/reitit as an example.

How it works

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.

Setup and configuration

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:

Terminal
npx -y clojars-deps-server

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.

Tools and capabilities

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.

Limitations and notes

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.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch โ†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’
  • Fetch MCP logoFetch MCP

    An MCP server to flexibly fetch JSON, text, and HTML data

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Fetch MCP โ†’
  • Brave Search MCP Server logoBrave Search MCP Server

    Web search capabilities using Brave's Search API

    ๐Ÿ”Ž Search & Data Extraction7 views
    Compare vs Brave Search MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
6
Stargazers on the source repository.
npm downloads
74
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Clojars MCP Server

Run `npx -y clojars-deps-server`, or install the npm package globally with `npm install -g clojars-deps-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClojars MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bigsy-clojars-mcp-server?style=directory)](https://allmcps.com/mcp/bigsy-clojars-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cline / VS Code
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars6
GitHub Star CountTotal stargazers on GitHub representing community popularity (6 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 25, 2025
npm downloads74/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
40Quality signal: Fair ยท 40/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท The (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to Clojars MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code