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