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