Skip to main content
Glama

html-idea-mcp

開発アイデアを構造化して HTML ファイルとして保存する MCP サーバー

  • Claude Code CLI → stdio モードでローカルにファイル保存

  • claude.ai Web → HTTP/SSE モードでデプロイして使用

ツール

ツール

説明

create_idea

アイデアを入力して HTML を生成

list_ideas

保存済みアイデアの一覧を表示(CLIモードのみ)

create_idea のパラメータ

パラメータ

説明

title

string

タイトル(必須)

summary

string

一言概要(必須)

background

string

背景・解決したい課題

features

string[]

主要機能のリスト

techStack

string[]

使用技術・ライブラリ

phases

object[]

開発フェーズ(name + tasks[]

notes

string

メモ・補足

priority

high / medium / low

優先度(デフォルト: medium

status

idea / planning / in-progress / done

ステータス(デフォルト: idea

outputDir

string

保存先ディレクトリ(CLIモードのみ)


Related MCP server: Dev Notes MCP Server

A. Claude Code CLI で使う(ローカル)

git clone https://github.com/SOOJUNBARNG/Claude_base_html_make_MCP.git
cd Claude_base_html_make_MCP
npm install
npm run build

MCP サーバーを登録

claude mcp add html-idea-mcp node /path/to/Claude_base_html_make_MCP/dist/index.js

または、このディレクトリで claude を起動すると .mcp.json が自動読み込みされます。


B. claude.ai Web で使う(デプロイ)

Railway にデプロイ

  1. railway.app にサインイン

  2. 「New Project」→「Deploy from GitHub repo」→ このリポジトリを選択

  3. 環境変数 START_MODE=http を設定

  4. デプロイ完了後、発行された URL を確認(例: https://html-idea-mcp-xxxx.up.railway.app

claude.ai に登録

  1. claude.ai を開き、チャット入力欄の 「+」→「コネクタ」→「コネクタを管理」 をクリック

  2. 「カスタム MCP サーバーを追加」を選択

  3. SSE エンドポイント URL を入力:

    https://あなたのURL.up.railway.app/sse
  4. 保存して有効化


ローカルで HTTP モードを試す

npm run dev:http

別ターミナルで動作確認:

curl http://localhost:3000/health

技術スタック

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.
    13

View all related MCP servers

Related MCP Connectors

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

  • Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.

  • Read, edit, publish, and preview your pepita websites from Claude.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SOOJUNBARNG/Claude_base_html_make_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server