lit-forge MCP server

lit-forge MCP server

Enables AI clients to use developer utilities like JSON formatting, JWT decoding, UUID generation, and more via MCP.

Category
Visit Server

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_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 の場合

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured