Server data from the Official MCP Registry
10 zero-auth dev utilities (JSON, regex, JWT, base64, hash, UUID, timestamp, YAML/JSON, cron).
10 zero-auth dev utilities (JSON, regex, JWT, base64, hash, UUID, timestamp, YAML/JSON, cron).
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-noblabs-lit-forge-mcp": {
"args": [
"-y",
"lit-forge-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
lit-forge.com の開発者向けユーティリティを Model Context Protocol(MCP)経由で AI から直接呼び出せるようにする stdio サーバーです。
Claude Desktop / Claude Code / Cursor など、MCP に対応した任意の AI クライアントで動作します。
| ツール名 | 説明 |
|---|---|
format_json | JSON 整形(pretty)/ 圧縮(minify) |
test_regex | 正規表現マッチ(JavaScript 互換、フラグ指定可、名前付きグループ対応) |
decode_jwt | JWT を Header / Payload / Signature に分解(exp/nbf/iat の人間可読化と有効期限判定つき) |
convert_base64 | Base64 エンコード/デコード(UTF-8 / URL-safe 対応) |
convert_url | URL パーセントエンコード/デコード(component / URI 切替) |
generate_hash | MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512(hex / base64) |
generate_uuid | UUID v4 / v7 を最大 100 件まで一括生成 |
convert_timestamp | Unix 時刻 ⇔ ISO 8601 日時(秒/ミリ秒切替) |
convert_yaml_json | YAML ⇔ JSON 相互変換(js-yaml) |
describe_cron | cron 式を人間可読化 + 次回実行時刻を計算(IANA タイムゾーン対応) |
すべて純関数(外部 API 不要・状態を持たない)で動作します。AI が出力した JSON を整形したり、JWT をデバッグしたり、UUID をテストデータとして大量生成したりするのに便利です。
claude_desktop_config.json に以下を追加します。
{
"mcpServers": {
"lit-forge": {
"command": "npx",
"args": ["-y", "lit-forge-mcp"]
}
}
}
設定ファイルの場所:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonclaude mcp add lit-forge -- npx -y lit-forge-mcp
~/.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 にこんな依頼ができます:
name: foo\nlist: [1,2,3] を JSON にして」0 9 * * 1-5 を日本語で説明して、次の 5 回の実行時刻も Asia/Tokyo で出して」(\\w+)@(\\w+) でメールアドレスをパースしたいんだけど、alice@example.com bob@test.jp で試して」MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.