html-idea-mcp
html-idea-mcp
将开发想法结构化并保存为 HTML 文件的 MCP 服务器。
Claude Code CLI → 通过 stdio 模式在本地保存文件
claude.ai Web → 通过 HTTP/SSE 模式部署使用
工具
工具 | 说明 |
| 输入想法并生成 HTML |
| 显示已保存想法的列表(仅 CLI 模式) |
create_idea 的参数
参数 | 类型 | 说明 |
| string | 标题(必填) |
| string | 一句话概要(必填) |
| string | 背景・想解决的课题 |
| string[] | 主要功能列表 |
| string[] | 使用的技术・库 |
| object[] | 开发阶段( |
| string | 备注・补充 |
|
| 优先级(默认: |
|
| 状态(默认: |
| 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
登录 railway.app
「New Project」→「Deploy from GitHub repo」→ 选择此仓库
设置环境变量
START_MODE=http部署完成后,确认生成的 URL(例如:
https://html-idea-mcp-xxxx.up.railway.app)
注册到 claude.ai
打开 claude.ai,点击聊天输入栏的 「+」→「连接器」→「管理连接器」
选择「添加自定义 MCP 服务器」
输入 SSE 端点 URL:
https://あなたのURL.up.railway.app/sse保存并启用
在本地尝试 HTTP 模式
npm run dev:http在另一个终端中确认运行:
curl http://localhost:3000/health技术栈
TypeScript / Node.js
Express + CORS(HTTP/SSE 模式)
Zod(模式验证)
This server cannot be installed
Maintenance
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
- -licenseCqualityDmaintenanceGenerates project specifications and file structures using Claude AI through MCP integration. Enables users to describe project ideas and automatically create corresponding documentation and project files.1
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
- FlicenseAqualityDmaintenanceEnables creating, viewing, and managing articles and projects via Claude Code and Cursor, with tools for project search, article creation, and content retrieval.5
- FlicenseNot gradedqualityBmaintenanceEnables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.13
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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