npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-jarvis-config

v1.1.8

Published

MCP JARVIS configuration tool for Claude Desktop

Downloads

100

Readme

MCP JARVIS Configuration Tool

A one-line installation tool for setting up MCP servers with Claude Desktop. This tool allows you to easily configure Claude Desktop with various MCP servers, simplifying the installation process and API key management.

What is MCP JARVIS?

MCP JARVIS enables Claude Desktop to work with various server-based tools and capabilities. With this configuration tool, you can:

  • Set up essential MCP servers for Claude Desktop in one command
  • Distribute custom server configurations to other users
  • Add any compatible MCP server to Claude Desktop with minimal effort

What are MCP servers?

MCP servers enable the Claude Desktop assistant to use custom tools such as web search, file editing and YouTube transcript downloads. They also allow the AI assistant to interact with other applications - publishing articles on WordPress blogs, connecting to company databases or CRM systems, generating reports, and creating new entries.

Included MCP Servers

The default installation includes the following MCP servers:

Filesystem Operations

Complete file and directory management within specified directories. Create, edit, move, and search files with advanced pattern matching.

Brave Search Integration

Comprehensive web search capabilities including local business search. Get fresh and relevant content with smart filtering.

Markdown Downloader

Capture and store web page content in markdown format. Perfect for content creation and research.

YouTube Transcript

Extract and analyze video transcripts (up to 45-minute videos in server version). Ideal for content analysis and summarization.

Installation

Prerequisites

macOS Installation

  1. Open Terminal application on your Mac
  2. Paste & run the installation command:
npm install -g mcp-jarvis-config && mcp-jarvis-config
  1. Follow the on-screen instructions:
    • Select your Downloads folder using a native dialog
    • Enter your Brave Search API key if prompted
    • After installation, restart Claude Desktop for changes to take effect

Windows Installation

  1. Open Command Prompt (cmd) application
  2. Paste & run the installation command:
npm install -g mcp-jarvis-config && mcp-jarvis-config-windows
  1. Follow the on-screen instructions:
    • Use native Windows dialogs to select your Downloads folder
    • Enter your Brave Search API key if prompted
    • After installation, restart Claude Desktop for changes to take effect

Usage

Basic Usage

The installation commands above will set up the default MCP servers. The process is guided and requires minimal input.

Using a Custom Configuration

You can use a custom configuration created on the MCP JARVIS website:

macOS

mcp-jarvis-config --config-url https://www.mcpjarvis.com/api/config/YOUR_CONFIG_ID

Windows

mcp-jarvis-config-windows --config-url https://www.mcpjarvis.com/api/config/YOUR_CONFIG_ID

Creating Custom Configurations

Visit www.mcpjarvis.com/config-generator to create custom configurations:

  1. Choose which MCP servers to include
  2. Add your own custom MCP servers as needed
  3. Generate a unique installation command to share with others

Features

  • One-line installation for MCP servers
  • Dynamic placeholder detection and API key prompting
  • Web-based configuration generator for custom setups
  • Supports adding any compatible MCP server
  • Automatically configures Claude Desktop
  • Creates backups of existing configurations

System Requirements

  • Node.js 16.0.0 or higher
  • Claude Desktop installed
  • Operating System: macOS or Windows

Placeholders

The tool automatically detects placeholder values in the format {{PLACEHOLDER}} and prompts the user to enter values for them. Common placeholders include:

  • {{BRAVE_API_KEY}} - API key for the Brave Search server
  • {{FIRE_CRAWL_API_KEY}} - API key for the FireCrawl server
  • {{DOWNLOADS_FOLDER}} - Path to the user's downloads folder
  • Any other API keys or values marked with the {{PLACEHOLDER}} format

Finding Additional MCP Servers

You can search for compatible MCP servers through the MCP JARVIS website or via the Pulse MCP REST API. Found servers can be:

  • Added directly to your configuration
  • Viewed for more details including GitHub repository
  • Verified for proper configuration syntax

License

MIT