MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Lit Forge MCP Server

by Noblabs
Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

10 zero-auth dev utilities (JSON, regex, JWT, base64, hash, UUID, timestamp, YAML/JSON, cron).

About

10 zero-auth dev utilities (JSON, regex, JWT, base64, hash, UUID, timestamp, YAML/JSON, cron).

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

12 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-noblabs-lit-forge-mcp": {
      "args": [
        "-y",
        "lit-forge-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

lit-forge MCP server

npm version license node

lit-forge.com の開発者向けユーティリティを Model Context Protocol(MCP)経由で AI から直接呼び出せるようにする stdio サーバーです。

Claude Desktop / Claude Code / Cursor など、MCP に対応した任意の AI クライアントで動作します。

提供ツール(10 種)

ツール名説明
format_jsonJSON 整形(pretty)/ 圧縮(minify)
test_regex正規表現マッチ(JavaScript 互換、フラグ指定可、名前付きグループ対応)
decode_jwtJWT を Header / Payload / Signature に分解(exp/nbf/iat の人間可読化と有効期限判定つき)
convert_base64Base64 エンコード/デコード(UTF-8 / URL-safe 対応)
convert_urlURL パーセントエンコード/デコード(component / URI 切替)
generate_hashMD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512(hex / base64)
generate_uuidUUID v4 / v7 を最大 100 件まで一括生成
convert_timestampUnix 時刻 ⇔ ISO 8601 日時(秒/ミリ秒切替)
convert_yaml_jsonYAML ⇔ JSON 相互変換(js-yaml)
describe_croncron 式を人間可読化 + 次回実行時刻を計算(IANA タイムゾーン対応)

すべて純関数(外部 API 不要・状態を持たない)で動作します。AI が出力した JSON を整形したり、JWT をデバッグしたり、UUID をテストデータとして大量生成したりするのに便利です。

インストール / 設定

Claude Desktop の場合

claude_desktop_config.json に以下を追加します。

{
  "mcpServers": {
    "lit-forge": {
      "command": "npx",
      "args": ["-y", "lit-forge-mcp"]
    }
  }
}

設定ファイルの場所:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Claude Code の場合

claude mcp add lit-forge -- npx -y lit-forge-mcp

Cursor の場合

~/.cursor/mcp.json(または プロジェクト直下の .cursor/mcp.json)に同じ JSON を追加します。

ローカル開発

git clone https://github.com/noblabs/lit-forge-mcp.git
cd lit-forge-mcp
npm install
npm run build
node dist/index.js   # stdio で起動

動作確認

echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"smoke","version":"0.0.1"}}}
{"jsonrpc":"2.0","method":"notifications/initialized"}
{"jsonrpc":"2.0","id":2,"method":"tools/list"}' | node dist/index.js

tools/list のレスポンスに 10 ツールが並べば成功です。

使用例

Claude にこんな依頼ができます:

  • 「この JWT をデコードして payload の中身を見せて」
  • 「name: foo\nlist: [1,2,3] を JSON にして」
  • 「0 9 * * 1-5 を日本語で説明して、次の 5 回の実行時刻も Asia/Tokyo で出して」
  • 「テストデータ用に UUID v7 を 20 個生成して」
  • 「(\\w+)@(\\w+) でメールアドレスをパースしたいんだけど、alice@example.com bob@test.jp で試して」

ライセンス

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published April 25, 2026
Version 0.1.2
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

114
Stars
409
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
56
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

116.1K
Stars
15
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
13
Installs
10.0
Security
No ratings yet
Local